Ensure that binutils test names are unique.
[deliverable/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 # RISC-V handles alignment via linker relaxation, so object files don't have
7 # the expected alignment.
8 #notarget: riscv*-*-*
9
10 #...
11 \[ .\] .text[ ]+PROGBITS[ ]+0+00 0+[0-9a-f]+ 0+0(1|4|5) 00 AX 0 0 16
12 #...
13 \[ .\] .data[ ]+PROGBITS[ ]+0+00 0+[0-9a-f]+ 0+01 00 WA 0 0 16
14 #...
15 \[ .\] .bss[ ]+NOBITS[ ]+0+00 0+[0-9a-f]+ 0+01 00 WA 0 0 16
16 #pass
This page took 0.029228 seconds and 4 git commands to generate.