Fix assembler tests to work with toolchains that have been configured with --enable...
[external/binutils.git] / gas / testsuite / gas / aarch64 / codealign.d
1 #objdump: --section-headers
2 #as: --generate-missing-build-notes=no
3 # Minimum code alignment should be set.
4 # This test is only valid on ELF based ports.
5 #notarget: *-*-pe *-*-wince
6
7 .*: +file format.*aarch64.*
8
9 Sections:
10 Idx Name[]+Size[ ]+VMA[ ]+LMA[ ]+File off[ ]+Algn
11   0 \.text         .*  .*  .*  .*  2\*\*2
12                   .*CODE.*
13   1 \.data         .*  .*  .* .*  2\*\*0
14                   .*DATA.*
15   2 \.bss          .*  .*  .*  .*  2\*\*0
16 .*
17