* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / cross2.t
1 NOCROSSREFS ( .text .data )
2 SECTIONS
3 {
4 .text : { *(.text) }
5 .data : { *(.data) *(.sdata) }
6 }
This page took 0.030198 seconds and 4 git commands to generate.