1 #source: relax-3.s
2 #as: -mno-shared
3 #objdump: -dwr
4 
5 .*: +file format .*
6 
7 Disassembly of section .text:
8 
9 0+ <foo>:
10 [ 	]*[a-f0-9]+:	eb 21                	jmp    23 <local>
11 [ 	]*[a-f0-9]+:	eb 1b                	jmp    1f <hidden_def>
12 [ 	]*[a-f0-9]+:	eb 1b                	jmp    21 <global_def>
13 [ 	]*[a-f0-9]+:	e9 fc ff ff ff       	jmp    7 <foo\+0x7>	7: R_386_PLT32	global_def
14 [ 	]*[a-f0-9]+:	e9 fc ff ff ff       	jmp    c <foo\+0xc>	c: R_386_PC32	weak_def
15 [ 	]*[a-f0-9]+:	e9 fc ff ff ff       	jmp    11 <foo\+0x11>	11: R_386_PC32	weak_hidden_undef
16 [ 	]*[a-f0-9]+:	e9 fc ff ff ff       	jmp    16 <foo\+0x16>	16: R_386_PC32	weak_hidden_def
17 [ 	]*[a-f0-9]+:	e9 fc ff ff ff       	jmp    1b <foo\+0x1b>	1b: R_386_PC32	hidden_undef
18 
19 0+1f <hidden_def>:
20 [ 	]*[a-f0-9]+:	c3                   	ret
21 
22 0+20 <weak_hidden_def>:
23 [ 	]*[a-f0-9]+:	c3                   	ret
24 
25 0+21 <global_def>:
26 [ 	]*[a-f0-9]+:	c3                   	ret
27 
28 0+22 <weak_def>:
29 [ 	]*[a-f0-9]+:	c3                   	ret
30 
31 0+23 <local>:
32 [ 	]*[a-f0-9]+:	c3                   	ret
33 #pass
34