]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-powerpc/weak1.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / weak1.s
1 .weak x1, x2, x3, x4
2 .protected x2
3 .hidden x3
4 .internal x4
5 .global _start
6 _start:
7 pld 3,x1@got@pcrel
8 pld 3,x2@got@pcrel
9 pld 3,x3@got@pcrel
10 pld 3,x4@got@pcrel
11 ld 3,x1@got(2)
12 ld 3,x2@got(2)
13 ld 3,x3@got(2)
14 ld 3,x4@got(2)
15 addis 9,2,x1@got@ha
16 ld 3,x1@got@l(9)
17 addis 9,2,x2@got@ha
18 ld 3,x2@got@l(9)
19 addis 9,2,x3@got@ha
20 ld 3,x3@got@l(9)
21 addis 9,2,x4@got@ha
22 ld 3,x4@got@l(9)