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