Fix assembler tests to work with toolchains that have been configured with --enable...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapshort-eabi.d
CommitLineData
e821645d 1#objdump: --syms --special-syms -d
077a039f 2#as: --generate-missing-build-notes=no
aa32346d
NC
3#name: ARM Mapping Symbols for .short (EABI version)
4# This test is only valid on EABI based ports.
0085488a 5#target: *-*-*eabi* *-*-symbianelf *-*-linux-* *-*-elf *-*-nacl*
aa32346d 6#source: mapshort.s
e821645d
DJ
7
8# Test the generation and use of ARM ELF Mapping Symbols
9
10.*: +file format .*arm.*
11
12SYMBOL TABLE:
130+00 l d .text 00000000 .text
140+00 l d .data 00000000 .data
150+00 l d .bss 00000000 .bss
160+00 l F .text 00000000 foo
170+00 l .text 00000000 \$a
180+04 l .text 00000000 \$t
190+08 l .text 00000000 \$d
200+12 l .text 00000000 \$t
210+16 l .text 00000000 \$d
220+18 l .text 00000000 \$a
230+1c l .text 00000000 \$d
240+1f l .text 00000000 bar
90723616 250+00 l .data 00000000 wibble
aa32346d 260+00 l d .ARM.attributes 00000000 .ARM.attributes
e821645d
DJ
27
28
29Disassembly of section .text:
30
310+00 <foo>:
fe56b6ce
NC
32 0: e1a00000 nop ; \(mov r0, r0\)
33 4: 46c0 nop ; \(mov r8, r8\)
34 6: 46c0 nop ; \(mov r8, r8\)
e821645d
DJ
35 8: 00000002 .word 0x00000002
36 c: 00010001 .word 0x00010001
37 10: 0003 .short 0x0003
fe56b6ce
NC
38 12: 46c0 nop ; \(mov r8, r8\)
39 14: 46c0 nop ; \(mov r8, r8\)
e821645d
DJ
40 16: 0001 .short 0x0001
41 18: ebfffff8 bl 0 <foo>
42 1c: 0008 .short 0x0008
43 1e: 09 .byte 0x09
440+1f <bar>:
45 1f: 0a .byte 0x0a
This page took 0.633866 seconds and 4 git commands to generate.