aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-04-16 22:12:09 +0000
committerMark Kettenis <kettenis@gnu.org>2005-04-16 22:12:09 +0000
commit65d034bc606e13587f6736d6f4f17d3ce67adb21 (patch)
treeef15afce9cfe18ef0c07f11db7a51859a6b544d2 /gdb/ChangeLog
parent7b6f628627fd678e69558bdc8e4f2bd62e56ec0c (diff)
downloadgdb-65d034bc606e13587f6736d6f4f17d3ce67adb21.zip
gdb-65d034bc606e13587f6736d6f4f17d3ce67adb21.tar.gz
gdb-65d034bc606e13587f6736d6f4f17d3ce67adb21.tar.bz2
* ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
(ppcobsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (ppcobsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_ppcobsd_nat): Construct and add target vector. * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (ppcobsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 605410c..3c4d420 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2005-04-16 Mark Kettenis <kettenis@gnu.org>
+ * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
+ (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
+ made static.
+ (ppcobsd_store_registers): Renamed from store_inferior_registers;
+ made static.
+ (_initialize_ppcobsd_nat): Construct and add target vector.
+ * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
+ inftarg.o. Add inf-ptrace.o.
+ (NAT_FILE): Remove.
+ * Makefile.in (ppcobsd-nat.o): Update dependencies.
+
* ppcobsd-tdep.c: Include "floatformat.h".
(ppcobsd_init_abi): Set long_double_bit and long_double_format.
* Makefile.in (ppcobsd-tdep.o): Update dependencies.