Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / mapping.d
1 #objdump: --syms --special-syms
2 #name: AArch64 Mapping Symbols
3 # This test is only valid on ELF based ports.
4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
5
6 # Test the generation of AArch64 ELF Mapping Symbols
7
8 .*: +file format.*aarch64.*
9
10 SYMBOL TABLE:
11 0+00 l d .text 0+0 (|.text)
12 0+00 l d .data 0+0 (|.data)
13 0+00 l d .bss 0+0 (|.bss)
14 0+00 l .text 0+0 \$x
15 0+00 l d foo 0+0 (|foo)
16 0+00 l foo 0+0 \$x
17 #Maybe section symbol for .ARM.attributes
18 #...
19 0+00 g .text 0+0 mapping
20 0+08 g .text 0+0 another_mapping
This page took 0.033002 seconds and 4 git commands to generate.