PR 10288
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapsecs.d
CommitLineData
d460e92e
JM
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
11SYMBOL TABLE:
120+00 l d .text 00000000 .text
130+00 l d .data 00000000 .data
140+00 l d .bss 00000000 .bss
150+00 l d .text.f1 00000000 .text.f1
160+00 l F .text.f1 00000000 f1
170+00 l .text.f1 00000000 \$a
180+08 l .text.f1 00000000 f1a
190+00 l d .text.f2 00000000 .text.f2
200+00 l F .text.f2 00000000 f2
210+00 l .text.f2 00000000 \$a
220+04 l .text.f2 00000000 \$d
230+08 l .text.f2 00000000 f2a
240+08 l .text.f2 00000000 \$a
250+00 l d .ARM.attributes 00000000 .ARM.attributes
26
27
28
29Disassembly of section .text.f1:
30
3100000000 <f1>:
fe56b6ce
NC
32 0: e1a00000 nop ; \(mov r0, r0\)
33 4: e1a00000 nop ; \(mov r0, r0\)
d460e92e
JM
34
3500000008 <f1a>:
fe56b6ce 36 8: e1a00000 nop ; \(mov r0, r0\)
d460e92e
JM
37
38Disassembly of section .text.f2:
39
4000000000 <f2>:
fe56b6ce 41 0: e1a00000 nop ; \(mov r0, r0\)
d460e92e
JM
42 4: 00000001 .word 0x00000001
43
4400000008 <f2a>:
fe56b6ce 45 8: e1a00000 nop ; \(mov r0, r0\)
This page took 0.034395 seconds and 4 git commands to generate.