diff options
Diffstat (limited to 'ld/testsuite/ld-powerpc/aix-weak-3a.s')
-rw-r--r-- | ld/testsuite/ld-powerpc/aix-weak-3a.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-powerpc/aix-weak-3a.s b/ld/testsuite/ld-powerpc/aix-weak-3a.s new file mode 100644 index 0000000..e8b9d96 --- /dev/null +++ b/ld/testsuite/ld-powerpc/aix-weak-3a.s @@ -0,0 +1,8 @@ + .globl x1 + x1 = 0x11223344 + .globl x2 + x2 = 0x55667788 + .globl x3 + .csect x3[RW] +x3: + .long 42 |