]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-m68k/got-1.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-m68k / got-1.s
diff --git a/ld/testsuite/ld-m68k/got-1.s b/ld/testsuite/ld-m68k/got-1.s
new file mode 100644 (file)
index 0000000..0cf3692
--- /dev/null
@@ -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