diff options
Diffstat (limited to 'gas/testsuite/gas/arm/thumbver.d')
-rw-r--r-- | gas/testsuite/gas/arm/thumbver.d | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gas/arm/thumbver.d b/gas/testsuite/gas/arm/thumbver.d new file mode 100644 index 000000000000..ddc46df56d42 --- /dev/null +++ b/gas/testsuite/gas/arm/thumbver.d @@ -0,0 +1,15 @@ +# as: -meabi=4 +# readelf: -s +# This test is only valid on ELF based ports. +#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* + +Symbol table '\.symtab' contains .* entries: + Num: Value Size Type Bind Vis Ndx Name + 0: 00000000 0 NOTYPE LOCAL DEFAULT UND + 1: 00000000 0 SECTION LOCAL DEFAULT 1 +#... + .*: 00000001 0 FUNC LOCAL DEFAULT 1 a_alias + .*: 00000001 0 FUNC LOCAL DEFAULT 1 a_body + .*: 00000000 0 NOTYPE LOCAL DEFAULT 1 \$t + .*: 00000001 0 FUNC LOCAL DEFAULT 1 a_export@VERSION +#... |