/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

  1. SECTIONS {
  2. . = SIZEOF_HEADERS;
  3. .rodata : { *(.rodata) } :ro
  4. . = 0xa0000;
  5. .data : { *(.data) } :dat
  6. /DISCARD/ : { *(*) }
  7. }
  8. PHDRS {
  9. ro PT_LOAD FILEHDR PHDRS;
  10. dat PT_LOAD;
  11. }