diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-06-04 23:07:28 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-06-04 23:07:28 +0000 |
commit | 43b1263d3b9cde8e375db554eea3ed6573f2e506 (patch) | |
tree | 983b78e82e776293ed6b5dc5070e5883f6b56140 /gdb/ChangeLog | |
parent | 864e4b4a58fca995ab09e5f270ae36aeaaefc3ce (diff) | |
download | gdb-43b1263d3b9cde8e375db554eea3ed6573f2e506.tar.gz |
* ppc-linux-nat.c (store_register, fetch_register): Remove
incorrect assertions. Simplify and generalize handling of
transfers whose sizes are not multiples of, or less than, sizeof
(PTRACE_XFER_TYPE).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e830f4be7c..01e5533aefc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2004-06-04 Jim Blandy <jimb@redhat.com> + + * ppc-linux-nat.c (store_register, fetch_register): Remove + incorrect assertions. Simplify and generalize handling of + transfers whose sizes are not multiples of, or less than, sizeof + (PTRACE_XFER_TYPE). + 2004-06-04 Jeff Johnston <jjohnstn@redhat.com> * infrun.c (handle_inferior_event): Don't treat an invalid ptid |