[IA64] fix nohalt boot option
[deliverable/linux.git] / arch / ia64 / scripts / check-segrel.lds
1 SECTIONS {
2 . = SIZEOF_HEADERS;
3 .rodata : { *(.rodata) } :ro
4 . = 0xa0000;
5 .data : { *(.data) } :dat
6 /DISCARD/ : { *(*) }
7 }
8 PHDRS {
9 ro PT_LOAD FILEHDR PHDRS;
10 dat PT_LOAD;
11 }
This page took 0.040011 seconds and 5 git commands to generate.