bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapping.d
1 #objdump: --syms --special-syms
2 #name: ARM Mapping Symbols
3
4 # Test the generation of ARM ELF Mapping Symbols
5
6 .*: +file format.*arm.*
7
8 SYMBOL TABLE:
9 0+00 l d .text 0+0
10 0+00 l d .data 0+0
11 0+00 l d .bss 0+0
12 0+00 l F .text 0+0 \$a
13 0+08 l F .text 0+0 \$t
14 0+00 l O .data 0+0 \$d
15 0+00 l d foo 0+0
16 0+00 l F foo 0+0 \$t
17 0+00 g .text 0+0 mapping
18 0+08 g F .text 0+0 thumb_mapping
This page took 0.030136 seconds and 4 git commands to generate.