MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / debug-label-end-2.d
CommitLineData
5ff6a06c
MR
1#readelf: -s
2#name: MIPS ECOFF/PDR debug interaction with labels at .end 2
3#as: -32 -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 ECOFF debug generation is enabled, 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.083868 seconds and 4 git commands to generate.