diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-08-26 04:02:42 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-08-26 04:02:42 +0000 |
commit | b2f221a9446b37245afef3567796fe054a38f137 (patch) | |
tree | 78bca5b7eea3464d6e7d4668a4a8cc130586760b /gas | |
parent | 7b22a53c6c43debb5d6cd024e502254c4d3fe5c8 (diff) | |
download | gdb-b2f221a9446b37245afef3567796fe054a38f137.zip gdb-b2f221a9446b37245afef3567796fe054a38f137.tar.gz gdb-b2f221a9446b37245afef3567796fe054a38f137.tar.bz2 |
* config/tc-m68k.c (init_table): Now const. Always include 68851
data, so that "bc" is available to 68040 cache instructions. Added
"tt0", "tt1", and 68ec030 variants.
(md_assemble): Complain if 68000 (only) and 68881 are specified.
(enum _register): Added TT0, TT1.
(m68k_ip, cases '3' and 't'): Handle new operand type codes. Pass
line number correctly in "internal error" messages. Don't print
architecture-mismatch message for operand errors.
From Colin Smith (colin@wrs.com):
* config/tc-m68k.c (m68k_ip, case '_'): Use addword twice rather than
install_operand.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4e9a69a..6d1c1aa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Tue Aug 25 15:50:48 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * config/tc-m68k.c (init_table): Now const. Always include 68851 + data, so that "bc" is available to 68040 cache instructions. + Added "tt0", "tt1", and 68ec030 variants. + (md_assemble): Complain if 68000 (only) and 68881 are specified. + (enum _register): Added TT0, TT1. + (m68k_ip, cases '3' and 't'): Handle new operand type codes. Pass + line number correctly in "internal error" messages. Don't print + architecture-mismatch message for operand errors. + + From Colin Smith (colin@wrs.com): + * config/tc-m68k.c (m68k_ip, case '_'): Use addword twice rather + than install_operand. + Tue Aug 25 15:13:48 1992 Steve Chamberlain (sac@thepub.cygnus.com) * listing.c (buffer_line): rewind to the start of include |