* 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.
This commit is contained in:
Stu Grossman 1996-02-07 19:35:38 +00:00
parent 9e64486e44
commit ff7116e21b
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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;