Fix assembler tests to work with toolchains that have been configured with --enable...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / mapping.d
1 #objdump: --syms --special-syms
2 #as: --generate-missing-build-notes=no
3 #name: AArch64 Mapping Symbols
4 # This test is only valid on ELF based ports.
5 #notarget: *-*-pe *-*-wince
6
7 # Test the generation of AArch64 ELF Mapping Symbols
8
9 .*: +file format.*aarch64.*
10
11 SYMBOL TABLE:
12 0+00 l d .text 0+0 (|.text)
13 0+00 l d .data 0+0 (|.data)
14 0+00 l d .bss 0+0 (|.bss)
15 0+00 l .text 0+0 \$x
16 0+00 l d foo 0+0 (|foo)
17 0+00 l foo 0+0 \$x
18 #Maybe section symbol for .ARM.attributes
19 #...
20 0+00 g .text 0+0 mapping
21 0+08 g .text 0+0 another_mapping
This page took 0.03005 seconds and 4 git commands to generate.