XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / fill.t
CommitLineData
ffe54b37
AM
1SECTIONS
2{
3 .text :
4 {
5 . += 4;
e553d5b2 6 *0.o(.text .pr)
ffe54b37 7 FILL (0x12)
e553d5b2 8 *1.o(.text .pr)
ffe54b37
AM
9 . += 1;
10 FILL (0x23)
e553d5b2 11 *2.o(.text .pr)
ffe54b37
AM
12 FILL (0x003456)
13 . += 4;
14 FILL (0x00004567000089ab0000cdef00000123)
15 . += 8;
16 LONG (0xdeadbeef)
17 . += 12;
18 . += 16;
19 } =0xcafebabe
20}
This page took 0.311816 seconds and 4 git commands to generate.