aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-11-07 20:20:32 +0000
committerMark Kettenis <kettenis@gnu.org>2004-11-07 20:20:32 +0000
commit4fb31ed0455ac083adfbe670eb88a581bb299606 (patch)
treed2a6f7e7eb2e71401f0a6ff6d6bb3cdca1b5c63c /gdb
parentfabe86c85fe1b522479d98e3bb8cac1f9c585dc2 (diff)
downloadfsf-binutils-gdb-4fb31ed0455ac083adfbe670eb88a581bb299606.zip
fsf-binutils-gdb-4fb31ed0455ac083adfbe670eb88a581bb299606.tar.gz
fsf-binutils-gdb-4fb31ed0455ac083adfbe670eb88a581bb299606.tar.bz2
* Makefile.in (mips64obsd-tdep.o): Fix typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 921bb33..4a9b4e3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0a31c98..0b21a03 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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)