Retro68/binutils/ld/testsuite/ld-elf/maxpage3.t

9 lines
135 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
2017-04-10 11:32:00 +00:00
. = SIZEOF_HEADERS;
2012-03-26 19:18:29 +00:00
.text : {*(.text)}
. = ALIGN(CONSTANT (MAXPAGESIZE));
.data : {*(.data)}
/DISCARD/ : {*(*)}
}