MIPS/GAS/testsuite: Extend MIPS16 testing over multiple ISAs
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapping.d
1 #objdump: --syms --special-syms
2 #name: ARM Mapping Symbols
3 # This test is only valid on ELF based ports.
4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
5
6 # Test the generation of ARM ELF Mapping Symbols
7
8 .*: +file format.*arm.*
9
10 SYMBOL TABLE:
11 0+00 l d .text 0+0 (|.text)
12 0+00 l d .data 0+0 (|.data)
13 0+00 l d .bss 0+0 (|.bss)
14 0+00 l .text 0+0 \$a
15 0+08 l .text 0+0 \$t
16 0+00 l d foo 0+0 (|foo)
17 0+00 l foo 0+0 \$t
18 #Maybe section symbol for .ARM.attributes
19 #...
20 0+00 g .text 0+0 mapping
21 0+08 g F .text 0+0 thumb_mapping
This page took 0.029864 seconds and 4 git commands to generate.