aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/startstop.s
blob: 8e88a7215781f9a1b3eabd801d9c05bfb7c66eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 .weak __start_xx
 .weak __stop_xx

 .global _start
_start:
  pld 3,__start_xx@got@pcrel
  pld 4,__stop_xx@got@pcrel

 .section xx,"a",unique,0
 .byte 0

 .section xx,"a",unique,1
 .byte 1

 .section xx,"a",unique,2
 .byte 2