Fix assembler tests to work with toolchains that have been configured with --enable...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / codealign_1.d
1 #objdump: --section-headers
2 #as: --generate-missing-build-notes=no
3 # Minimum code alignment should be set.
4
5 .*: +file format.*aarch64.*
6
7 Sections:
8 Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off[ ]+Algn
9 0 \.text .* .* .* .* 2\*\*2
10 .*CODE.*
11 1 \.data .* .* .* .* 2\*\*0
12 .*DATA.*
13 2 \.bss .* .* .* .* 2\*\*0
14 .*
This page took 0.030906 seconds and 4 git commands to generate.