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