Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / arch / ia64 / scripts / check-segrel.lds
1 SECTIONS {
2         . = SIZEOF_HEADERS;
3         .rodata : { *(.rodata) } :ro
4         .note : { *(.note*) }
5         . = 0xa0000;
6         .data : { *(.data) } :dat
7         /DISCARD/ : { *(*) }
8 }
9 PHDRS {
10   ro PT_LOAD FILEHDR PHDRS;
11   dat PT_LOAD;
12 }