]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/sec-to-seg-script-adjoining-pages.t
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / sec-to-seg-script-adjoining-pages.t
1 SECTIONS
2 {
3 . = 0x1000;
4 .sec1 : { *sec-to-seg1.o(.rodata) }
5 . += CONSTANT(MAXPAGESIZE);
6 .sec2 : { *sec-to-seg2.o(.rodata) }
7
8 .data : { *(.data) } /* For hppa64. */
9
10 /DISCARD/ : {*(*) }
11 }