https://sourceware.org/bugzilla/show_bug.cgi?id=19278

--- Comment #2 from Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de> ---
found a way to suppress at least the "outside of any MEMORY region"
error/warning:

---
PHDRS { 
  hdr PT_PHDR FILEHDR PHDRS;
  note PT_NOTE;
  text PT_LOAD;
  data PT_LOAD;
}

SECTIONS {
  .text : { ....
  } >rom :text

  ...
  .data : {
  } >ram AT >rom :data
}
---

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to