]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/elf/section11.d
Add command line option to stop the assembler from padding the end of sections to...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / elf / section11.d
1 #as: --no-pad-sections
2 #readelf: -S --wide
3 #name: Disabling section padding
4 # The RX port uses non standard section names.
5 #skip: rx-*-*
6
7 #...
8 \[ .\] .text[ ]+PROGBITS[ ]+0+00 0+[0-9a-f]+ 0+0(1|4|5) 00 AX 0 0 16
9 #...
10 \[ .\] .data[ ]+PROGBITS[ ]+0+00 0+[0-9a-f]+ 0+01 00 WA 0 0 16
11 #...
12 \[ .\] .bss[ ]+NOBITS[ ]+0+00 0+[0-9a-f]+ 0+01 00 WA 0 0 16
13 #pass