Browse Source
A different set of hacks to make the crossref tests pass on powerpc64 and powerpc64le. * testsuite/ld-scripts/crossref.exp: Remove -mcall-aixdesc hack. * testsuite/ld-scripts/cross2.t: Tweak .opd and .toc placement. * testsuite/ld-scripts/cross3.t: Likewise. * testsuite/ld-scripts/cross4.t: Likewise. * testsuite/ld-scripts/cross5.t: Likewise. * testsuite/ld-scripts/cross6.t: Likewise. * testsuite/ld-scripts/cross7.t: Likewise.binutils-2_27-branch
8 changed files with 19 additions and 16 deletions
@ -1,6 +1,6 @@ |
|||
NOCROSSREFS ( .text .data ) |
|||
SECTIONS |
|||
{ |
|||
.text : { *(.text) *(.text.*) *(.pr) } |
|||
.text : { *(.text) *(.text.*) *(.pr) *(.opd) } |
|||
.data : { *(.data) *(.data.*) *(.sdata) *(.rw) *(.tc0) *(.tc) *(.toc) } |
|||
} |
|||
|
|||
Loading…
Reference in new issue