diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-10-20 20:27:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-10-20 20:27:19 +0000 |
commit | ca02e098c514acdb63073f7fee89b23c47f4321f (patch) | |
tree | aa403977d1252ffdd8d2db7b4d207ac3ba40b860 | |
parent | 03cc47f70c3e8b06d544e991804faecf0f0d5b01 (diff) | |
download | fsf-binutils-gdb-ca02e098c514acdb63073f7fee89b23c47f4321f.zip fsf-binutils-gdb-ca02e098c514acdb63073f7fee89b23c47f4321f.tar.gz fsf-binutils-gdb-ca02e098c514acdb63073f7fee89b23c47f4321f.tar.bz2 |
* Makefile.in (i386obsd-tdep.o): New target.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5b33e37..756c471 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2002-10-20 Mark Kettenis <kettenis@gnu.org> + * Makefile.in (i386obsd-tdep.o): New target. + * solib-sunos.c: Include "bcache.h" and "regcache.h". * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h). diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c2bb7a2..c3fccd3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1760,6 +1760,8 @@ i386nbsd-tdep.o: i386nbsd-tdep.c $(defs_h) $(gdbtypes_h) $(gdbcore_h) \ $(regcache_h) $(arch_utils_h) $(i386_tdep_h) $(i387_tdep_h) \ $(nbsd_tdep_h) $(solib_svr4_h) i386obsd-nat.o: i386obsd-nat.c $(defs_h) +i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ + $(regcache_h) $(i386_tdep_h) $(i387_tdep_h) i386v-nat.o: i386v-nat.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \ $(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h) i386v4-nat.o: i386v4-nat.c $(defs_h) $(value_h) $(inferior_h) $(regcache_h) \ |