mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* Makefile.in (ALLDEPFILES): Add i387-nat.c.
(i387-nat.o): Add dependencies.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-11-04 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in (ALLDEPFILES): Add i387-nat.c.
|
||||||
|
(i387-nat.o): Add dependencies.
|
||||||
|
|
||||||
2001-11-02 Andrew Cagney <ac131313@redhat.com>
|
2001-11-02 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* README: Mention problem with alpha-dec-osf5.1.
|
* README: Mention problem with alpha-dec-osf5.1.
|
||||||
|
@ -1180,7 +1180,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
|
|||||||
i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
|
i386-tdep.c i386b-nat.c i386mach-nat.c i386v-nat.c i386-linux-nat.c \
|
||||||
i386aix-nat.c i386m3-nat.c i386v4-nat.c i386ly-tdep.c \
|
i386aix-nat.c i386m3-nat.c i386v4-nat.c i386ly-tdep.c \
|
||||||
i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \
|
i386bsd-nat.c i386bsd-tdep.c i386fbsd-nat.c \
|
||||||
i387-tdep.c \
|
i387-tdep.c i387-nat.c \
|
||||||
i386-linux-tdep.c i386-nat.c \
|
i386-linux-tdep.c i386-nat.c \
|
||||||
i960-tdep.c \
|
i960-tdep.c \
|
||||||
ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \
|
ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \
|
||||||
@ -1581,6 +1581,9 @@ i386v4-nat.o: i386v4-nat.c $(defs_h) $(regcache_h)
|
|||||||
i387-tdep.o: i387-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
|
i387-tdep.o: i387-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
|
||||||
$(inferior_h) $(language_h) $(regcache_h) $(doublest_h) i386-tdep.h
|
$(inferior_h) $(language_h) $(regcache_h) $(doublest_h) i386-tdep.h
|
||||||
|
|
||||||
|
i387-nat.o: i387-nat.c $(defs_h) $(inferior_h) $(value_h) $(regcache_h) \
|
||||||
|
i387-nat.h
|
||||||
|
|
||||||
i960-tdep.o: i960-tdep.c $(floatformat_h) $(defs_h) $(expression_h) \
|
i960-tdep.o: i960-tdep.c $(floatformat_h) $(defs_h) $(expression_h) \
|
||||||
$(frame_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(gdbcore_h) \
|
$(frame_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(gdbcore_h) \
|
||||||
$(regcache_h)
|
$(regcache_h)
|
||||||
|
Reference in New Issue
Block a user