]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/startstop.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / startstop.s
CommitLineData
b80e421f
AM
1 .weak __start_xx
2 .weak __stop_xx
3
4 .global _start
5_start:
6 pld 3,__start_xx@got@pcrel
7 pld 4,__stop_xx@got@pcrel
8
9 .section xx,"a",unique,0
10 .byte 0
11
12 .section xx,"a",unique,1
13 .byte 1
14
15 .section xx,"a",unique,2
16 .byte 2