diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-04-05 23:13:09 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-04-05 23:13:09 +0000 |
commit | 32d279374de2f8ad80ea10dd6a75fd9e00c27477 (patch) | |
tree | b4b3b2974918215ef689fd7e2edaae0fe96e7bb1 /ld/testsuite/ld-cris/dso-2.s | |
parent | 44aa49bb657358081e576f3201c79bdeb310c879 (diff) | |
download | gdb-32d279374de2f8ad80ea10dd6a75fd9e00c27477.zip gdb-32d279374de2f8ad80ea10dd6a75fd9e00c27477.tar.gz gdb-32d279374de2f8ad80ea10dd6a75fd9e00c27477.tar.bz2 |
* ld-cris/libdso-2.d, ld-cris/dso-2.s, ld-cris/hide1: New test.
Diffstat (limited to 'ld/testsuite/ld-cris/dso-2.s')
-rw-r--r-- | ld/testsuite/ld-cris/dso-2.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/dso-2.s b/ld/testsuite/ld-cris/dso-2.s new file mode 100644 index 0000000..f7c38a6 --- /dev/null +++ b/ld/testsuite/ld-cris/dso-2.s @@ -0,0 +1,6 @@ + .text + .global export_1 + .type export_1,@function +export_1: + jump [$r1+dsofn:GOTPLT16] + jump [$r1+dsofn:GOTPLT] |