aboutsummaryrefslogtreecommitdiff
path: root/gdb/i960-tdep.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-02-07 19:35:38 +0000
committerStu Grossman <grossman@cygnus>1996-02-07 19:35:38 +0000
commitff7116e21b02b05114a79a2483a8e0736e9a1bdf (patch)
treeea403278bac76c9d23bed07db50ef8a5517f470a /gdb/i960-tdep.c
parent9e64486e44f608b17631f4107d8004985923e119 (diff)
downloadfsf-binutils-gdb-ff7116e21b02b05114a79a2483a8e0736e9a1bdf.zip
fsf-binutils-gdb-ff7116e21b02b05114a79a2483a8e0736e9a1bdf.tar.gz
fsf-binutils-gdb-ff7116e21b02b05114a79a2483a8e0736e9a1bdf.tar.bz2
* symtab.c (gdb_mangle_name): Change opname var to be const to
match return val of cplus_mangle_name. * i960-tdep.c: Change arg types of next_insn to match callers.
Diffstat (limited to 'gdb/i960-tdep.c')
-rw-r--r--gdb/i960-tdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c
index 5baa8ac..081ad6f 100644
--- a/gdb/i960-tdep.c
+++ b/gdb/i960-tdep.c
@@ -27,8 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "target.h"
static CORE_ADDR next_insn PARAMS ((CORE_ADDR memaddr,
- unsigned long *pword1,
- unsigned long *pword2));
+ unsigned int *pword1,
+ unsigned int *pword2));
/* gdb960 is always running on a non-960 host. Check its characteristics.
This routine must be called as part of gdb initialization. */
@@ -710,7 +710,7 @@ mem( memaddr, word1, word2, noprint )
static CORE_ADDR
next_insn (memaddr, pword1, pword2)
- unsigned long *pword1, *pword2;
+ unsigned int *pword1, *pword2;
CORE_ADDR memaddr;
{
int len;