mbind gas tests and supports_gnu_osabi testsuite infrastructure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section16b.d
CommitLineData
a8c4d40b
L
1#source: section16.s
2#as: --no-pad-sections
3#objdump: -s
02e0be69 4#name: mbind section contents 16
a8c4d40b
L
5# RX annoyingly reorders the sections so that they do not match the sequence
6# expected below.
7#xfail: rx-*-*
8# A number of targets do not support SHF_GNU_MBIND
02e0be69 9#xfail: ![supports_gnu_osabi]
a8c4d40b
L
10
11#...
12Contents of section .mbind.data:
13 0000 01 .
14#...
15Contents of section .mbind.data:
16 0000 02 .
17#...
18Contents of section .mbind.text:
19 0000 03 .
20#...
21Contents of section .mbind.text:
22 0000 04 .
23#...
24Contents of section .mbind.rodata:
25 0000 07 .
26#...
27Contents of section .mbind.data:
28 0000 08 .
29#...
30Contents of section .mbind.data:
31 0000 090b ..
32#...
33Contents of section .mbind.text:
34 0000 0a .
35#pass
This page took 0.023521 seconds and 4 git commands to generate.