diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2011-07-24 14:05:28 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2011-07-24 14:05:28 +0000 |
commit | a40bc9dd4249a0eabd353afd74e2d9c3b38c389a (patch) | |
tree | 45857c4937b9db5e23fd520689c34a45f0f98416 /gas/ChangeLog | |
parent | bcd530a7131f7830e80eae028fbfc2d0b5f531c6 (diff) | |
download | gdb-a40bc9dd4249a0eabd353afd74e2d9c3b38c389a.zip gdb-a40bc9dd4249a0eabd353afd74e2d9c3b38c389a.tar.gz gdb-a40bc9dd4249a0eabd353afd74e2d9c3b38c389a.tar.bz2 |
gas/
2011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
* config/tc-mips.c (mips_ip): Make a copy of the instruction's
mnemonic and use it for further processing.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 508a3bb..614014f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2011-07-24 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (mips_ip): Make a copy of the instruction's + mnemonic and use it for further processing. + +2011-07-24 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (can_swap_branch_p): Adjust for the rename of INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC as well as explicit checks for ERET and DERET when scheduling |