From 6a6fe3dbdeee609fceace7e24924bd8028e5de58 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 26 Oct 1993 22:16:07 +0000 Subject: [PATCH] gcc -Wall lint: * nlmread.c: Include stabsread.h. * Makefile.in: Update dependencies. --- gdb/ChangeLog | 4 ++++ gdb/Makefile.in | 2 +- gdb/nlmread.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ca53685972b..179c1a53a35 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Tue Oct 26 15:07:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + gcc -Wall lint: + * nlmread.c: Include stabsread.h. + * Makefile.in: Update dependencies. + * remote.c: Change PBUFSIZ back to 400. John's 28 Feb 1992 change to increase it broke the ability to write large chunks of memory with m68k-stub and i386-stub. Now we only use more than 400 on diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 80ce03bbdcd..16b20d9caa1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1232,7 +1232,7 @@ nindy.o: nindy-share/nindy.c $(wait_h) nindy-share/block_io.h \ $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/nindy.c nlmread.o: nlmread.c $(bfd_h) buildsym.h complaints.h $(defs_h) \ - gdb-stabs.h objfiles.h symfile.h $(symtab_h) + gdb-stabs.h objfiles.h symfile.h $(symtab_h) stabsread.h ttyflush.o: nindy-share/ttyflush.c $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/nindy-share/ttyflush.c diff --git a/gdb/nlmread.c b/gdb/nlmread.c index 8ad444432ed..70328c9f4e6 100644 --- a/gdb/nlmread.c +++ b/gdb/nlmread.c @@ -25,6 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "objfiles.h" #include "gdb-stabs.h" #include "buildsym.h" +#include "stabsread.h" static void nlm_new_init PARAMS ((struct objfile *)); -- 2.30.2