diff options
Diffstat (limited to 'ld/testsuite/ld-powerpc/aix-weak-2c.s')
-rw-r--r-- | ld/testsuite/ld-powerpc/aix-weak-2c.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-powerpc/aix-weak-2c.s b/ld/testsuite/ld-powerpc/aix-weak-2c.s new file mode 100644 index 0000000..5ca93d3 --- /dev/null +++ b/ld/testsuite/ld-powerpc/aix-weak-2c.s @@ -0,0 +1,11 @@ + .globl foo + .csect foo[DS] +foo: + .long c1 + .long c2 + .long c3 + .long c4 + .long d1 + .long d2 + .long d3 + .long d4 |