diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-06-13 16:52:42 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-06-13 17:02:22 +0100 |
commit | 97f50151221de0a023a8317559b1992a90f9cb8f (patch) | |
tree | 59c7ceb3a61fb03e7d7471b3c69636b9c1c46b62 /gas/ChangeLog | |
parent | 0c9663cbd41c27a8e20ca88a53ba3deae374f1d8 (diff) | |
download | gdb-97f50151221de0a023a8317559b1992a90f9cb8f.zip gdb-97f50151221de0a023a8317559b1992a90f9cb8f.tar.gz gdb-97f50151221de0a023a8317559b1992a90f9cb8f.tar.bz2 |
MIPS/GAS: Don't convert RELA JALR relocations on R6
Revert an inadvertent change to make RELA JALR relocations
section-relative on MIPS R6 targets made with commit 7361da2c952e ("Add
support for MIPS R6."). There is no need to make this a special case
and the comment introduced with the said change clearly indicates this
was not intended.
gas/
* config/tc-mips.c (mips_fix_adjustable): Don't convert RELA
JALR relocations on R6.
* testsuite/gas/mips/jal-svr4pic-local.d: New test.
* testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test.
* testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test.
* testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test.
* testsuite/gas/mips/jal-svr4pic-local-n32.d: New test.
* testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New
test.
* testsuite/gas/mips/jal-svr4pic-local-n64.d: New test.
* testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New
test.
* testsuite/gas/mips/jal-svr4pic-local.s: New test source.
* testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test
source.
* testsuite/gas/mips/mips.exp: Run the new tests.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fc4fd82..1218ae5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +2016-06-13 Maciej W. Rozycki <macro@imgtec.com> + + * config/tc-mips.c (mips_fix_adjustable): Don't convert RELA + JALR relocations on R6. + * testsuite/gas/mips/jal-svr4pic-local.d: New test. + * testsuite/gas/mips/mips1@jal-svr4pic-local.d: New test. + * testsuite/gas/mips/r3000@jal-svr4pic-local.d: New test. + * testsuite/gas/mips/micromips@jal-svr4pic-local.d: New test. + * testsuite/gas/mips/jal-svr4pic-local-n32.d: New test. + * testsuite/gas/mips/micromips@jal-svr4pic-local-n32.d: New + test. + * testsuite/gas/mips/jal-svr4pic-local-n64.d: New test. + * testsuite/gas/mips/micromips@jal-svr4pic-local-n64.d: New + test. + * testsuite/gas/mips/jal-svr4pic-local.s: New test source. + * testsuite/gas/mips/jal-svr4pic-local-newabi.s: New test + source. + * testsuite/gas/mips/mips.exp: Run the new tests. + 2016-06-13 Virendra Pathak <virendra.pathak@broadcom.com> * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan. |