diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-09-13 19:18:11 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-09-13 19:18:11 +0000 |
commit | 1180b5a4deb36962eb5ad244f32d93e4ad519370 (patch) | |
tree | 60ffcaeeb998f209bb52cc696fff9bb1e89b71cf /gas/ChangeLog | |
parent | 3c0bfb2a239710f52543cc9e1a434814e82bd120 (diff) | |
download | gdb-1180b5a4deb36962eb5ad244f32d93e4ad519370.zip gdb-1180b5a4deb36962eb5ad244f32d93e4ad519370.tar.gz gdb-1180b5a4deb36962eb5ad244f32d93e4ad519370.tar.bz2 |
gas/
* config/tc-mips.c (MIPS_JALR_HINT_P): Take an expr argument.
Require the target to be a bare symbol on targets with
in-place addends.
(macro_build_jalr): Update accordingly.
(mips_fix_adjustable): Don't reduce R_MIPS_JALRs on targets
with in-place addends.
gas/testsuite/
* gas/mips/jalr2.s, gas/mips/jalr2.d: New test.
* gas/mips/jal-svr4pic.d: Don't expect R_MIPS_JALRs to be reduced.
* gas/mips/jal-xgot.d: Likewise.
* gas/mips/mips-abi32-pic2.d: Likewise.
* gas/mips/mips.exp: Run it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fe66a37..46969c0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2009-09-13 Richard Sandiford <rdsandiford@googlemail.com> + + * config/tc-mips.c (MIPS_JALR_HINT_P): Take an expr argument. + Require the target to be a bare symbol on targets with + in-place addends. + (macro_build_jalr): Update accordingly. + (mips_fix_adjustable): Don't reduce R_MIPS_JALRs on targets + with in-place addends. + 2009-09-11 Nick Clifton <nickc@redhat.com> * po/gas.pot: Updated by the Translation project. |