]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/aarch64/codealign.d
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.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