]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/elf/section12b.d
SHF_GNU_MBIND requires ELFOSABI_GNU
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / elf / section12b.d
1 #source: section12.s
2 #as: --no-pad-sections
3 #objdump: -s
4 #name: mbind section contents
5 # RX annoyingly reorders the sections so that they do not match the sequence
6 # expected below. msp430 and hpux do not support SHF_GNU_MBIND
7 #xfail: rx-*-* msp430-*-* *-*-hpux*
8
9 #...
10 Contents of section .mbind.data:
11 0000 01 .
12 #...
13 Contents of section .mbind.data:
14 0000 02 .
15 #...
16 Contents of section .mbind.text:
17 0000 03 .
18 #...
19 Contents of section .mbind.text:
20 0000 04 .
21 #...
22 Contents of section .mbind.rodata:
23 0000 07 .
24 #...
25 Contents of section .mbind.data:
26 0000 08 .
27 #...
28 Contents of section .mbind.data:
29 0000 090b ..
30 #...
31 Contents of section .mbind.text:
32 0000 0a .
33 #pass