• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SECTIONS {
2	 .text : { *(.text) } >rom
3	 INCLUDE include-data.t
4	 /DISCARD/ : { *(*) }
5}
6