diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-09-02 18:09:07 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-09-02 18:09:07 +0000 |
commit | 7d400e776320a9bf9575c4713dc429e7c8bc4364 (patch) | |
tree | 7ac069c13cd5fae146c71f53dc37ecced5363fe1 /gdb/Makefile.in | |
parent | 704a27c4616b5d38e28bf4659a16c421bb8b4b2c (diff) | |
download | gdb-7d400e776320a9bf9575c4713dc429e7c8bc4364.zip gdb-7d400e776320a9bf9575c4713dc429e7c8bc4364.tar.gz gdb-7d400e776320a9bf9575c4713dc429e7c8bc4364.tar.bz2 |
* Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
dependency list.
* i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
solib_svr4_fetch_link_map_offsets to
nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
* config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
* config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
solib-svr4.o, and solib-legacy.o.
* config/i386/tm-nbsd.h: Include solib.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2ce4805..45739e3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1756,7 +1756,7 @@ i386ly-tdep.o: i386ly-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \ # OBSOLETE i386mach-nat.o: i386mach-nat.c 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) + $(nbsd_tdep_h) $(solib_svr4_h) i386obsd-nat.o: i386obsd-nat.c $(defs_h) i386v-nat.o: i386v-nat.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \ $(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h) |