summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-cris/dso-3.s
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-06-17 15:33:58 -0700
committerDan Albert <danalbert@google.com>2015-06-17 15:33:58 -0700
commit7a1d76c6c5b354abbba43308d5061eb6ff96d3ea (patch)
tree78a639d039e517565afa35d7af021a6967bec0d9 /binutils-2.21/ld/testsuite/ld-cris/dso-3.s
parentc39479f4ab4d372b518957871e1f205a03e7c3d6 (diff)
downloadtoolchain_binutils-7a1d76c6c5b354abbba43308d5061eb6ff96d3ea.zip
toolchain_binutils-7a1d76c6c5b354abbba43308d5061eb6ff96d3ea.tar.gz
toolchain_binutils-7a1d76c6c5b354abbba43308d5061eb6ff96d3ea.tar.bz2
Remove old versions of binutils.
Change-Id: If634d8d30cfa8c88ca3ba59691a0df4ee5596f85
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-cris/dso-3.s')
-rw-r--r--binutils-2.21/ld/testsuite/ld-cris/dso-3.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-cris/dso-3.s b/binutils-2.21/ld/testsuite/ld-cris/dso-3.s
deleted file mode 100644
index 6610504..0000000
--- a/binutils-2.21/ld/testsuite/ld-cris/dso-3.s
+++ /dev/null
@@ -1,20 +0,0 @@
-; The visibility definitions here override the default
-; definitions in the object where the symbols are defined. We
-; check STV_HIDDEN and STV_PROTECTED with function and object
-; definition respectively. This is by no means a full coverage,
-; just enough to be a test-case for the bug described in
-; libdso-3.d. Use ld-elfvsb for general visibility tests.
-
- .hidden expobj
- .protected expfn
-
- .text
- .global globsym
- .type globsym,@function
-globsym:
- move.d expfn:GOTOFF,$r3
- move.d expfn:PLTG,$r3
- move.d expfn:PLT,$r3
- move.d expobj:GOTOFF,$r3
-.Lfe1:
- .size globsym,.Lfe1-globsym