Support tcl procedure calls in run_dump_test xfail
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / size-1.t
CommitLineData
e5caec89
NS
1SECTIONS
2{
76cb62b0
AM
3 . = 0x1000 + SIZEOF_HEADERS;
4 .text ALIGN (0x20) : { *(.text) }
5 .data 0x2000 : {
6 *(.data)
e5caec89
NS
7 LONG (SIZEOF (.text))
8 LONG (SIZEOF (.data))
e5caec89
NS
9 }
10}
This page took 0.62252 seconds and 4 git commands to generate.