aboutsummaryrefslogtreecommitdiff
path: root/gdb/h8300-tdep.c
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/h8300-tdep.c
parent34df79fc9d631a7cacdb2f9a9e12d5e3f8c6dd1c (diff)
downloadfsf-binutils-gdb-58e49e2178609318ec612ec400d76a24c86b7d6d.zip
fsf-binutils-gdb-58e49e2178609318ec612ec400d76a24c86b7d6d.tar.gz
fsf-binutils-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/h8300-tdep.c')
-rw-r--r--gdb/h8300-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/h8300-tdep.c b/gdb/h8300-tdep.c
index 69a720d..2ed8844 100644
--- a/gdb/h8300-tdep.c
+++ b/gdb/h8300-tdep.c
@@ -178,7 +178,7 @@ CORE_ADDR
NEXT_PROLOGUE_INSN (addr, lim, pword1)
CORE_ADDR addr;
CORE_ADDR lim;
- short *pword1;
+ INSN_WORD *pword1;
{
char buf[2];
if (addr < lim + 8)