blob: c4819d28a9499f075c6763e52608cb30075939ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#objdump: --syms --special-syms
#name: ARM Mapping Symbols
# This test is only valid on ELF based ports.
#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
# Test the generation of ARM ELF Mapping Symbols
.*: +file format.*arm.*
SYMBOL TABLE:
0+00 l d .text 0+0 (|.text)
0+00 l d .data 0+0 (|.data)
0+00 l d .bss 0+0 (|.bss)
0+00 l .text 0+0 \$a
0+08 l .text 0+0 \$t
0+00 l d foo 0+0 (|foo)
0+00 l foo 0+0 \$t
#Maybe section symbol for .ARM.attributes
#...
0+00 g .text 0+0 mapping
0+08 g F .text 0+0 thumb_mapping
|