aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-07-13 22:38:03 +0000
committerKen Raeburn <raeburn@cygnus>1994-07-13 22:38:03 +0000
commit60a70a7b0ebe4e30a99f1a3154ff445c5926b834 (patch)
tree56e34b7cc701b0b9aa6fd71745797bbe2b385cc3 /opcodes/ChangeLog
parent69bb683c6d92c902ab614222712d4716c15e7758 (diff)
downloadgdb-60a70a7b0ebe4e30a99f1a3154ff445c5926b834.zip
gdb-60a70a7b0ebe4e30a99f1a3154ff445c5926b834.tar.gz
gdb-60a70a7b0ebe4e30a99f1a3154ff445c5926b834.tar.bz2
ns32k-dis.c (invalid_float): Changed to take char* argument, and test for
explicitly specified sizes, instead of using sizeof() on host CPU types. (INVALID_FLOAT): Cast first argument.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 0cb8a6d..abaa9a2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -2,7 +2,10 @@ Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* ns32k-dis.c: Deleted all code in "#ifdef GDB".
(invalid_float): Enabled general version, doesn't require running
- on ns32k host.
+ on ns32k host. Changed to take char* argument, and test for
+ explicitly specified sizes, instead of using sizeof() on host CPU
+ types.
+ (INVALID_FLOAT): Cast first argument.
Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au)