* aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 27 Apr 2007 13:17:27 +0000 (13:17 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 27 Apr 2007 13:17:27 +0000 (13:17 +0000)
commit0d16ee5db961a883762d09945491941b36121363
treeb5fdc8b247a1302a80707316db3e6224e096d942
parent1e8877aad4b8ebf16a5592ed37c7278fe8a64244
* aix-thread.c (fill_sprs32): Change argument types to "uint32_t *".
Remove obsolete part of comment.
(store_regs_user_thread): Use uint32_t temporaries when calling
fill_sprs32.
(store_regs_kernel_thread): Likewise.  Add assertion to verify
correct size of struct ptsprs members.
(aix_thread_xfer_memory): Fix type of myaddr.
(aix_thread_extra_thread_info): Fix compiler warning.
* rs6000-nat.c (rs6000_ptrace64): Change type of buf to "void *".
(fetch_register, store_register): Adapt callers.
gdb/ChangeLog
gdb/aix-thread.c
gdb/rs6000-nat.c