1
0
mirror of https://github.com/autc04/Retro68.git synced 2024-12-13 18:34:45 +00:00
Retro68/binutils/ld/testsuite/ld-elf/sec-to-seg-script-adjoining-pages.t

12 lines
202 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = 0x1000;
.sec1 : { *sec-to-seg1.o(.rodata) }
. += CONSTANT(MAXPAGESIZE);
.sec2 : { *sec-to-seg2.o(.rodata) }
.data : { *(.data) } /* For hppa64. */
/DISCARD/ : {*(*) }
}