Update testsuite/ld-x86-64/plt-main-bnd.dd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / maxpage3.t
1 SECTIONS
2 {
3 . = SIZEOF_HEADERS;
4 .text : {*(.text)}
5 . = ALIGN(CONSTANT (MAXPAGESIZE));
6 .data : {*(.data)}
7 /DISCARD/ : {*(*)}
8 }
This page took 0.12413 seconds and 4 git commands to generate.