Support tcl procedure calls in run_dump_test xfail
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / fill.d
CommitLineData
ffe54b37
AM
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
c7df3df4
AM
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*
27cdfa03 9#xfail: alpha*-*-*ecoff sh-*-pe sparc*-*-coff
c7df3df4 10#xfail: tic30-*-coff tic4x-*-* tic54x-*-* z8k-*-*
62a5222f 11#
c7df3df4 12# See also fill16.d. We use `skip' for configurations unsupported
62a5222f
MR
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.
62a5222f 18# ia64 aligns code to minimum 16 bytes.
62a5222f 19# mips aligns to minimum 16 bytes (except for bare-metal ELF and VxWorks).
ffe54b37
AM
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
62a5222f
MR
25# tilegx aligns code to minimum 8 bytes.
26# tilepro aligns code to minimum 8 bytes.
ffe54b37
AM
27# x86_64-pe aligns to 16 bytes
28# z8k-coff aligns to 2 bytes
29
30.*: file format .*
31
32Contents 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.236271 seconds and 4 git commands to generate.