mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* Makefile.in (mipsread.o): Depend on $(bfd_h).
This commit is contained in:
parent
55f65171f2
commit
bf6608851f
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user