diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-18 21:57:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-18 21:57:56 +0000 |
commit | c674dcaa717be20a390380f8e33811fe50d75dd6 (patch) | |
tree | 253bc4b505ee7e0b00a73f9c8040587725d38a3d /gas | |
parent | d75ea6de3dcd6090e4263f748724c6357d760a9f (diff) | |
download | gdb-c674dcaa717be20a390380f8e33811fe50d75dd6.zip gdb-c674dcaa717be20a390380f8e33811fe50d75dd6.tar.gz gdb-c674dcaa717be20a390380f8e33811fe50d75dd6.tar.bz2 |
* config/tc-mips.c (mips_ip): Don't warn about using AT as a
coprocessor register.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 15ec9e7..aa05418 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Tue Jun 18 17:13:33 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-mips.c (mips_ip): Don't warn about using AT as a + coprocessor register. + * config/tc-i386.c (md_assemble): When checking the size of a register to set the size of an instruction, do a bitwise and with Reg8 and Reg16 rather than requiring the type to be exactly Reg8 |