* ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / include-sections.t
1 SECTIONS {
2 .text : { *(.text) } >rom
3 INCLUDE include-data.t
4 /DISCARD/ : { *(*) }
5 }
This page took 0.041695 seconds and 4 git commands to generate.