match return val of cplus_mangle_name.
* i960-tdep.c: Change arg types of next_insn to match callers.
+Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
+
+ * 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.
+
Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
* config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
#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. */
static CORE_ADDR
next_insn (memaddr, pword1, pword2)
- unsigned long *pword1, *pword2;
+ unsigned int *pword1, *pword2;
CORE_ADDR memaddr;
{
int len;