XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / fill16.d
1 #source: fill16_0.s
2 #source: fill16_1.s
3 #source: fill16_2.s
4 #ld: -T fill.t
5 #objdump: -s -j .text
6 #skip: arm-*-coff i[3-7]86-*-coff [is_xcoff_format]
7 #xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff
8 #xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-*
9 #xfail: z80-*-coff
10 #
11 # See also fill.d. We use `skip' for configurations unsupported
12 # here that are covered there, and `xfail' for configurations that work
13 # with neither place. See below for details as to why individual
14 # configurations are listed above.
15 #
16 # alpha-linuxecoff pads out code to 16 bytes.
17 # arm-coff always aligns code to 4 bytes.
18 # i386-coff always aligns code to 4 bytes.
19 # sh-pe pads out code sections to 16 bytes
20 # sparc-coff aligns to 8 bytes
21 # tic30-coff aligns to 2 bytes
22 # tic4x has 4 octet bytes
23 # tic54x doesn't support .p2align
24 # z8k-coff aligns to 2 bytes
25 # z80-coff aligns to 2 bytes
26
27 .*: file format .*
28
29 Contents of section .text:
30 [0-9a-f]+ cafebabe cafebabe cafebabe cafebabe .*
31 [0-9a-f]+ 01010101 01010101 01010101 01010101 .*
32 [0-9a-f]+ 02020202 02020202 02020202 02020202 .*
33 [0-9a-f]+ 12232323 23232323 23232323 23232323 .*
34 [0-9a-f]+ 03030303 03030303 03030303 03030303 .*
35 [0-9a-f]+ 00345600 00004567 000089ab (deadbeef|efbeadde) .*
36 [0-9a-f]+ 00004567 000089ab 0000cdef 00004567 .*
37 [0-9a-f]+ 000089ab 0000cdef 00000123 .*
This page took 0.034274 seconds and 4 git commands to generate.