* Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
[binutils-gdb.git] / gdb / ChangeLog
index 49ad68fb93c81367c4b67b2ed682426c512578e0..0e3c63924c4d4546762da06cfcc18de20366c2ba 100644 (file)
@@ -1,3 +1,58 @@
+2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
+
+2003-03-05  James Ingham <jingham@apple.com>
+           Daniel Jacobowitz  <drow@mvista.com>
+
+       * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
+       (auto_cp_abi): New variable.
+       (current_cp_abi, num_cp_abis): Make static.
+       (CP_ABI_MAX): Define.
+       (cp_abis): Turn into an array.
+       (value_virtual_fn_field): Fix formatting.
+       (switch_to_cp_abi, register_cp_abi): Update.  register_cp_abi now
+       takes a pointer.
+       (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
+       (list_cp_abis, _initialize_cp_abi): New functions.
+       * cp-abi.h: Add prototype for set_cp_abi_as_auto_default.  Remove
+       declarations for cp_abis, num_cp_abis, current_cp_abi, and
+       switch_to_cp_abi.  Update prototype for register_cp_abi.
+       * Makefile.in (cp-abi.o): Update dependencies.
+       * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
+       instead of switch_to_cp_abi.
+       * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise.  Update call to
+       register_cp_abi.
+       * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
+       register_cp_abi.
+       * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
+
+2003-03-05  Daniel Jacobowitz  <drow@mvista.com>
+
+       * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
+       * dwarf2loc.c: Include "regcache.h".
+       (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum.  Use
+       register_size.
+       * Makefile.in (dwarf2loc.o): Update dependencies.
+
+2003-03-04  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
+       number of io registers reported by remote target is not a multiple of
+       step.
+
+2003-03-04  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (lookup_partial_symbol): Add linkage_name argument.
+       (lookup_symbol_aux_psymtabs): Update call to
+       lookup_partial_symbol.
+       (lookup_transparent_type, find_main_psymtab)
+       (make_symbol_overload_list): Ditto.
+
+2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * MAINTAINERS (Write after approval): Update my email address.
+
 2003-03-03  Andrew Cagney  <cagney@redhat.com>
 
        Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.