gcc -Wall lint:
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 26 Oct 1993 22:16:07 +0000 (22:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 26 Oct 1993 22:16:07 +0000 (22:16 +0000)
* nlmread.c: Include stabsread.h.
* Makefile.in: Update dependencies.

gdb/ChangeLog
gdb/Makefile.in
gdb/nlmread.c

index ca53685972b1c128c575539a56fbfefef4865a3f..179c1a53a3512448e1e624c1f9600788f209eb82 100644 (file)
@@ -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
index 80ce03bbdcd8d95eaf32f1968a1e5dc976cf346b..16b20d9caa1fe32c5d35f9ee406d3e8c82bb5237 100644 (file)
@@ -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
index 8ad444432ed543d1ffd66376fca80beb85895537..70328c9f4e6600ec65880facd197ff8778f56933 100644 (file)
@@ -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 *));
This page took 0.030474 seconds and 4 git commands to generate.