* ld-scripts/script.exp: Use run_dump_test instead of
[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 }