aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/comref1.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/comref1.s
parentaf5f3db67c5dcbbc7b2038fe781d03301b94783d (diff)
downloadgdb-f1cf2c2e58d26549bd69ae893073d35eb74abeac.zip
gdb-f1cf2c2e58d26549bd69ae893073d35eb74abeac.tar.gz
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/comref1.s')
-rw-r--r--ld/testsuite/ld-cris/comref1.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/comref1.s b/ld/testsuite/ld-cris/comref1.s
new file mode 100644
index 0000000..5be25d8
--- /dev/null
+++ b/ld/testsuite/ld-cris/comref1.s
@@ -0,0 +1,8 @@
+ .text
+y:
+ .comm c1,4,1
+ .comm c2,4,1
+ .comm c3,4,1
+ move.d c1,$r10
+ move.d c2:GOT,$r10
+ move.d c3:PLT,$r10