* Makefile.in (mips64obsd-tdep.o): Fix typo.
This commit is contained in:
parent
fabe86c85f
commit
4fb31ed045
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-11-07 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* Makefile.in (mips64obsd-tdep.o): Fix typo.
|
||||
|
||||
* mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
|
||||
from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
|
||||
to only include the structure members we actually need.
|
||||
|
|
|
@ -2238,7 +2238,7 @@ minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \
|
|||
mips64obsd-nat.o: mips64obsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
|
||||
$(target_h) $(mips_tdep_h) $(inf_ptrace_h)
|
||||
mips64obsd-tdep.o: mips64obsd-tdep.c $(defs_h) $(osabi_h) $(regcache_h) \
|
||||
$(regset_h) $(trad_frame_h) $(tramp_frame_h) $gdb_assert_h) \
|
||||
$(regset_h) $(trad_frame_h) $(tramp_frame_h) $(gdb_assert_h) \
|
||||
$(gdb_string_h) $(mips_tdep_h) $(solib_svr4_h)
|
||||
mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h)
|
||||
mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h)
|
||||
|
|
Loading…
Reference in a new issue