gas/testsuite:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapsecs.d
1 #as: -EL
2 #objdump: --syms --special-syms -d
3 #name: ARM Mapping Symbols with multiple sections
4 # This test is only valid on EABI based ports.
5 #target: *-*-*eabi *-*-symbianelf *-*-linux-* *-*-elf
6 #source: mapsecs.s
7
8
9 .*: +file format .*arm.*
10
11 SYMBOL TABLE:
12 0+00 l d .text 00000000 .text
13 0+00 l d .data 00000000 .data
14 0+00 l d .bss 00000000 .bss
15 0+00 l d .text.f1 00000000 .text.f1
16 0+00 l F .text.f1 00000000 f1
17 0+00 l .text.f1 00000000 \$a
18 0+08 l .text.f1 00000000 f1a
19 0+00 l d .text.f2 00000000 .text.f2
20 0+00 l F .text.f2 00000000 f2
21 0+00 l .text.f2 00000000 \$a
22 0+04 l .text.f2 00000000 \$d
23 0+08 l .text.f2 00000000 f2a
24 0+08 l .text.f2 00000000 \$a
25 0+00 l d .ARM.attributes 00000000 .ARM.attributes
26
27
28
29 Disassembly of section .text.f1:
30
31 00000000 <f1>:
32 0: e1a00000 nop \(mov r0,r0\)
33 4: e1a00000 nop \(mov r0,r0\)
34
35 00000008 <f1a>:
36 8: e1a00000 nop \(mov r0,r0\)
37
38 Disassembly of section .text.f2:
39
40 00000000 <f2>:
41 0: e1a00000 nop \(mov r0,r0\)
42 4: 00000001 .word 0x00000001
43
44 00000008 <f2a>:
45 8: e1a00000 nop \(mov r0,r0\)
This page took 0.033072 seconds and 4 git commands to generate.