symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / aent-2.d
CommitLineData
99bcaeaf 1#DUMPPROG: readelf
37f9ec62
MR
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.178138 seconds and 4 git commands to generate.