mbind gas tests and supports_gnu_osabi testsuite infrastructure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section16a.d
1 #source: section16.s
2 #as: --no-pad-sections
3 #readelf: -Sg --wide
4 #name: mbind sections 16
5 # A number of targets do not support SHF_GNU_MBIND
6 #xfail: ![supports_gnu_osabi]
7
8 #...
9 \[[ 0-9]+\] \.mbind\.data[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 WAD 0 0 1
10 #...
11 \[[ 0-9]+\] \.mbind\.data[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 WAD 0 3 1
12 #...
13 \[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXD 0 0 .
14 #...
15 \[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXD 0 3 .
16 #...
17 \[[ 0-9]+\] \.mbind\.bss[ ]+NOBITS[ ]+0+0 0+[0-9a-f]+ 0+5 00 WAD 0 0 1
18 #...
19 \[[ 0-9]+\] \.mbind\.bss[ ]+NOBITS[ ]+0+0 0+[0-9a-f]+ 0+6 00 WAD 0 3 1
20 #...
21 \[[ 0-9]+\] \.mbind\.rodata[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AGD 0 2 1
22 #...
23 \[[ 0-9]+\] \.mbind\.data[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 WAGD 0 0 1
24 #...
25 \[[ 0-9]+\] \.mbind\.data[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+2 00 WAGD 0 3 1
26 #...
27 \[[ 0-9]+\] \.mbind\.text[ ]+PROGBITS[ ]+0+0 0+[0-9a-f]+ 0+1 00 AXGD 0 3 1
28 #...
29 COMDAT group section \[ 1\] `\.group' \[\.foo_group\] contains . sections:
30 [ ]+\[Index\][ ]+Name
31 [ ]+\[[ 0-9]+][ ]+\.mbind\.rodata
32 [ ]+\[[ 0-9]+][ ]+\.mbind\.data
33 [ ]+\[[ 0-9]+][ ]+\.mbind\.data
34 [ ]+\[[ 0-9]+][ ]+\.mbind\.text
35 #pass
This page took 0.032631 seconds and 4 git commands to generate.