diff options
author | Paul Gilliam <pgilliam@us.ibm.com> | 2006-05-05 20:45:03 +0000 |
---|---|---|
committer | Paul Gilliam <pgilliam@us.ibm.com> | 2006-05-05 20:45:03 +0000 |
commit | 411cb3f932370f4e2707a12cae9c14130afae328 (patch) | |
tree | 269fba0f92c5b6f91620b35c913781771940effd /gdb/ChangeLog | |
parent | 597320e75bbd31d67bdd1a460577a5e8b519a048 (diff) | |
download | gdb-411cb3f932370f4e2707a12cae9c14130afae328.zip gdb-411cb3f932370f4e2707a12cae9c14130afae328.tar.gz gdb-411cb3f932370f4e2707a12cae9c14130afae328.tar.bz2 |
2006-05-05: Paul Gilliam <pgilliam@us.ibm.com>
* ppc-linux-nat.c: Clean up types for ptrace.
Replace (CORE_ADDR) with (uintptr_t) to avoid the size difference
between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f3b1b23..590e8d9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2006-05-05: Paul Gilliam <pgilliam@us.ibm.com> + + * ppc-linux-nat.c: Clean up types for ptrace. + Replace (CORE_ADDR) with (uintptr_t) to avoid the size difference + between a CORE_ADDR and a void* on ppc64 systems compiled for 32-bits. + 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> * remote.c (remote_disconnect): Add TARGET argument. @@ -25,8 +31,8 @@ 2006-05-03 Vladimir Prus <ghost@cs.msu.su> - * varobj.c (c_value_of_variable): Ignore top-level references. - (Committed by Jim Blandy.) + * varobj.c (c_value_of_variable): Ignore top-level references. + (Committed by Jim Blandy.) 2006-04-30 Mark Kettenis <kettenis@gnu.org> |