MIPS16/GAS: Fix absolute references with PC-relative synthetic instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / debug-label-end-1.d
CommitLineData
5ff6a06c
MR
1#readelf: -s
2#name: MIPS ECOFF/PDR debug interaction with labels at .end 1
3#as: -32 -no-mdebug -mpdr
4#source: debug-label-end.s
5
6# Verify that .end finalizes any labels outstanding
7# where PDR debug generation is enabled, e.g.:
8# Num: Value Size Type Bind Vis Ndx Name
9# 7: 00000000 4 FUNC GLOBAL DEFAULT 1 foo
10# 8: 00000004 0 FUNC GLOBAL DEFAULT 1 bar
11# 9: 00000020 4 FUNC GLOBAL DEFAULT 1 baz
12# vs:
13# Num: Value Size Type Bind Vis Ndx Name
14# 7: 00000000 4 FUNC GLOBAL DEFAULT 1 foo
15# 8: 00000010 0 FUNC GLOBAL DEFAULT 1 bar
16# 9: 00000020 4 FUNC GLOBAL DEFAULT 1 baz
17#...
18 *[0-9]+: +0+000000 +4 +FUNC +GLOBAL +DEFAULT +[0-9]+ foo
19 *[0-9]+: +0+000004 +0 +FUNC +GLOBAL +DEFAULT +[0-9]+ bar
20 *[0-9]+: +0+000020 +4 +FUNC +GLOBAL +DEFAULT +[0-9]+ baz
21#pass
This page took 0.03209 seconds and 4 git commands to generate.