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