SECTIONS { .text : { *(.text) } >rom INCLUDE include-data.t /DISCARD/ : { *(*) } }
SECTIONS {
.text : { *(.text) } >rom
INCLUDE include-data.t
/DISCARD/ : { *(*) }
}