summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-powerpc/aix-weak-2a.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/ld/testsuite/ld-powerpc/aix-weak-2a.s')
-rw-r--r--binutils-2.24/ld/testsuite/ld-powerpc/aix-weak-2a.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/binutils-2.24/ld/testsuite/ld-powerpc/aix-weak-2a.s b/binutils-2.24/ld/testsuite/ld-powerpc/aix-weak-2a.s
deleted file mode 100644
index e4d8a04..0000000
--- a/binutils-2.24/ld/testsuite/ld-powerpc/aix-weak-2a.s
+++ /dev/null
@@ -1,21 +0,0 @@
- .weak c1
- c1 = 0xcccc1111
- .weak c2
- c2 = 0xcccc2222
- .globl c3
- c3 = 0xcccc3333
- .globl c4
- c4 = 0xcccc4444
-
- .weak d1
- d1 = 0xffff1111
- .weak d2
- d2 = 0xffff2222
- .globl d3
- .csect d3[DS]
-d3:
- .long 0xffff3333
- .globl d4
- .csect d4[DS]
-d4:
- .long 0xffff4444