diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-16 12:27:06 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-16 12:27:06 +0000 |
commit | 2906b0376142e10567d32715b7643583eb1bb331 (patch) | |
tree | dd866515eb9ca118f99b5a78b2c836175f7b44bf /gas/ChangeLog | |
parent | 514f48bb1dbccb1c3820236b8dbc11b64c155984 (diff) | |
download | gdb-2906b0376142e10567d32715b7643583eb1bb331.zip gdb-2906b0376142e10567d32715b7643583eb1bb331.tar.gz gdb-2906b0376142e10567d32715b7643583eb1bb331.tar.bz2 |
* config/tc-mips.c (macro_build_jalr): Reverse a negative
conditional.
(mips_ip): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6ca4ede..0a46fe1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2011-11-16 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (macro_build_jalr): Reverse a negative + conditional. + (mips_ip): Likewise. + 2011-11-16 Catherine Moore <clm@codesourcery.com> Maciej W. Rozycki <macro@codesourcery.com> |