aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/cross6.t
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-05-19 00:10:13 +0930
committerAlan Modra <amodra@gmail.com>2016-05-19 14:07:06 +0930
commit82bc9362f1b0851bb992515d44871e6438c2020c (patch)
tree4301f3a249e58baf715a3384a94de1c8c266fb31 /ld/testsuite/ld-scripts/cross6.t
parentf1b2ca70c95ac45883cd0b5ec94fb1e9beb7a59b (diff)
downloadgdb-82bc9362f1b0851bb992515d44871e6438c2020c.zip
gdb-82bc9362f1b0851bb992515d44871e6438c2020c.tar.gz
gdb-82bc9362f1b0851bb992515d44871e6438c2020c.tar.bz2
Hack crossref tests for powerpc64
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.
Diffstat (limited to 'ld/testsuite/ld-scripts/cross6.t')
-rw-r--r--ld/testsuite/ld-scripts/cross6.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-scripts/cross6.t b/ld/testsuite/ld-scripts/cross6.t
index 0f23ca0..20f5b59 100644
--- a/ld/testsuite/ld-scripts/cross6.t
+++ b/ld/testsuite/ld-scripts/cross6.t
@@ -2,8 +2,8 @@ NOCROSSREFS_TO(.text .data)
SECTIONS
{
- .text : { *(.text) *(.text.*) }
- .data : { *(.data) *(.data.*) *(.sdata) *(.opd) }
+ .text : { *(.text) *(.text.*) *(.opd) }
+ .data : { *(.data) *(.data.*) *(.sdata) *(.toc) }
.bss : { *(.bss) *(COMMON) }
/DISCARD/ : { *(*) }
}