mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
2001-11-14 Michael Snyder <msnyder@redhat.com>
* Makefile.in (doublest.o): Add dependency on gdbtypes.h.
This commit is contained in:
parent
c1a44b0823
commit
befc81ac1d
@ -1,3 +1,7 @@
|
||||
2001-11-14 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* Makefile.in (doublest.o): Add dependency on gdbtypes.h.
|
||||
|
||||
2001-11-10 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* arm-tdep.c (arm_register_type): New function.
|
||||
|
@ -1270,7 +1270,7 @@ c-typeprint.o: c-typeprint.c c-lang.h $(defs_h) $(expression_h) \
|
||||
c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
|
||||
$(language_h) $(symtab_h) $(valprint_h) $(value_h) $(cp_abi_h)
|
||||
|
||||
doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \
|
||||
doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) $(gdbtypes_h) \
|
||||
gdb_assert.h gdb_string.h
|
||||
|
||||
f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \
|
||||
|
Loading…
Reference in New Issue
Block a user