]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/ia64/scripts/check-segrel.lds
Merge tag 'cris-for-3.14' of git://jni.nu/cris
[mirror_ubuntu-bionic-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 }