Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / fill.d
1 #source: fill_0.s
2 #source: fill_1.s
3 #source: fill_2.s
4 #ld: -T fill.t
5 #objdump: -s -j .text
6 #skip: ia64-*-* mips*-*-freebsd* mips*-*-gnu* mips*-*-irix* mips*-*-kfreebsd*
7 #skip: mips*-*-linux* mips*-*-netbsd* mips*-*-openbsd* mips*-*-sysv4*
8 #skip: tilegx*-*-* tilepro-*-* x86_64-*-cygwin x86_64-*-mingw* x86_64-*-pe*
9 #xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff
10 #xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-*
11 #
12 # See also fill16.d. We use `skip' for configurations unsupported
13 # here that are covered there, and `xfail' for configurations that work
14 # in neither place. See below for details as to why individual
15 # configurations are listed above.
16 #
17 # alpha-linuxecoff pads out code to 16 bytes.
18 # ia64 aligns code to minimum 16 bytes.
19 # mips aligns to minimum 16 bytes (except for bare-metal ELF and VxWorks).
20 # sh-pe pads out code sections to 16 bytes
21 # sparc-coff aligns to 8 bytes
22 # tic30-coff aligns to 2 bytes
23 # tic4x has 4 octet bytes
24 # tic54x doesn't support .p2align
25 # tilegx aligns code to minimum 8 bytes.
26 # tilepro aligns code to minimum 8 bytes.
27 # x86_64-pe aligns to 16 bytes
28 # z8k-coff aligns to 2 bytes
29
30 .*: file format .*
31
32 Contents of section .text:
33 [0-9a-f]+ cafebabe 01010101 02020202 12232323 .*
34 [0-9a-f]+ 03030303 00345600 00004567 000089ab .*
35 [0-9a-f]+ (deadbeef|efbeadde) 00004567 000089ab 0000cdef .*
36 [0-9a-f]+ 00004567 000089ab 0000cdef 00000123 .*
This page took 0.035974 seconds and 4 git commands to generate.