/arch/ia64/scripts/check-segrel.lds
https://bitbucket.org/evzijst/gittest · LD Script · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 4fd47da4180ff273291826d5b924de18 MD5 · raw file
- SECTIONS {
- . = SIZEOF_HEADERS;
- .rodata : { *(.rodata) } :ro
- . = 0xa0000;
- .data : { *(.data) } :dat
- /DISCARD/ : { *(*) }
- }
- PHDRS {
- ro PT_LOAD FILEHDR PHDRS;
- dat PT_LOAD;
- }