From b52373a2b12f6dfeda4d9b63b33458c8776c01ac Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Wed, 2 Sep 1992 08:51:17 +0000 Subject: * ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up. * serial.h (EXFUN): Remove all uses, convert to PARAMS. * config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files should include a ser-XXX.o module. * dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap. * defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const. * configure.in: Map unrecognized sun 68k's, sun sparcs, into known suns in configure.in, rather than mapping them to unique config files that happen to duplicate other config files. * config/sun3.{mh,mt}: Remove (use identical sun3os4.*). * config/sun4.{mh,mt}: Remove (use identical sun4os4.*). --- gdb/i960-pinsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/i960-pinsn.c') diff --git a/gdb/i960-pinsn.c b/gdb/i960-pinsn.c index 2569328..7d3f491 100644 --- a/gdb/i960-pinsn.c +++ b/gdb/i960-pinsn.c @@ -328,7 +328,7 @@ mem( memaddr, word1, word2, noprint ) int len; int mode; int offset; - CONST char *reg1, *reg2, *reg3; + const char *reg1, *reg2, *reg3; /* This lookup table is too sparse to make it worth typing in, but not * so large as to make a sparse array necessary. We allocate the -- cgit v1.1