aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/expdref1.s
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2002-07-12 15:51:54 +0000
committerHans-Peter Nilsson <hp@axis.com>2002-07-12 15:51:54 +0000
commitf1cf2c2e58d26549bd69ae893073d35eb74abeac (patch)
tree6c2184fae10ef3a5630fd93875cdbd6bd2fe9bba /ld/testsuite/ld-cris/expdref1.s
parentaf5f3db67c5dcbbc7b2038fe781d03301b94783d (diff)
downloadfsf-binutils-gdb-f1cf2c2e58d26549bd69ae893073d35eb74abeac.zip
fsf-binutils-gdb-f1cf2c2e58d26549bd69ae893073d35eb74abeac.tar.gz
fsf-binutils-gdb-f1cf2c2e58d26549bd69ae893073d35eb74abeac.tar.bz2
* ld-cris/nodyn4.d, ld-cris/expdyn4.d, ld-cris/comref1.s,
ld-cris/euwref1.s, ld-cris/expdyn3.d, ld-cris/expdyn2.d, ld-cris/expdref1.s: New tests.
Diffstat (limited to 'ld/testsuite/ld-cris/expdref1.s')
-rw-r--r--ld/testsuite/ld-cris/expdref1.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/expdref1.s b/ld/testsuite/ld-cris/expdref1.s
new file mode 100644
index 0000000..58faa60
--- /dev/null
+++ b/ld/testsuite/ld-cris/expdref1.s
@@ -0,0 +1,6 @@
+ .text
+x:
+ move.d expobj:GOT,$r10
+ move.d expobj:PLT,$r10
+ move.d expfn:GOT,$r10
+ move.d expfn:PLT,$r10