Ensure that binutils test names are unique.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section12b.d
CommitLineData
a91e1603
L
1#source: section12.s
2#as: --no-pad-sections
3#objdump: -s
4#name: mbind section contents
5# The RX port annoyingly reorders the sections so that they do not match the sequence expected below.
6#skip: rx-*-*
7
8#...
9Contents of section .mbind.data:
10 0000 01 .
11#...
12Contents of section .mbind.data:
13 0000 02 .
14#...
15Contents of section .mbind.text:
16 0000 03 .
17#...
18Contents of section .mbind.text:
19 0000 04 .
20#...
21Contents of section .mbind.rodata:
22 0000 07 .
23#...
24Contents of section .mbind.data:
25 0000 08 .
26#...
27Contents of section .mbind.data:
28 0000 090b ..
29#...
30Contents of section .mbind.text:
31 0000 0a .
32#pass
This page took 0.090827 seconds and 4 git commands to generate.