2005-01-24 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 38b954939d36381a597bd9ee6ff92f769289dc3e..a861d2dcc093443bb841af178708bb8bf6f539a4 100644 (file)
@@ -1,3 +1,111 @@
+2005-01-24  Andrew Cagney  <cagney@gnu.org>
+
+       * configure: Regenerate, ../gettext.m4 was updated.
+
+2005-01-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS: Mention new BSD user-level threads support.
+
+       * i386obsd-tdep.c: Update copyright year.  Include
+       "bsd-uthread.h".
+       (i386obsd_uthread_reg_offset): New variable.
+       (I386OBSD_UTHREAD_ESP_OFFSET): New define.
+       (i386obsd_supply_uthread, i386obsd_collect_uthread): New
+       functions.
+       (i386obsd_init_abi): Set supply_uthread and collect_uthread.
+       * Makefile.in (i386obsd-tdep.o): Update dependencies.
+       * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
+
+2005-01-23  Christopher Faylor  <cgf@timesys.com>
+
+       * win32-nat.c: Update copyright year.
+       (child_init_thread_list): Set thread linked list point to NULL so that
+       it won't be reused after clearing.
+
+2005-01-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
+       undefs.
+       * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
+       thread' has a td_pcb member and whether `struct reg' has r_fs and
+       r_gs members.
+       * configure, config.in: Regenerate.
+
+2005-01-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.ac: Remove ia64-*-aix* junk.
+       * configure: Regenerate.
+
+       * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
+       and BFD_NEED_DECLARATION.  Don't check if a declaration of strdup
+       is necessary.
+       * configure, config.in: Regenerate.
+       * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
+       BFD_NEED_DECLARATION.  Never provide a prototype for
+       caninicalize_file_name.
+       * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
+       BFD_NEED_DECLARATION.
+
+       * configure.ac (targ_archs): Use standard autoconf check for
+       "struct stat.st_blocks" instead of rolling our own.
+       * configure: Regenerated.
+       * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
+       * config.in: Regenerated.
+
+2005-01-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.ac: Modernize checks for `long long' and `long double'
+       support.
+       * configure: Regenerated.
+       * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
+       (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
+       * config.in: Regenerated.
+
+2005-01-20  Mark Kettenis  <kettenis@gnu.org>
+
+       * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
+       (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
+       * configure.ac: Remove checks for HP-UX save_state structure.
+       * configure: Regenerated.
+
+2005-01-19  Andrew Cagney  <cagney@gnu.org>
+
+       * utils.c (quit): Simplify, call fatal.
+       * exceptions.c: Include "serial.h"
+       (print_flush): Mimic flush code found in utils.c:quit.
+       * Makefile.in: Update dependencies.
+       
+2005-01-19  Jim Blandy  <jimb@redhat.com>
+
+       * configure.tgt: Set build_rdi_share to "yes" on those targets
+       that use that debugging protocol.
+       Set build_nlm to yes to build NLM stub for Netware targets.
+       * configure.ac: If build_rdi_share is "yes", then configure the
+       rdi-share subdirectory.
+       If build_nlm is "yes", the configure the "nlm" subdirectory.
+       * configure: Regenerated.
+
+       * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
+       autoconf 2.59 and automake 1.9.3.
+
+2005-01-19  Andrew Cagney  <cagney@gnu.org>
+
+       * exceptions.h (deprecated_throw_reason): Rename throw_reason.
+       * exceptions.c (deprecated_throw_reason): Rename throw_reason.
+       * utils.c (internal_verror, quit): Update.
+       * remote-sds.c (interrupt_query): Update.
+       * remote-mips.c (mips_error, mips_kill): Update.
+       * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
+       * remote.c (interrupt_query): Update.
+       * ocd.c (interrupt_query): Update.
+       * nto-procfs.c (interrupt_query): Update.
+       * monitor.c (monitor_interrupt_query): Update.
+       * breakpoint.c (break_command_1): Update.
+
+       * infrun.c: (resume, proceed, wait_for_inferior)
+       (handle_inferior_event, stop_stepping)
+       (prepare_to_wait): Write debug output to gdb_stdlog.
+
 2005-01-19  Mark Kettenis  <kettenis@gnu.org>
 
        * inf-ptrace.c (inf_ptrace_prepare_to_store)
This page took 0.024087 seconds and 4 git commands to generate.