mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-12-03 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
|
||||||
|
|
||||||
2000-12-04 Kevin Buettner <kevinb@redhat.com>
|
2000-12-04 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* elfread.c (record_minimal_symbol_and_info): Don't guess
|
* elfread.c (record_minimal_symbol_and_info): Don't guess
|
||||||
|
@ -1903,9 +1903,9 @@ sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h)
|
|||||||
sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
|
sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h)
|
||||||
|
|
||||||
symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \
|
symfile.o: symfile.c $(breakpoint_h) complaints.h $(defs_h) \
|
||||||
$(expression_h) $(gdbcmd_h) $(gdbcore_h) $(gdbtypes_h) \
|
$(expression_h) gdb-stabs.h $(gdbcmd_h) $(gdbcore_h) \
|
||||||
language.h objfiles.h symfile.h $(symtab_h) target.h \
|
$(gdbtypes_h) language.h objfiles.h symfile.h $(symtab_h) \
|
||||||
gdb_string.h completer.h
|
target.h gdb_string.h completer.h
|
||||||
|
|
||||||
symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
|
symm-tdep.o: symm-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user