diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:00:36 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@orcam.me.uk> | 2023-07-28 06:01:22 +0100 |
commit | 6dee8798a802552ea6d67971fb8f17afe335d533 (patch) | |
tree | c9e10b8acaf82b6c901c6460384e4b0463fca990 | |
parent | MIPS/LD/testsuite: Fix JALR relaxation test failure with IRIX 6 (diff) | |
download | binutils-gdb-6dee8798a802552ea6d67971fb8f17afe335d533.tar.gz binutils-gdb-6dee8798a802552ea6d67971fb8f17afe335d533.tar.bz2 binutils-gdb-6dee8798a802552ea6d67971fb8f17afe335d533.zip |
MIPS/LD/testsuite: Fix `attr-gnu-4-10' failures with IRIX targets
IRIX targets do not enable the production of a `.pdr' section in GAS by
default, which causes a failure with the `attr-gnu-4-10' test case due
to a difference resulting in the number and indices of sections produced
in linker output.
As the presence or absence of this section is not relevant to this test
case, just enable it unconditionally, fixing these regressions:
mips-sgi-irix5 -FAIL: ld-mips-elf/attr-gnu-4-10
mips-sgi-irix6 -FAIL: ld-mips-elf/attr-gnu-4-10
ld/
* testsuite/ld-mips-elf/attr-gnu-4-10.d: Add `as' tag with
`-mpdr'.
(cherry picked from commit d4e5281f03764a985b1229e9417a4fd1bebcea17)
-rw-r--r-- | ld/testsuite/ld-mips-elf/attr-gnu-4-10.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d b/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d index 8827e412707..0192d6fa650 100644 --- a/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d +++ b/ld/testsuite/ld-mips-elf/attr-gnu-4-10.d @@ -1,5 +1,6 @@ #source: attr-gnu-4-1.s #source: attr-gnu-4-0.s +#as: -mpdr #ld: -r #readelf: -hA |