* Makefile.in (mipsread.o): Depend on $(bfd_h).
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 8 Sep 1993 15:48:03 +0000 (15:48 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 8 Sep 1993 15:48:03 +0000 (15:48 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 537879d..54bc3a4 100644 (file)
@@ -1,10 +1,17 @@
+Wed Sep  8 10:21:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (mipsread.o): Depend on $(bfd_h).
+
+       * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function.
+       * dbxread.c (process_one_symbol): Use it.
+
 Tue Sep  7 13:06:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdbserver/Makefile.in (TAGS): config files are in
        $(srcdir)/../config, not $(srcdir)/config.
 
        * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.
-       (STORE_RETURN_VAULE): Pass the correct offset of the return
+       (STORE_RETURN_VALUE): Pass the correct offset of the return
        register to write_register_bytes.
        * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved.
 
index e734640..377e134 100644 (file)
@@ -1143,7 +1143,7 @@ mips-pinsn.o: mips-pinsn.c $(bfd_h) $(dis-asm_h) $(defs_h)
 mips-tdep.o: mips-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
        $(inferior_h) language.h objfiles.h symfile.h
 
-mipsread.o: mipsread.c buildsym.h complaints.h $(defs_h) \
+mipsread.o: mipsread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \
        $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \
        objfiles.h partial-stab.h stabsread.h symfile.h $(symtab_h)