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