summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/section11.d
blob: 4cada2a7fee830760af2b4ff6556f48a2e055d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#as: --no-pad-sections
#readelf: -S --wide
#name: Disabling section padding
# The RX port uses non standard section names.
#skip: rx-*-*
# RISC-V handles alignment via linker relaxation, so object files don't have
# the expected alignment.
#notarget: riscv*-*-*

#...
  \[ .\] .text[ 	]+PROGBITS[ 	]+0+00 0+[0-9a-f]+ 0+0(1|4|5) 00  AX  0   0 16
#...
  \[ .\] .data[ 	]+PROGBITS[ 	]+0+00 0+[0-9a-f]+ 0+01 00  WA  0   0 16
#...
  \[ .\] .bss[ 	]+NOBITS[ 	]+0+00 0+[0-9a-f]+ 0+01 00  WA  0   0 16
#pass