binutils testsuite test for ELF32 vs ELF64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / size-1.t
1 SECTIONS
2 {
3 . = 0x1000 + SIZEOF_HEADERS;
4 .text ALIGN (0x20) : { *(.text) }
5 .data 0x2000 : {
6 *(.data)
7 LONG (SIZEOF (.text))
8 LONG (SIZEOF (.data))
9 }
10 }
This page took 0.030897 seconds and 4 git commands to generate.