XCOFF ld testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / include-sections.t
1 SECTIONS {
2 .text : { *(.text .pr) } >rom
3 INCLUDE include-data.t
4 .bss : { *(.bss) }
5 /DISCARD/ : { *(*) }
6 }
This page took 0.029465 seconds and 4 git commands to generate.