From: Jiri Smid Date: Fri, 21 Sep 2001 07:17:52 +0000 (+0000) Subject: * MAINTAINERS: Add myself to the write-after-approval list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cab16195fe675de9872ec3e68b367f39a1d19555;p=binutils-gdb.git * MAINTAINERS: Add myself to the write-after-approval list. * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare. (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 69d6362c398..a2a1a9f5f0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2001-09-21 Jiri Smid + + * MAINTAINERS: Add myself to the write-after-approval list. + * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare. + (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, + i386_insert_watchpoint, i386_remove_watchpoint): Add support for + 8-byte wide watchpoints. + (i386_show_dr): Debug message format string change. + 2001-09-20 Kevin Buettner * solib-svr4.c (fetch_link_map_offsets): Add comment.