gcc -Wall lint:
* nlmread.c: Include stabsread.h. * Makefile.in: Update dependencies.
This commit is contained in:
parent
5694ad9319
commit
6a6fe3dbde
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 *));
|
||||
|
|
Loading…
Reference in a new issue