summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/mapsecs.d
blob: b2a0e602df1734211f60f8c35b025124b230c9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#as: -EL
#objdump: --syms --special-syms -d
#name: ARM Mapping Symbols with multiple sections
# This test is only valid on EABI based ports.
#target: *-*-*eabi* *-*-symbianelf *-*-linux-* *-*-elf *-*-nacl*
#source: mapsecs.s


.*: +file format .*arm.*

SYMBOL TABLE:
0+00 l    d  .text	00000000 .text
0+00 l    d  .data	00000000 .data
0+00 l    d  .bss	00000000 .bss
0+00 l    d  .text.f1	00000000 .text.f1
0+00 l     F .text.f1	00000000 f1
0+00 l       .text.f1	00000000 \$a
0+08 l       .text.f1	00000000 f1a
0+00 l    d  .text.f2	00000000 .text.f2
0+00 l     F .text.f2	00000000 f2
0+00 l       .text.f2	00000000 \$a
0+04 l       .text.f2	00000000 \$d
0+08 l       .text.f2	00000000 f2a
0+08 l       .text.f2	00000000 \$a
0+00 l    d  .ARM.attributes	00000000 .ARM.attributes



Disassembly of section .text.f1:

00000000 <f1>:
   0:	e1a00000 	nop			; \(mov r0, r0\)
   4:	e1a00000 	nop			; \(mov r0, r0\)

00000008 <f1a>:
   8:	e1a00000 	nop			; \(mov r0, r0\)

Disassembly of section .text.f2:

00000000 <f2>:
   0:	e1a00000 	nop			; \(mov r0, r0\)
   4:	00000001 	.word	0x00000001

00000008 <f2a>:
   8:	e1a00000 	nop			; \(mov r0, r0\)