]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mips-elf/got-dump-2.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-mips-elf / got-dump-2.s
diff --git a/ld/testsuite/ld-mips-elf/got-dump-2.s b/ld/testsuite/ld-mips-elf/got-dump-2.s
new file mode 100644 (file)
index 0000000..5a237fe
--- /dev/null
@@ -0,0 +1,22 @@
+       .global glob
+       .ent    glob
+glob:
+       ld      $4,%got_page(local)($28)
+       daddiu  $4,$4,%got_ofst(local)
+       ld      $4,%got_disp(hidden)($28)
+       ld      $4,%call16(glob)($28)
+       ld      $4,%call16(extern)($28)
+       .end    glob
+
+       .data
+       .type   local,%object
+       .size   local,8
+local:
+       .dword  undef
+
+       .globl  hidden
+       .hidden hidden
+       .type   hidden,%object
+       .size   hidden,8
+hidden:
+       .dword  0