diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-06-18 04:11:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-06-18 04:11:13 +0000 |
commit | c1f1974625af0ad7b16ff92590a2665eb1b0e69d (patch) | |
tree | 1cd9fcc822a272466de240ed865169f00777eaa6 /ld/testsuite/ld-cris/locref2.s | |
parent | a42ec05b092b6235d86297779ec32b42731772e4 (diff) | |
download | gdb-c1f1974625af0ad7b16ff92590a2665eb1b0e69d.zip gdb-c1f1974625af0ad7b16ff92590a2665eb1b0e69d.tar.gz gdb-c1f1974625af0ad7b16ff92590a2665eb1b0e69d.tar.bz2 |
* ld-cris/locref1.d, ld-cris/locref1.s, ld-cris/locref2.d,
ld-cris/locref2.s: New tests.
Diffstat (limited to 'ld/testsuite/ld-cris/locref2.s')
-rw-r--r-- | ld/testsuite/ld-cris/locref2.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/locref2.s b/ld/testsuite/ld-cris/locref2.s new file mode 100644 index 0000000..3b407a6 --- /dev/null +++ b/ld/testsuite/ld-cris/locref2.s @@ -0,0 +1,5 @@ + .weak expfn + .weak expobj +y: + move.d expfn:GOTOFF,$r10 + move.d expobj:GOTOFF,$r11 |