]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/elf/section16b.d
mbind gas tests and supports_gnu_osabi testsuite infrastructure
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / elf / section16b.d
1 #source: section16.s
2 #as: --no-pad-sections
3 #objdump: -s
4 #name: mbind section contents 16
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
9 #xfail: ![supports_gnu_osabi]
10
11 #...
12 Contents of section .mbind.data:
13 0000 01 .
14 #...
15 Contents of section .mbind.data:
16 0000 02 .
17 #...
18 Contents of section .mbind.text:
19 0000 03 .
20 #...
21 Contents of section .mbind.text:
22 0000 04 .
23 #...
24 Contents of section .mbind.rodata:
25 0000 07 .
26 #...
27 Contents of section .mbind.data:
28 0000 08 .
29 #...
30 Contents of section .mbind.data:
31 0000 090b ..
32 #...
33 Contents of section .mbind.text:
34 0000 0a .
35 #pass