aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-05-28 22:39:02 +0000
committerJim Blandy <jimb@codesourcery.com>2003-05-28 22:39:02 +0000
commit0897f59bfa7f2d7f47de9d7a0f66638a8c08bfe0 (patch)
tree9a1e09f52f41b1580b8347a2643a6f77dbec454d /gdb/ChangeLog
parent0236e03ee7081b4060b7b6e66a19132ec3a02b1a (diff)
downloadgdb-0897f59bfa7f2d7f47de9d7a0f66638a8c08bfe0.zip
gdb-0897f59bfa7f2d7f47de9d7a0f66638a8c08bfe0.tar.gz
gdb-0897f59bfa7f2d7f47de9d7a0f66638a8c08bfe0.tar.bz2
* ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
argument to ptrace to int; the system headers should give it the right type, and pointers don't fit in ints on powerpc64-*-*.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8eaf22a..dcbf117 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-28 Jim Blandy <jimb@redhat.com>
+
+ * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
+ argument to ptrace to int; the system headers should give it the
+ right type, and pointers don't fit in ints on powerpc64-*-*.
+
2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2read.c (process_die): Handle DW_TAG_try_block and