run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / aent-mdebug-2.d
1 #DUMPPROG: readelf
2 #readelf: -s
3 #name: MIPS .aent directive with ECOFF debug 2
4 #as: -32 -mdebug
5 #source: aent.s
6 #dump: aent-2.d
7
8 # Verify that the .aent directive retains function symbol type annotation,
9 # e.g.:
10 # Num: Value Size Type Bind Vis Ndx Name
11 # 8: 00000000 16 FUNC GLOBAL DEFAULT 1 foo
12 # 9: 00000008 0 FUNC GLOBAL DEFAULT 1 bar
13 # vs:
14 # Num: Value Size Type Bind Vis Ndx Name
15 # 8: 00000000 16 FUNC GLOBAL DEFAULT 1 foo
16 # 9: 00000008 0 OBJECT GLOBAL DEFAULT 1 bar
This page took 0.030162 seconds and 4 git commands to generate.