aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1997-02-18 23:34:35 +0000
committerFred Fish <fnf@specifix.com>1997-02-18 23:34:35 +0000
commit49d1bbbef2a319214b111acb0090703061e4a702 (patch)
tree66187a59b10b9da0cd23d4b1ca64040fc19d33da /opcodes/ChangeLog
parent92a956e87d1048234cbeb29cf35e45b3486a4c0f (diff)
downloadgdb-49d1bbbef2a319214b111acb0090703061e4a702.zip
gdb-49d1bbbef2a319214b111acb0090703061e4a702.tar.gz
gdb-49d1bbbef2a319214b111acb0090703061e4a702.tar.bz2
* tic80-opc.c (tic80_predefined_symbols): Add symbolic
representations for the floating point BITNUM values.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b9e938d..774597e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,22 @@
+start-sanitize-tic80
+Tue Feb 18 16:32:08 1997 Fred Fish <fnf@cygnus.com>
+
+ * tic80-opc.c (tic80_predefined_symbols): Add symbolic
+ representations for the floating point BITNUM values.
+
+Fri Feb 14 12:14:05 1997 Fred Fish <fnf@cygnus.com>
+
+ * tic80-opc.c (tic80_predefined_symbols): Store BITNUM values
+ in the table in one's complement form, as they appear in the
+ actual instruction.
+ (tic80_symbol_to_value): Use macros to access predefined
+ symbol fields.
+ (tic80_value_to_symbol): Ditto.
+ (tic80_next_predefined_symbol): New function.
+ * tic80-dis.c (print_operand_bitnum): Remove code that did
+ one's complement for BITNUM values.
+
+end-sanitize-tic80
start-sanitize-r5900
Fri Feb 14 13:56:51 1997 Gavin Koch <gavin@cygnus.com>