* ld-scripts/cross3.t: Add .opd section.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross3.t
... / ...
CommitLineData
1NOCROSSREFS(.nocrossrefs .text)
2
3SECTIONS
4{
5 .text : { *(.text) }
6 .nocrossrefs : { *(.nocrossrefs) }
7 .data : { *(.data) *(.opd) }
8 .bss : { *(.bss) *(COMMON) }
9 /DISCARD/ : { *(*) }
10}
This page took 0.022169 seconds and 4 git commands to generate.