source: binutils/vendor/current/gas/testsuite/gas/aarch64/codealign.d@ 1968

Last change on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago

binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm

File size: 490 bytes
Line 
1#objdump: --section-headers
2# Minimum code alignment should be set.
3# This test is only valid on ELF based ports.
4#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
5
6.*: +file format.*aarch64.*
7
8Sections:
9Idx Name Size VMA LMA File off Algn
10 0 \.text .* .* .* .* 2\*\*2
11 .*CODE.*
12 1 \.data .* .* .* .* 2\*\*0
13 .*DATA.*
14 2 \.bss .* .* .* .* 2\*\*0
15.*
16
Note: See TracBrowser for help on using the repository browser.