X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=c1445bc61787c876c1f60f25d73cbfefc7c910b3;hb=13547ab600a0929b12f354dc144f1aef37938f30;hp=fdad78fe077a217b5ab20fc8d5317e5fe6bc4b51;hpb=edfb1a26487b8c8263b434dd07466733ea17ace9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fdad78fe07..c1445bc617 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,24 @@ +2006-07-12 Daniel Jacobowitz + + * target.c (target_read): Stop if target_read_partial returns 0 + when some bytes have already been read. + (target_write): Likewise for target_write_partial. + (target_read_partial, target_write_partial): Make static. + (target_read_alloc): New. + * target.h: Doc fixes. + (target_read_partial, target_write_partial): Delete prototypes. + (target_read_alloc): New prototype. + + * auxv.c (target_auxv_read): Delete. + (target_auxv_search, fprint_target_auxv): Use target_read_alloc. + * auxv.h (target_auxv_read): Delete prototype. + * avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc. + * ia64-tdep.c (getunwind_table, get_kernel_table): Likewise. + * linux-nat.c (linux_nat_make_corefile_notes): Likewise. + * procfs.c (procfs_make_note_section): Likewise. + * remote.c (remote_xfer_partial): Don't loop here. + * sparc-tdep.c (sparc_fetch_wcookie): Use target_read. + 2006-07-12 Daniel Jacobowitz * arm-linux-tdep.c: Doc fixes.