diff options
author | YunQiang Su <yunqiang.su@cipunited.com> | 2023-11-15 10:57:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-11-15 10:57:48 +0000 |
commit | 42fb2f0b0978305e218a9493cde92447583771f1 (patch) | |
tree | 0a5571de3ed2f1a62b09a79e90f94c32d9fa582b /gas/ChangeLog | |
parent | 80f90d95e3978bb13b267ddd0f3d73f8ed82ec0b (diff) | |
download | binutils-42fb2f0b0978305e218a9493cde92447583771f1.zip binutils-42fb2f0b0978305e218a9493cde92447583771f1.tar.gz binutils-42fb2f0b0978305e218a9493cde92447583771f1.tar.bz2 |
MIPS: Fix Irix gas testcases about pdr section
* testsuite/gas/elf/elf.exp (section2): Add -mpdr option to assembler command line for mips-irix targets.
* testsuite/gas/mips/elf-rel26.d: Add -mpdr command line option.
* testsuite/gas/mips/mips16-e.d: Likewise.
* testsuite/gas/mips/mips16-f.d: Likewise.
* testsuite/gas/mips/mips16-hilo-match.d: Likewise.
* testsuite/gas/mips/mips16-e-irix.d: Likewise.
* testsuite/gas/mips/call-nonpic-1.d: Adjust regexp to allow for mips-irix targets.
* testsuite/gas/mips/irix-no-pdr.d: New test file.
* testsuite/gas/mips/mips.exp: Run new test for mips-irix targets.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 230a4a7..61d3e3a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2023-11-15 YunQiang Su <yunqiang.su@cipunited.com> + + * testsuite/gas/elf/elf.exp (section2): Add -mpdr option to + assembler command line for mips-irix targets. + * testsuite/gas/mips/elf-rel26.d: Add -mpdr command line option. + * testsuite/gas/mips/mips16-e.d: Likewise. + * testsuite/gas/mips/mips16-f.d: Likewise. + * testsuite/gas/mips/mips16-hilo-match.d: Likewise. + * testsuite/gas/mips/mips16-e-irix.d: Likewise. + * testsuite/gas/mips/call-nonpic-1.d: Adjust regexp to allow for + mips-irix targets. + * testsuite/gas/mips/irix-no-pdr.d: New test file. + * testsuite/gas/mips/mips.exp: Run new test for mips-irix + targets. + 2023-10-30 Jose E. Marchesi <jose.marchesi@oracle.com> * testsuite/gas/bpf/alu-pseudoc.s: Add test to make sure C-like |