print-memory-usage.t 139 B

12345678910111213141516
  1. SECTIONS
  2. {
  3. .text :
  4. {
  5. *(.text)
  6. *(.pr)
  7. }
  8. .data :
  9. {
  10. *(.data)
  11. *(.rw)
  12. }
  13. /DISCARD/ : { *(.note.gnu.property) }
  14. }