X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=82bde3efb7bb75225fe8b03b8701725a88348d1f;hb=f7c9d7b6986678dc1be12199492d97ff2624c2d8;hp=c89ace04f8800ad6c8bfebe3ca1e77d88bbffd09;hpb=3c06a63b37672469ce077f24d5eca2818d7c91b8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c89ace04f8..82bde3efb7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,26 @@ +2000-09-15 Fernando Nasser + + * ser-unix.c (do_unix_readchar): Prevent infinite read wait to be + interrupted after 32K seconds. + +2000-09-15 Kevin Buettner + + * language.c (show_case_command, set_case_command): Protoize. + * m3-nat.c (m3_xfer_memory, fetch_thread_info): Protoize. + +2000-09-12 Kevin Buettner + + * lin-thread.c (threadlist_iter, get_lwp_from_thread_id, + thread_db_xfer_memory): Protoize. + * linux-thread.c (iterate_active_threads): Protoize. + +2000-09-12 Kevin Buettner + + * objfiles.c (objfile_relocate): Don't assume that offsets + associated with one of SECT_OFF_TEXT, SECT_OFF_DATA, or + SECT_OFF_BSS will be adequate for relocating all of the + sections in an objfile. + 2000-09-12 Fernando Nasser * remote-rdi.c (arm_rdi_open): Fix typo in error message.