]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/ia64/scripts/check-segrel.lds
Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
[mirror_ubuntu-artful-kernel.git] / arch / ia64 / scripts / check-segrel.lds
CommitLineData
1da177e4
LT
1SECTIONS {
2 . = SIZEOF_HEADERS;
3 .rodata : { *(.rodata) } :ro
d650c37b 4 .note : { *(.note*) }
1da177e4
LT
5 . = 0xa0000;
6 .data : { *(.data) } :dat
7 /DISCARD/ : { *(*) }
8}
9PHDRS {
10 ro PT_LOAD FILEHDR PHDRS;
11 dat PT_LOAD;
12}