MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / debug-label-end-3.d
1 #readelf: -s
2 #name: MIPS ECOFF/PDR debug interaction with labels at .end 3
3 #as: -32 -no-mdebug -mno-pdr
4 #source: debug-label-end.s
5 #dump: debug-label-end-1.d
6
7 # Verify that .end finalizes any labels outstanding
8 # where both ECOFF and PDR generation is disabled, e.g.:
9 # Num: Value Size Type Bind Vis Ndx Name
10 # 7: 00000000 4 FUNC GLOBAL DEFAULT 1 foo
11 # 8: 00000004 0 FUNC GLOBAL DEFAULT 1 bar
12 # 9: 00000020 4 FUNC GLOBAL DEFAULT 1 baz
13 # vs:
14 # Num: Value Size Type Bind Vis Ndx Name
15 # 7: 00000000 4 FUNC GLOBAL DEFAULT 1 foo
16 # 8: 00000010 0 FUNC GLOBAL DEFAULT 1 bar
17 # 9: 00000020 4 FUNC GLOBAL DEFAULT 1 baz
This page took 0.039624 seconds and 4 git commands to generate.