]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/aix-weak-2a.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-weak-2a.s
CommitLineData
8602d4fe
RS
1 .weak c1
2 c1 = 0xcccc1111
3 .weak c2
4 c2 = 0xcccc2222
5 .globl c3
6 c3 = 0xcccc3333
7 .globl c4
8 c4 = 0xcccc4444
9
10 .weak d1
11 d1 = 0xffff1111
12 .weak d2
13 d2 = 0xffff2222
14 .globl d3
15 .csect d3[DS]
16d3:
17 .long 0xffff3333
18 .globl d4
19 .csect d4[DS]
20d4:
21 .long 0xffff4444