Complain about mbind, ifunc, and unique in final_write
[deliverable/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.
7 #xfail: rx-*-*
8 # A number of targets do not support SHF_GNU_MBIND
9 #xfail: arm*-*-netbsdelf* arm*-*-nto* msp430-*-* visium-*-*
10 #xfail: *-*-hpux* *-*-cloudabi
11
12 #...
13 Contents of section .mbind.data:
14 0000 01 .
15 #...
16 Contents of section .mbind.data:
17 0000 02 .
18 #...
19 Contents of section .mbind.text:
20 0000 03 .
21 #...
22 Contents of section .mbind.text:
23 0000 04 .
24 #...
25 Contents of section .mbind.rodata:
26 0000 07 .
27 #...
28 Contents of section .mbind.data:
29 0000 08 .
30 #...
31 Contents of section .mbind.data:
32 0000 090b ..
33 #...
34 Contents of section .mbind.text:
35 0000 0a .
36 #pass
This page took 0.030459 seconds and 4 git commands to generate.