2005-01-17 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57feab0825e05fe9552fcc5a44cc2f3f26ace06a..41223e961b77b7483ecb1cc9d74943507b68276e 100644 (file)
@@ -1,3 +1,67 @@
+2005-01-17  Andrew Cagney  <cagney@gnu.org>
+
+       * top.h (source_error, source_pre_error): Delete declaration.
+       * cli/cli-script.c (source_error_allocated, source_error): Delete.
+       (script_from_file, source_cleanup_lines): Do not manipulate
+       source_error_allocated, error_pre_print and source_error.
+       (struct source_cleanup_lines_args): Delete fields old_pre_error,
+       and old_error_pre_print.
+       * top.c (source_error_allocated, source_error)
+       (source_pre_error): Delete.
+       (command_line_input): Do not set error_pre_print.
+       * event-top.c (command_line_handler): Do not set error_pre_print.
+
+2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
+
+       * MAINTAINERS: Update my email address.
+
+2005-01-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.ac: Provide prerequisite headers when checking
+       <term.h>.
+       * configure: Regenerate.
+
+       * amd64fbsd-tdep.c: Update copyright year.  Include "gdb_assert.h"
+       and "bsd-uthread.h".
+       (amd64fbsd_jmp_buf_reg_offset): New variable.
+       (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
+       functions.
+       (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
+       * i386fbsd-tdep.c: Fix typo.
+       * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
+       * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
+
+2005-01-16  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-script.c: Include "exceptions.h".
+       (struct wrapped_read_command_file_args): Define.
+       (wrapped_read_command_file): New function.
+       (script_from_file): Replace direct call to read_command_file by
+       one wrapped by an exception handler.
+       * exceptions.c (throw_it): Free the old message after creating the
+       new.
+       * Makefile.in: Update dependencies.
+       
+2005-01-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64fbsd-tdep.c: Update copyright year.
+       (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
+       functions.
+       (sparc64fbsd_init_abi): Create register sets with collect
+       functions.
+
+       * sparc64fbsd-nat.c: Include "fbsd-nat.h".
+       (_initialize_sparc64fbsd_nat): Add some extra features to the
+       generic SPARC target.
+       * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
+       * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
+       (NAT_FILE): Set to solib.h.
+       * config/sparc/nm-fbsd.h: Remove file.
+
+       * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
+
+       * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
+
 2005-01-16  Andrew Cagney  <cagney@gnu.org>
 
        * exceptions.c (struct catcher): Delete saved_error_pre_print and
This page took 0.027505 seconds and 4 git commands to generate.