[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapdir.d
CommitLineData
cd000bff
DJ
1#as: -EL -I$srcdir/$subdir
2#objdump: --syms --special-syms -d
3#name: ARM Mapping Symbols for .arm/.thumb
4# This test is only valid on EABI based ports.
0085488a 5#target: *-*-*eabi* *-*-symbianelf *-*-linux-* *-*-elf *-*-nacl*
cd000bff
DJ
6#source: mapdir.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 .fini_array 00000000 .fini_array
160+00 l .fini_array 00000000 \$d
170+00 l O .fini_array 00000000 __do_global_dtors_aux_fini_array_entry
180+00 l d .code 00000000 .code
190+00 l .code 00000000 \$a
200+00 l d .tcode 00000000 .tcode
210+00 l .tcode 00000000 \$t
220+00 l d .ARM.attributes 00000000 .ARM.attributes
230+00 \*UND\* 00000000 __do_global_dtors_aux
24
25
26
27Disassembly of section .code:
28
2900000000 <.code>:
30 0: e1a00000 nop ; \(mov r0, r0\)
31
32Disassembly of section .tcode:
33
3400000000 <.tcode>:
35 0: 46c0 nop ; \(mov r8, r8\)
This page took 0.299684 seconds and 4 git commands to generate.