]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-powerpc/aix-weak-3a.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-powerpc / aix-weak-3a.s
diff --git a/ld/testsuite/ld-powerpc/aix-weak-3a.s b/ld/testsuite/ld-powerpc/aix-weak-3a.s
new file mode 100644 (file)
index 0000000..e8b9d96
--- /dev/null
@@ -0,0 +1,8 @@
+       .globl  x1
+       x1 = 0x11223344
+       .globl  x2
+       x2 = 0x55667788
+       .globl  x3
+       .csect  x3[RW]
+x3:
+       .long   42