diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-23 04:06:51 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-23 04:06:51 +0000 |
commit | c7583da0b6ef488954a9c299d95452e5e081e22e (patch) | |
tree | 17d4709dea95fcec1ce54e56d765e2f0ac57abfa /opcodes/ChangeLog | |
parent | d160b69e7409eccd6c828cc21adeaba8eabe852e (diff) | |
download | gdb-c7583da0b6ef488954a9c299d95452e5e081e22e.zip gdb-c7583da0b6ef488954a9c299d95452e5e081e22e.tar.gz gdb-c7583da0b6ef488954a9c299d95452e5e081e22e.tar.bz2 |
* tic80-opc.c (tic80_predefined_symbols): Revert change to
store BITNUM values in the table in one's complement form
to match behavior when assembler is given a raw numeric
value for a BITNUM operand.
* tic80-dis.c (print_operand_bitnum): Ditto.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f630e3c..5e68908 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +start-sanitize-tic80 +Sat Feb 22 21:03:47 1997 Fred Fish <fnf@cygnus.com> + + * tic80-opc.c (tic80_predefined_symbols): Revert change to + store BITNUM values in the table in one's complement form + to match behavior when assembler is given a raw numeric + value for a BITNUM operand. + * tic80-dis.c (print_operand_bitnum): Ditto. + +end-sanitize-tic80 start-sanitize-d30v Fri Feb 21 16:31:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com> |