Retro68/binutils/ld/testsuite/ld-scripts/cross2.t

7 lines
164 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
NOCROSSREFS ( .text .data )
SECTIONS
{
2017-04-10 11:32:00 +00:00
.text : { *(.text) *(.text.*) *(.pr) *(.opd) }
2012-03-26 19:18:29 +00:00
.data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) *(.toc) }
}