aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-m68k/got-1.s
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-06-29 12:56:41 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-06-29 12:56:41 +0000
commitf57718b4c3a59a16940b6b300a6b20237631686c (patch)
tree39926487b05f7e26b21d469694f6a6c6472aa8d7 /ld/testsuite/ld-m68k/got-1.s
parent240c00d201736b76208df956190091b477e18e10 (diff)
downloadgdb-f57718b4c3a59a16940b6b300a6b20237631686c.zip
gdb-f57718b4c3a59a16940b6b300a6b20237631686c.tar.gz
gdb-f57718b4c3a59a16940b6b300a6b20237631686c.tar.bz2
* elf32-m68k.c (elf_m68k_relocate_section): Don't ignore existing
addend on _GLOBAL_OFFSET_TABLE_. ld/testsuite/: * ld-m68k/got-1.s: New file. * ld-m68k/got-1.d: New dump test. * ld-m68k/m68k.exp: Run it.
Diffstat (limited to 'ld/testsuite/ld-m68k/got-1.s')
-rw-r--r--ld/testsuite/ld-m68k/got-1.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/testsuite/ld-m68k/got-1.s b/ld/testsuite/ld-m68k/got-1.s
new file mode 100644
index 0000000..0cf3692
--- /dev/null
+++ b/ld/testsuite/ld-m68k/got-1.s
@@ -0,0 +1,18 @@
+#NO_APP
+ .file "got-1.c"
+ .text
+ .align 2
+ .globl foo
+ .type foo, @function
+foo:
+ link.w %fp,#0
+ move.l %a5,-(%sp)
+ lea (%pc, _GLOBAL_OFFSET_TABLE_@GOTPC), %a5
+ move.l a@GOT(%a5),%d0
+ move.l %d0,%a0
+ move.l (%a0),%d0
+ move.l (%sp)+,%a5
+ unlk %fp
+ rts
+ .size foo, .-foo
+ .section .note.GNU-stack,"",@progbits