allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / ia64 / scripts / check-segrel.lds
blob1c2f13e181d0bff8ff2f2cbada0f282f8ab5a8b7
1 SECTIONS {
2         . = SIZEOF_HEADERS;
3         .rodata : { *(.rodata) } :ro
4         . = 0xa0000;
5         .data : { *(.data) } :dat
6         /DISCARD/ : { *(*) }
8 PHDRS {
9   ro PT_LOAD FILEHDR PHDRS;
10   dat PT_LOAD;