]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-powerpc/aix-toc-1b.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-powerpc / aix-toc-1b.s
diff --git a/ld/testsuite/ld-powerpc/aix-toc-1b.s b/ld/testsuite/ld-powerpc/aix-toc-1b.s
new file mode 100644 (file)
index 0000000..d4cee8a
--- /dev/null
@@ -0,0 +1,23 @@
+       .macro  loadtoc
+       .toc
+       .tc     asym\@[TC], \@ | 0x10000
+
+       .csect  .f2[PR]
+       .if     size == 32
+       lwz     1,asym\@[TC](2)
+       .else
+       ld      1,asym\@[TC](2)
+       .endif
+       .endm
+
+       .globl  .f2
+       .csect  .f2[PR]
+.f2:
+       .rept   0x7ffc * 8 / size
+       loadtoc
+       .endr
+
+       .globl  f2
+       .csect  f2[DS]
+f2:
+       .long   .f2[PR],TOC[TC0],0