aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-10 05:03:22 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-10 05:03:22 +0000
commit58e49e2178609318ec612ec400d76a24c86b7d6d (patch)
tree113fde38c427472a953a30e42497f5d408515b26 /gdb/ChangeLog
parent34df79fc9d631a7cacdb2f9a9e12d5e3f8c6dd1c (diff)
downloadgdb-58e49e2178609318ec612ec400d76a24c86b7d6d.zip
gdb-58e49e2178609318ec612ec400d76a24c86b7d6d.tar.gz
gdb-58e49e2178609318ec612ec400d76a24c86b7d6d.tar.bz2
* values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
* h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD * not short *. * findvar.c, defs.h ({extract,store}_{signed_integer,unsigned_integer,address}): New routines to replace SWAP_TARGET_AND_HOST. All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c937f37..f384ee4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Fri Jul 9 12:36:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
+
+ * h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD *
+ not short *.
+
* findvar.c, defs.h
({extract,store}_{signed_integer,unsigned_integer,address}):
New routines to replace SWAP_TARGET_AND_HOST.