diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 537879d96c..54bc3a464f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e734640916..377e134dbf 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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)