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/remote-hms.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/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 8636ae2..e000957 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -235,7 +235,7 @@ dcache_init () static int timeout = 2; -static CONST char *dev_name; +static const char *dev_name; /* Descriptor for I/O to remote machine. Initialize it to -1 so that |