summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 7e998d094ed..a7764ff5bd3 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,14 @@
2003-05-29 Jim Blandy <jimb@redhat.com>
+ Add support for Linux on the 64-bit PowerPC.
+ * linux-ppc64-low.c: New file.
+ * configure.srv (powerpc64-*-linux*): New case.
+ (powerpc*-*-linux*): Adjust case pattern not to match
+ powerpc64-*-linux*.
+ * Makefile.in (linux-ppc64-low.o, reg-ppc64.o, reg-ppc64.c): New
+ rules.
+ (clean): Delete reg-ppc64.c, too.
+
* linux-low.c (usr_store_inferior_registers): Transfer buf in
PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing