1 #source: plt1.s
2 #as: -a32
3 #objdump: -dr
4 #target: powerpc*-*-*
5 
6 .*
7 
8 Disassembly of section .text:
9 
10 0+ <_start>:
11    0:	(42 9f 00 05|05 00 9f 42) 	bcl     20,4\*cr7\+so,4 .*
12    4:	(7f c8 02 a6|a6 02 c8 7f) 	mflr    r30
13    8:	(3f de 00 00|00 00 de 3f) 	addis   r30,r30,0
14 			(a|8): R_PPC_REL16_HA	_GLOBAL_OFFSET_TABLE_\+0x(6|4)
15    c:	(3b de 00 0.|0. 00 de 3b) 	addi    r30,r30,.*
16 			(e|c): R_PPC_REL16_LO	_GLOBAL_OFFSET_TABLE_\+0x(a|8)
17   10:	(48 00 00 01|01 00 00 48) 	bl      10 .*
18 			10: R_PPC_PLTREL24	_exit
19   14:	(48 00 00 00|00 00 00 48) 	b       14 .*
20 			14: R_PPC_REL24	_start
21