* remote.c (remote_write_bytes): Set nr_bytes before returning it.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7fe42573b20d4be55f4f6e26f6d021bf59289a0e..f1f8a44e583b03d67c8ab1615af92531d4fcd893 100644 (file)
@@ -1,3 +1,54 @@
+2001-05-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote.c (remote_write_bytes): Set nr_bytes before returning it.
+       * solib.h (no_shared_libraries): Declare.
+
+2001-05-12  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
+       (gdbarch_update_p): Rewrite logic filling in INFO struct.  Use
+       user specified values when available.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Update.  Get the
+       architecture from info.bfd_arch_info.
+       * gdbarch.c, gdbarch.h: Regenerate.
+
+2001-05-12  Fernando Nasser  <fnasser@redhat.com>
+
+       * remote-e7000.c (e7000_open): Check for bad baud rate.
+       * remote-st.c (st2000_open): Ditto.
+
+2001-05-11  Jim Blandy  <jimb@redhat.com>
+
+       * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
+       and ui_out_tuple_end instead of ui_out_list_begin and
+       ui_out_list_end.
+
+       * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
+       dependencies.  Reorder dependencies to match #includes in file,
+       for easier verification.
+       
+Fri May 11 13:32:50 2001  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
+       make_cleanup_ui_out_list_end with ui_out_tuple_begin,
+       ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
+       * cli/cli-setshow.c: Ditto.
+       * printcmd.c: Ditto.
+       * stack.c: Ditto.
+
+       * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
+       * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
+       (ui_out_tuple_begin): New function.
+       (ui_out_tuple_end): New function.
+       (ui_out_tuple_begin_end): New function.
+       (make_cleanup_ui_out_list_begin_end): Replace
+       make_cleanup_ui_out_list_end function.
+       * ui-out.h (ui_out_list_begin): Update declaration.
+       (make_cleanup_ui_out_list_begin_end): Replace
+       make_cleanup_ui_out_list_end declaration.
+       (ui_out_tuple_begin, ui_out_tuple_end): Declare.
+       (ui_out_tuple_begin_end): Declare.
+
 2001-05-11  Jim Blandy  <jimb@redhat.com>
 
        * gnu-v2-abi.c: Don't #include "gdb_regex.h".  We don't use it.
This page took 0.023451 seconds and 4 git commands to generate.