summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-cris/expdref1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-cris/expdref1.s')
-rw-r--r--binutils-2.21/ld/testsuite/ld-cris/expdref1.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-cris/expdref1.s b/binutils-2.21/ld/testsuite/ld-cris/expdref1.s
new file mode 100644
index 0000000..58faa60
--- /dev/null
+++ b/binutils-2.21/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