diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-06-05 16:28:36 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-06-05 16:28:36 +0000 |
commit | a9e24354827513dfb2a1735bafe760ab0825c7ad (patch) | |
tree | 47c4b54c3fd84f60dfb164d18d121ac63af41507 /gas/ChangeLog | |
parent | 2f0122dcdf8897b4eca8be0d228447d123c5d6d4 (diff) | |
download | gdb-a9e24354827513dfb2a1735bafe760ab0825c7ad.zip gdb-a9e24354827513dfb2a1735bafe760ab0825c7ad.tar.gz gdb-a9e24354827513dfb2a1735bafe760ab0825c7ad.tar.bz2 |
[ gas/ChangeLog ]
* config/tc-mips.c (macro_build): Use INSERT_OPERAND wherew
appropriate.
(mips16_macro_build): Use MIPS16_INSERT_OPERAND where appropriate.
(mips_ip): Make overflowed/underflowed constant arguments in DSP
and MT instructions a fatal error. Use INSERT_OPERAND where
appropriate. Improve warnings for break and wait code overflows.
Use symbolic constant of OP_MASK_COPZ.
(mips16_ip): Use MIPS16_INSERT_OPERAND where appropriate.
[ gas/testsuite/ChangeLog ]
* gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d,
gas/mips/mips32-mt.s: Remove instructions with invalid arguments.
* gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file.
[ include/opcode/ChangeLog ]
* mips.h: Improve description of MT flags.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e30b0b4..057ca7d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2006-06-05 Thiemo Seufer <ths@mips.com> + + * config/tc-mips.c (macro_build): Use INSERT_OPERAND wherew + appropriate. + (mips16_macro_build): Use MIPS16_INSERT_OPERAND where appropriate. + (mips_ip): Make overflowed/underflowed constant arguments in DSP + and MT instructions a fatal error. Use INSERT_OPERAND where + appropriate. Improve warnings for break and wait code overflows. + Use symbolic constant of OP_MASK_COPZ. + (mips16_ip): Use MIPS16_INSERT_OPERAND where appropriate. + 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com> * po/Make-in (top_builddir): Define. |