2005-07-04 Zack Weinberg <zack@codesourcery.com>
[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 .data 0+0 \$d
17 0+00 l d foo 0+0 (|foo)
18 0+00 l foo 0+0 \$t
19 0+00 g .text 0+0 mapping
20 0+08 g F .text 0+0 thumb_mapping
This page took 0.029473 seconds and 4 git commands to generate.