diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-03-22 04:06:06 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-03-22 04:06:06 +0000 |
commit | 2d4b84b0f53f24bf26abe1ebd4a4bbfbf33527aa (patch) | |
tree | dd2f838ff6efb317b8f932017bc50edd40129d41 /ld/testsuite/ld-cris/dsofnf.s | |
parent | 8c9a987975e3bda9ed098c87ece7a2140bf9fffa (diff) | |
download | gdb-2d4b84b0f53f24bf26abe1ebd4a4bbfbf33527aa.zip gdb-2d4b84b0f53f24bf26abe1ebd4a4bbfbf33527aa.tar.gz gdb-2d4b84b0f53f24bf26abe1ebd4a4bbfbf33527aa.tar.bz2 |
* ld-cris/dsofnf.s, ld-cris/dsofnf2.s, ld-cris/gotplt1.d,
ld-cris/gotplt2.d, ld-cris/gotplt3.d: New tests.
Diffstat (limited to 'ld/testsuite/ld-cris/dsofnf.s')
-rw-r--r-- | ld/testsuite/ld-cris/dsofnf.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/dsofnf.s b/ld/testsuite/ld-cris/dsofnf.s new file mode 100644 index 0000000..bf0a4fa --- /dev/null +++ b/ld/testsuite/ld-cris/dsofnf.s @@ -0,0 +1,7 @@ + .text + .global f + .type f,@function +f: + move.d [$r0+dsofn:GOT],$r1 +0: + .size f,0b-f |