MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / aent-2.d
1 #PROG: readelf
2 #readelf: -s
3 #name: MIPS .aent directive 2
4 #as: -32
5 #source: aent.s
6
7 # Verify that the .aent directive retains function symbol type annotation,
8 # e.g.:
9 # Num: Value Size Type Bind Vis Ndx Name
10 # 8: 00000000 16 FUNC GLOBAL DEFAULT 1 foo
11 # 9: 00000008 0 FUNC GLOBAL DEFAULT 1 bar
12 # vs:
13 # Num: Value Size Type Bind Vis Ndx Name
14 # 8: 00000000 16 FUNC GLOBAL DEFAULT 1 foo
15 # 9: 00000008 0 OBJECT GLOBAL DEFAULT 1 bar
16 #...
17 *[0-9]+: +[0-9]+ +[0-9]+ +FUNC +GLOBAL +DEFAULT(?: +\[[^]]*\])? +[0-9]+ foo
18 *[0-9]+: +[0-9]+ +[0-9]+ +FUNC +GLOBAL +DEFAULT(?: +\[[^]]*\])? +[0-9]+ bar
19 #pass
This page took 0.036739 seconds and 4 git commands to generate.