* nlmread.c: Include stabsread.h.
* Makefile.in: Update dependencies.
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
$(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
#include "objfiles.h"
#include "gdb-stabs.h"
#include "buildsym.h"
+#include "stabsread.h"
static void
nlm_new_init PARAMS ((struct objfile *));