Retro68/binutils/ld/testsuite/ld-scripts/size-1.t

11 lines
168 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.text ALIGN (0x20) : { *(.text) }
.data 0x2000 : {
*(.data)
LONG (SIZEOF (.text))
LONG (SIZEOF (.data))
}
}