diff options
author | John Gilmore <gnu@cygnus> | 1992-09-02 08:51:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-02 08:51:17 +0000 |
commit | b52373a2b12f6dfeda4d9b63b33458c8776c01ac (patch) | |
tree | a226394736904b7569d4ef79dede51b288a91cd8 /gdb/i960-pinsn.c | |
parent | e1313d24bc39a7854b88274d2a6700085d2723a4 (diff) | |
download | gdb-b52373a2b12f6dfeda4d9b63b33458c8776c01ac.zip gdb-b52373a2b12f6dfeda4d9b63b33458c8776c01ac.tar.gz gdb-b52373a2b12f6dfeda4d9b63b33458c8776c01ac.tar.bz2 |
* 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.*).
Diffstat (limited to 'gdb/i960-pinsn.c')
-rw-r--r-- | gdb/i960-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |