]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/include-sections.t
Automatic date update in version.in
[binutils.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.022819 seconds and 4 git commands to generate.