* configure: Regenerate with proper autoconf 2.13.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index bd4af6a2ec6edd18310ea2214930b620ca4d1ae8..3b4b3606b0a981b811daca00377c31a1b6d54869 100644 (file)
+2003-01-07  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (deprecated_get_frame_context): New function.
+       (deprecated_set_frame_context): New function.
+       * frame.h (deprecated_get_frame_context): Declare.
+       (deprecated_set_frame_context): Declare.
+       * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
+       (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
+       
+2003-01-07  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (deprecated_set_frame_next_hack): New function.
+       (deprecated_set_frame_prev_hack): New function.
+       * frame.h (deprecated_set_frame_next_hack): Declare.
+       (deprecated_set_frame_prev_hack): Declare.
+       * mcore-tdep.c (analyze_dummy_frame): Use
+       deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
+       * mn10300-tdep.c (analyze_dummy_frame): Ditto.
+
+2003-01-07  David Carlton  <carlton@math.stanford.edu>
+
+       * linespec.c (decode_line_1): Move code into decode_dollar.
+       (decode_dollar): New function.
+
+2003-01-07  Andrew Cagney  <cagney@redhat.com>
+
+       * arm-tdep.c (arm_init_extra_frame_info): Use
+       deprecated_update_frame_base_hack.
+       * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
+       * mn10300-tdep.c (analyze_dummy_frame): Ditto.
+       (fix_frame_pointer): Ditto.
+       (mn10300_analyze_prologue): Ditto.
+
+2003-01-07  Andrew Cagney  <cagney@redhat.com>
+
+       * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
+       extra_info using frame_extra_info_zalloc.
+       * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
+       * sh-tdep.c (sh_init_extra_frame_info): Ditto.
+       (sh64_init_extra_frame_info): Ditto.
+       * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
+       * s390-tdep.c (s390_init_extra_frame_info): Ditto.
+       * mips-tdep.c (mips_init_extra_frame_info): Ditto.
+       * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
+       * frv-tdep.c (frv_init_extra_frame_info): Ditto.
+       * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
+       * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
+       * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
+       * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
+       * cris-tdep.c (cris_init_extra_frame_info): Ditto.
+       * arm-tdep.c (arm_init_extra_frame_info): Ditto.
+       * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
+
+       * mn10300-tdep.c (analyze_dummy_frame): Use
+       deprecated_set_frame_extra_info_hack.
+       * mcore-tdep.c (analyze_dummy_frame): Ditto.
+
+2003-01-07  J. Brobecker  <brobecker@gnat.com>
+
+       * mdebugread.c (parse_symbol): Skip stProc entries which storage
+       class is not scText. These do not define "real" procedures.
+       (parse_partial_symbols): Likewise.
+
+2003-01-06  Michael Snyder  <msnyder@redhat.com>
+
+       * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
+
+2003-01-06  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
+       * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
+       * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
+       deprecated_frame_xmalloc_with_cleanup.
+       * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
+       deprecated_frame_xmalloc.
+       * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
+       * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
+
+2003-01-06  Andrew Cagney  <cagney@redhat.com>
+
+       * x86-64-linux-tdep.c: Include "osabi.h".
+       * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
+
+       * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
+
+2003-01-06  Andrew Cagney  <cagney@redhat.com>
+
+       * MAINTAINERS (Target Instruction Set Architectures): Update
+       arm-elf.  Can be built with -Werror, has been multiarched.
+
+       * value.h (unpack_long): Make buffer parameter constant.
+       (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
+       * scm-lang.h (scm_parse): Ditto.
+       * defs.h (extract_typed_address, extract_address): Ditto.
+       (extract_long_unsigned_integer): Ditto.
+       * inferior.h (unsigned_pointer_to_address): Ditto.
+       (signed_pointer_to_address): Ditto.
+       * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * findvar.c (extract_long_unsigned_integer): Update.
+       (extract_address): Update.
+       (extract_typed_address): Update.
+       (unsigned_pointer_to_address): Update.
+       * values.c (unpack_long): Update.
+       (unpack_double): Update.
+       (unpack_pointer): Update.
+       (unpack_field_as_long): Update.
+       * d10v-tdep.c (d10v_pointer_to_address): Update.
+       * avr-tdep.c (avr_pointer_to_address): Update.
+       * scm-lang.c (scm_unpack): Update.
+       * findvar.c (signed_pointer_to_address): Update.
+
+2003-01-06  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
+       since it is in i386-tdep.c.
+
+2003-01-06  J. Brobecker  <brobecker@gnat.com>
+
+       * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
+       failure introduced in the previous change.
+
+2003-01-05  Michael Chastain  <mec@shout.net>
+
+       * README: Remove references to deleted remote-*.c files:
+       remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
+       remote-nrom.c, remote-os9k.c, remote-udi.c.
+
+2003-01-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
+       * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
+       i386_get_longjmp_target.
+
+2003-01-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * arm-tdep.c (prologue_cache): Change to a pointer.
+       (_initialize_arm_tdep): Allocate prologue_cache.
+       (check_prologue_cache): Update.
+       (save_prologue_cache): Update.
+       (arm_gdbarch_init): Update.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * stabsread.c (update_method_name_from_physname): Call complaint()
+       instead of error.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
+       * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
+       * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
+
+       * blockframe.c: Include "gdbcmd.h" and "command.h".
+       (backtrace_below_main): New variable.
+       (file_frame_chain_valid, func_frame_chain_valid)
+       (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
+       (generic_func_frame_chain_valid): Remove functions.
+       (frame_chain_valid, do_flush_frames_sfunc): New functions.
+       (_initialize_blockframe): New function.
+       * Makefile.in (blockframe.o): Update dependencies.
+       * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
+       comment.  Call frame_chain_valid ().
+       * frame.h: Remove old prototypes.  Add prototype for
+       frame_chain_valid and update comments to match.
+       * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
+       Remove old comment.
+       * gdbarch.h: Regenerated.
+       * gdbarch.c: Regenerated.
+
+       * alpha-tdep.c (alpha_gdbarch_init): Don't call
+       set_gdbarch_frame_chain_valid.
+       * avr-tdep.c (avr_gdbarch_init): Likewise.
+       * cris-tdep.c (cris_gdbarch_init): Likewise.
+       * frv-tdep.c (frv_gdbarch_init): Likewise.
+       * h8300-tdep.c (h8300_gdbarch_init): Likewise.
+       * i386-tdep.c (i386_svr4_init_abi): Likewise.
+       (i386_nw_init_abi): Likewise.
+       (i386_gdbarch_init): Likewise.
+       * ia64-tdep.c (ia64_gdbarch_init): Likewise.
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
+       * m68k-tdep.c (m68k_gdbarch_init): Likewise.
+       * mcore-tdep.c (mcore_gdbarch_init): Likewise.
+       * mips-tdep.c (mips_gdbarch_init): Likewise.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
+       * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
+       * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
+       * s390-tdep.c (s390_gdbarch_init): Likewise.
+       * sh-tdep.c (sh_gdbarch_init): Likewise.
+       * sparc-tdep.c (sparc_gdbarch_init): Likewise.
+       * v850-tdep.c (v850_gdbarch_init): Likewise.
+       * vax-tdep.c (vax_gdbarch_init): Likewise.
+       * x86-64-tdep.c (x86_64_init_abi): Likewise.
+
+       * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
+       * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
+       * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
+       * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
+       * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
+       * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
+       * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
+       * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
+
+2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (acconfig_h): Remove incorrect macro.
+       (config_h): Define.
+       (osabi.o): Update dependencies.
+       * configure.tgt: Set gdb_osabi based on target triplet.
+       * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
+       * configure: Regenerated.
+       * config.in: Regenerated.
+       * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
+       (GDB_OSABI_DEFAULT): Define if not already defined.
+       (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
+       (set_osabi_string): New variables.
+       (gdbarch_register_osabi): Add new OS ABI to
+       gdb_osabi_available_names.
+       (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
+       (set_osabi, show_osabi): New functions.
+       (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arch-utils.c (gdbarch_info_init): Set osabi to
+       GDB_OSABI_UNINITIALIZED.
+       * gdbarch.sh: Add osabi to struct gdbarch and to struct
+       gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
+       in gdbarch_list_lookup_by_info and in gdbarch_update_p.
+       * gdbarch.c: Regenerated.
+       * gdbarch.h: Regenerated.
+       * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
+       there's no BFD.
+       (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
+       * osabi.h (enum gdb_osabi): Move to defs.h.
+       (gdbarch_init_osabi): Update prototype.
+       * defs.h (enum gdb_osabi): Moved here.
+       * Makefile.in: Update dependencies.
+
+       * alpha-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove osabi member.
+       * alpha-tdep.c: Include "osabi.h".
+       (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       iterate over arches.  Update call to gdbarch_init_osabi.
+       (alpha_dump_tdep): Don't dump osabi.
+       * alpha-linux-tdep.c: Include "osabi.h".
+       * alpha-osf1-tdep.c: Include "osabi.h".
+       * alphafbsd-tdep.c: Include "osabi.h".
+       * alphanbsd-tdep.c: Include "osabi.h".
+
+       * arm-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove osabi member.
+       * arm-tdep.c: Include "osabi.h".
+       (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       iterate over arches.  Update call to gdbarch_init_osabi.
+       (arm_dump_tdep): Don't dump osabi.
+       * arm-linux-tdep.c: Include "osabi.h".
+       * armnbsd-tdep.c: Include "osabi.h".
+
+       * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
+       Update call to gdbarch_init_osabi.
+
+       * i386-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove osabi member.
+       * i386-tdep.c: Include "osabi.h".
+       (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       iterate over arches.  Update call to gdbarch_init_osabi.
+       (i386_dump_tdep): Don't dump osabi.
+       * i386-linux-tdep.c: Include "osabi.h".
+       * i386-sol2-tdep.c: Include "osabi.h".
+       * i386bsd-tdep.c: Include "osabi.h".
+       * i386gnu-tdep.c: Include "osabi.h".
+       * i386ly-tdep.c: Include "osabi.h".
+       * i386nbsd-tdep.c: Include "osabi.h".
+       * i386obsd-tdep.c: Include "osabi.h".
+
+       * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
+       (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       check osabi when iterating over arches.  Update call to
+       gdbarch_init_osabi.
+       (mips_dump_tdep): Don't dump osabi.
+
+       * ns32k-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove.
+       * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
+       gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
+       allocate tdep.  Update call to gdbarch_init_osabi.
+       (ns32k_dump_tdep): Remove.
+       (_initialize_ns32k_tdep): Update call to gdbarch_register.
+       * ns32knbsd-tdep.c: Include "osabi.h".
+
+       * ppc-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove osabi member.
+       * rs6000-tdep.c: Include "osabi.h".
+       (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
+       osabi when iterating over arches.  Update call to
+       gdbarch_init_osabi.
+       (rs6000_dump_tdep): Don't dump osabi.
+       * ppc-linux-tdep.c: Include "osabi.h".
+       * ppcnbsd-tdep.c: Include "osabi.h".
+
+       * sh-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove osabi member.
+       * sh-tdep.c: Include "osabi.h".
+       (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       iterate over arches.  Update call to gdbarch_init_osabi.
+       (sh_dump_tdep): Don't dump osabi.
+       * shnbsd-tdep.c: Include "osabi.h".
+
+       * sparc-tdep.c: Include "osabi.h".
+       (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       iterate over arches.  Update call to gdbarch_init_osabi.
+       (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
+       tdep structure.
+
+       * vax-tdep.h: Don't include "osabi.h".
+       (struct gdbarch_tdep): Remove.
+       * vax-tdep.c: Include "osabi.h".
+       (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
+       iterate over arches.  Don't allocate tdep.  Update call
+       to gdbarch_init_osabi.
+       (vax_dump_tdep): Remove.
+       (_initialize_vax_tdep): Update call to gdbarch_register.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
+       entirely.
+       (breakpoint_re_set_one): Don't fetch the value for a disabled
+       watchpoint.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * buildsym.h (processing_hp_compilation): Remove obsolete variable.
+       * gdbarch.sh Remove include of "value.h" in gdbarch.h.
+       (COERCE_FLOAT_TO_DOUBLE): Remove.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * Makefile.in: Remove value_h from gdbarch_h.
+       * valops.c (coerce_float_to_double): New variable.
+       (default_coerce_float_to_double): Remove.
+       (standard_coerce_float_to_double): Remove.
+       (value_arg_coerce): Use coerce_float_to_double.
+       (_initialize_valops): Add "set coerce-float-to-double".
+       * value.h (default_coerce_float_to_double): Remove prototype.
+       (standard_coerce_float_to_double): Remove prototype.
+
+       * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
+       prototyped.
+       * mdebugread.c (parse_symbol): Likewise.
+       * stabsread.c (define_symbol): Mark all functions as prototyped.
+
+       * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
+       * alpha-tdep.c (alpha_gdbarch_init): Remove call to
+       set_gdbarch_coerce_float_to_double.
+       * arm-tdep.c (arm_gdbarch_init): Likewise.
+       * frv-tdep.c (frv_gdbarch_init): Likewise.
+       * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
+       * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
+       * mips-tdep.c (mips_gdbarch_init): Likewise.
+       (mips_coerce_float_to_double): Remove.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
+       (rs6000_coerce_float_to_double): Remove.
+       * s390-tdep.c (s390_gdbarch_init): Likewise.
+       * sh-tdep.c (sh_gdbarch_init): Likewise.
+       (sh_coerce_float_to_double): Remove.
+       * sparc-tdep.c (sparc_gdbarch_init): Likewise.
+       (sparc_coerce_float_to_double): Remove.
+       * v850-tdep.c (v850_gdbarch_init): Likewise.
+       * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
+       * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
+       * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
+       (hppa_coerce_float_to_double): Remove prototype.
+       * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       * regformats/reg-m68k.dat: Remove fpcode and fpflags.
+
+2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
+
+       Suggested by Stewart Brown <sb24@avaya.com>:
+       * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
+       in recursive calls.  Handle TYPE_CODE_TYPEDEF.
+       (c_type_print_varspec_suffix): Likewise.
+
+2003-01-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Don't set and AC_SUBST SUBDIRS.
+       * configure: Regenerated.
+
+       * configure.in: Remove code dealing with shared libraries.
+       * Makefile.in: Remove HLDFLAGS and HLDENV.
+       * configure: Regenerated.
+
+2003-01-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.c (deprecated_frame_xmalloc): New function.
+       (deprecated_set_frame_saved_regs_hack): New function.
+       (deprecated_set_frame_extra_info_hack): New function.
+       * frame.h (deprecated_frame_xmalloc): Declare.
+       (deprecated_set_frame_saved_regs_hack): Declare.
+       (deprecated_set_frame_extra_info_hack): Declare.
+
+2003-01-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Move code that provides the --enable-gdbtk option
+       right after the code that handles the --enable-tui option, and
+       polish it somewhat.
+       * configure: Regenerated.
+
+       * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
+       AC_CHECK_FUNCS and remove the old check for pread64.
+       * acinclude.m4 (AC_GNU_SOURCE): New macro.
+       * acconfig.h (_GNU_SOURCE): Add.
+       (HAVE_PREAD64): Remove.
+       * configure, aclocal.m4, config.in: Regenerated.
+
+2003-01-03  Andrew Cagney  <ac131313@redhat.com>
+
+       * alpha-tdep.c: Use get_frame_saved_regs.
+       * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
+       * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
+       * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
+       * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
+       * vax-tdep.c, xstormy16-tdep.c: Ditto.
+
+2003-01-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Remove all use of the SUBDIRS variable; add
+       directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
+       code providing the --enable-multi-ice option, and move it right in
+       front of the code that checks whether gdbserver is supported.
+       Polish that too.
+       * configure: Regenerated.
+       * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
+       @SUBDIRS@.
+
+2003-01-03  Andrew Cagney  <cagney@redhat.com>
+
+       * alpha-tdep.c: Use deprecated_update_frame_base_hack.
+       * avr-tdep.c, cris-tdep.c: Ditto.
+       * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
+       * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
+       
+2003-01-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Remove --enable-netrom option.
+       * configure: Regenerated.
+
+2003-01-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
+       declaration for `struct re_pattern_buffer' instead.
+       * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
+
+2003-01-03  J. Brobecker  <brobecker@gnat.com>
+
+       * mdebugread.c (parse_symbol): Count until the stEnd matching
+       the structure name.
+
+2003-01-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Remove --with-cpu option.
+       subscripts.  Remove evil changequotes here.
+       * acconfig.h (TARGET_CPU_DEFAULT): Remove.
+       * config.in, configure: Regenerated.
+       
+       * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
+       * configure.in: Cleanup section that sources GDB and BFD configure
+       subscripts.  Remove evil changequotes here.
+       * config.in, configure: Regenerated.
+
+2003-01-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
+       frame accessor methods.
+       * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
+       * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
+       * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
+       * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
+       * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
+       * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
+       * z8k-tdep.c: Ditto.
+       
+2003-01-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Remove UI_OUT configuration code.
+       * ada-lang.c: Update assuming UI_OUT is always true.
+       * Makefile.in (UIOUT_CFLAGS): Remove.
+       * configure: Regenerated.
+       * TODO: Remove blurb about elimination of -DUI_OUT.
+
+       * configure.in: Move code that provides the --enable-gdbcli,
+       --enable-gdbmi options right before the code that handles the
+       --enable-tui option.  Polish a bit.
+       * configure: Regenerated.
+
+       * configure.in: Rewrite check for GNU regex and the
+       --without-included regex option, and move it into the "Checks for
+       library functions" section.  This makes us use the system regex
+       again by default on systems with version 2 of the GNU C library.
+       This was apparently broken.
+       * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
+       * acconfig.h (USE_INCLUDED_REGEX): Remove.
+       * config.in, configure: Regenerated.
+
+       * configure.in: Move code that provides the --enable-tui option
+       before the "Checks for libraries" section.  Polish the code
+       somewhat and set need_curses to yes if we build the TUI.  Rewrite
+       code that looks for a library providing termcap functionality to
+       match more closely what's done in the Readline library, and move
+       it into to the "Checks for libraries" section.
+       * configure: Regenerated.
+       * Makefile.in (TERMCAP): Remove variable.
+       * config/i386/go32.mh (TERMCAP): Remove variable.
+
+2003-01-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Mention gdb_mbuild.sh.
+       * gdb_mbuild.sh: Rewrite.
+
+2003-01-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Fix typo in last change.
+       * config.in, configure: Regenerated.
+
+2003-01-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * valarith.c (value_binop): Delete obsolete code and comments.
+       * configure.host: Ditto.
+       * buildsym.h (make_blockvector): Ditto.
+       * buildsym.c (make_blockvector): Ditto.
+       * defs.h (enum language): Ditto.
+       (chill_demangle): Ditto.
+       * elfread.c (elf_symtab_read): Ditto.
+       * dwarfread.c (CHILL_PRODUCER): Ditto.
+       (set_cu_language): Ditto.
+       (handle_producer): Ditto.
+       * expprint.c (print_subexp): Ditto.
+       * gdbtypes.c (chill_varying_type): Ditto.
+       * gdbtypes.h (builtin_type_chill_bool): Ditto.
+       (builtin_type_chill_char, builtin_type_chill_long): Ditto.
+       (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
+       (chill_varying_type): Ditto.
+       * language.h (_LANG_chill): Ditto.
+       * language.c (binop_result_type, integral_type): Ditto.
+       (character_type, string_type, structured_type): Ditto.
+       (lang_bool_type, binop_type_check): Ditto.
+       * stabsread.h (os9k_stabs): Ditto.
+       * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
+       (define_symbol, read_type, read_struct_fields): Ditto.
+       (read_array_type, read_enum_type, read_huge_number): Ditto.
+       (read_range_type, start_stabs): Ditto.
+       * symfile.c (init_filename_language_table): Ditto.
+       (add_psymbol_with_dem_name_to_list): Ditto.
+       * symtab.c (symbol_init_language_specific): Ditto.
+       (symbol_init_demangled_name, symbol_demangled_name): Ditto.
+       * symtab.h (struct general_symbol_info): Ditto.
+       (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
+       * typeprint.c (typedef_print): Ditto.
+       * utils.c (fprintf_symbol_filtered): Ditto.
+       * valops.c (value_cast, search_struct_field, value_slice): Delete
+       obsolete code.
+       (varying_to_slice): Delete function.
+       * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
+       (varying_to_slice): Delete declaration.
+       * MAINTAINERS: Update.
+
+2003-01-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Reorganize "Checks for library functions section"
+       a bit.  Remove check for `btowc' and `isascii' functions.
+       * configure: Regenerated.
+
+       * acconfig.h (_MSE_INT_H): Remove.
+       * configure.in: Create "Checks for header files" section, and move
+       appropriate tests there.  Don't check for objlist.h, wchar.h,
+       wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
+       misdetection fix.  Also add "Checks for types", "Checks for
+       compiler characteristics" and "Checks for library functions"
+       sections.
+       * config.in, configure: Regenerated.
+
+       * configure.in: Create "Checks for programs" section, and move
+       appropriate tests there.
+
+2003-01-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Create "Checks for libraries" section, and move
+       appropriate tests there.  Cleanup check for wctype in libw.  Use
+       AC_SEARCH_LIBS to see whether we need libsocket.
+       * configure: Regenerated.
+
+2002-12-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
+       * config.in, configure: Regenerated.
+
+2002-12-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb_dirent.h: Cleanup and update code to match the example in
+       the Autoconf manual.
+       * configure.in: Call AC_HEADER_DIRENT.  Remove dirent.h,
+       sys/ndir.h, sys/dir.h and ndir.h from call to AC_CHECK_HEADERS.
+       * configure: Regenerated.
+
+2002-12-30  Adam Fedor  <fedor@gnu.org>
+
+       * objc-exp.y (parse_number): Cast sscanf arguments to proper type.
+       (yylex): Initialize c to avoid uninitialized warning.
+
+2002-12-29  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/fdl.texi: Revert the last change.
+
+2002-12-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * tracepoint.c (ISATTY): Removed.
+
+2002-12-26  J. Brobecker  <brobecker@gnat.com>
+
+       Continuing work to convert the hppa targets to multiarch partil.
+
+       * hppa-tdep.c: Add some missing forward declarations.
+       (frameless_function_invocation): Prefix the function name
+       by "hppa_" to avoid polluting the namespace.  Update all calls
+       to use the new function name.
+       (saved_pc_after_call): Ditto.
+       (init_extra_frame_info): Ditto.
+       (frame_chain): Ditto.
+       (push_dummy_frame): Ditto.
+       (target_read_pc): Ditto.
+       (target_write_pc): Ditto.
+       (in_solib_call_trampoline): Ditto.
+       (in_solib_return_trampoline): Ditto.
+       (skip_trampoline_code): Ditto.
+       (hppa_read_fp): New function, renamed from target_read_fp.
+       (hppa_target_read_fp): New function, using hppa_read_fp.
+       This function conforms to the function profile for the
+       READ_FP gdbarch method.
+       (hppa_extract_struct_value_address): New function, extracted
+       from the definition of the DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS
+       macro.
+       (hppa_frame_num_args): New function.
+       (hppa_gdbarch_init): Setup the gdbarch vector for the hppa target.
+
+       * config/pa/tm-hppa.h: Wrap around all gdbarch-eligible macros
+       inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
+       for the switch to multiarch partial.
+       Update some of the macros definitions to match some changes
+       described above in the name of the function they are calling.
+       (PUSH_DUMMY_FRAME): Add a FIXME explaining why this macro will
+       not be straightforward to convert. Do now wrap it inside
+       "#if !... #endif" to remember that this macro has still not
+       been taken care of.
+       (FIX_CALL_DUMMY): Likewise.
+
+2002-12-26  J. Brobecker  <brobecker@gnat.com>
+
+       Continuing work to convert the hppa targets to multiarch partial.
+
+       * hppa-tdep.c (hppa_register_raw_size): New function replacing
+       the body of macro REGISTER_RAW_SIZE.
+       * hppa-hpux-tdep.c: Add new functions replacing macro bodies from
+       config/pa/tm-hppah.h. These functions will be used to initialize
+       the gdbarch structure.
+       (hppa_hpux_pc_in_sigtramp): New function.
+       (hppa_hpux_frame_saved_pc_in_sigtramp): New function.
+       (hppa_hpux_frame_base_before_sigtramp): New function.
+       (hppa_hpux_frame_find_saved_regs_in_sigtramp): New function.
+       Add gdbcore.h #include.
+       * config/pa/tm-hppa.h (REGISTER_RAW_SIZE): Change the definition
+       of this gdbarch-eligible macro to a call to the new associated
+       function.
+       * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Likewise.
+       (FRAME_SAVED_PC_IN_SIGTRAMP): Change the definition of this macro
+       into a call to the new associated function.
+       (FRAME_BASE_BEFORE_SIGTRAMP): Likewise.
+       (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Likewise.
+       * Makefile.in (hppa-hpux-tdep.o): Add dependency on gdbcore.h.
+
+2002-12-24  David Carlton  <carlton@math.stanford.edu>
+
+       * config/sparc/tm-sparc.h: Delete duplicate definition of
+       DEPRECATED_PC_IN_CALL_DUMMY.
+
+2002-12-24  Kevin Buettner  <kevinb@redhat.com>
+
+       * Makefile.in (mips-linux-tdep.o): Add $(mips_tdep_h) and
+       $(gdb_assert_h).
+       * configure.tgt: Recognize mips64*-*-linux*.
+       * mips-linux-tdep.c (mips-tdep.h, gdb_assert.h): Include.
+       (supply_32_bit_reg): New function.
+       (supply_gregset): Call supply_32bit_reg() instead of supply_register().
+       (fill_gregset): Use regcache_collect() instead of
+       deprecated_registers[].
+       (register_addr): Change name to mips_linux_register_addr().
+       (MIPS64_ELF_NGREG, MIPS64_ELF_NFPREG, MIPS64_FPR_BASE, MIPS64_PC)
+       (MIPS64_CAUSE, MIPS64_BADVADDR, MIPS64_MMHI, MIPS64_MMLO)
+       (MIPS64_FPC_CSR, MIPS64_FPC_EIR, MIPS64_EF_REG0, MIPS64_EF_REG31)
+       (MIPS64_EF_LO, MIPS64_EF_HI, MIPS64_EF_CP0_EPC, MIPS64_EF_CP0_BADVADDR)
+       (MIPS64_EF_CP0_STATUS, MIPS64_EF_CP0_CAUSE, MIPS64_EF_SIZE)
+       (MIPS64_LINUX_JB_PC): New defines.
+       (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
+       (mips64_elf_fpregset_t): New typedefs.
+       (mips64_linux_get_longhmp_target, mips64_supply_gregset)
+       (mips64_fill_gregset, mips64_supply_fpregset, mips64_fill_fpregset)
+       (mips64_linux_register_addr, set_mips_linux_register_addr)
+       (register_addr, mips64_linux_svr4_fetch_link_map_offsets):
+       (init_register_addr_data)
+       New functions.
+       (fetch_core_registers): Add support for core file formats with 64-bit
+       registers.
+       (mips_linux_init_abi): Distinguish o32, n32, and n64 ABIs.
+       (register_addr_data): New static global variable.
+       (_initialize_mips_linux_tdep): Initialize register_addr_data.  Invoke
+       gdbarch_register_osabi() for each MIPS machine.
+       * config/mips/linux64.mt: New file.
+       * config/mips/tm-linux64.h: New file.
+
+2002-12-23  Adam Fedor  <fedor@gnu.org>
+
+       * maint.c (maintenance_demangle): Add switch to demangle
+       ObjC language symbols as well.
+
+2002-12-23  Adam Fedor  <fedor@gnu.org>
+
+       * objc-lang.c (lookup_objc_class, lookup_child_selector): Remove 
+       last argument from complaint function call.
+
+2002-12-23  Kevin Buettner  <kevinb@redhat.com>
+
+       * exec.c (print_section_info): Add FIXME comments regarding format
+       string choices.
+
+2002-12-23  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/pa/nm-hppab.h: Delete duplicate CANNOT_STORE_REGISTER decl.
+       * config/pa/nm-hppao.h: Delete duplicate CANNOT_STORE_REGISTER decl.
+
+2002-12-23  Rodney Brown  <rbrown64@csc.com.au>
+
+       * config/pa/nm-hppah.h: Delete duplicate CANNOT_STORE_REGISTER decl.
+
+2002-12-23  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (lookup_symbol_aux): Delete 'force_return' variable.
+       (lookup_symbol_aux_minsyms): Delete 'force_return' argument.
+       (search_symbols): Call lookup_symbol_aux_minsyms to find debugging
+       information associated to a minsym, not lookup_symbol.
+
+2002-12-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.h (x86_64_init_abi): New prototype.
+       * x86-64-tdep.c (i386_fp_regnum_p): Remove function.
+       (x86_64_init_abi): Make non-static.  Set number of pseudo
+       registers to 0.
+       (x86_64_gdbarch_init): Remove function.
+       (_initialize_x86_64_tdep): Renove register_gdbarch_init call.
+       Remove code dealing with dissambly.
+       * x86-64-linux-tdep.c (x86_64_linux_init_abi): New function.
+       (_initialize_x86_64_linux_tdep): New function.
+       * config/i386/x86-64linux.mt (TDEPFILES): Add i386-tdep.o and
+       i386-tdep.o.
+
+2002-12-14  Mark Kettenis  <kettenis@gnu.org>
+
+       * osabi.c: Include "gdb_assert.h" and "gdb_string.h".
+       (struct gdb_osabi_handler): Remove member `arch'.  Add member
+       `arch_info'.
+       (gdbarch_register_osabi): Add new argument `machine'.  Use ot to
+       construct a `struct bfd_arch_info' and store it in the `struct
+       gdb_osabi_handler' that is created.
+       (gdbarch_init_osabi): Check for compatibility based on machine
+       type and architecture.
+       * osabi.h (gdbarch_register_osabi): Adjust prototype and update
+       comment.
+       * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add 0 as
+       second argument in call to gdbarch_register_osabi.
+       * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
+       * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
+       * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
+       * arm-linux-tdep.c (_initialize_arm_linux_tdep): Likewise.
+       * arm-tdep.c (_initialize_arm_tdep): Likewise.
+       * armnbsd-tdep.c (_initialize_armnbsd_tdep): Likewise.
+       * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Likewise.
+       * i386-interix-tdep.c (_initialize_i386_interix_tdep): Likewise.
+       * i386-linux-tdep.c (_initialize_i386_linux_tdep): Likewise.
+       * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Likewise.
+       * i386-tdep.c (_initialize_i386_tdep): Likewise.
+       * i386bsd-tdep.c (_initialize_i386bsd_tdep): Likewise.
+       * i386gnu-tdep.c (_initialize_i386gnu_tdep): Likewise.
+       * i386ly-tdep.c (_initialize_i386lynx_tdep): Renamed from
+       _initialize_i386bsd_tdep and updated likewise.
+       * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Likewise.
+       * i386obsd-tdep.c (_initialize_i386obsd_tdep): Likewise.
+       * mips-irix-tdep.c (_initialize_mips_irix_tdep): Likewise.
+       * mips-linux-tdep.c (_initialize_mips_linux_tdep): Likewise.
+       * mipsnbsd-tdep.c (_initialize_mipsnbsd__tdep): Likewise.
+       * ns32knbsd-tdep.c (_initialize_ns32kmnsd_tdep): Likewise.
+       * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Likewise.
+       * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Likewise.
+       * shnbsd-tdep.c (_initialize_shnbsd_tdep): Likewise.
+       * sparcnbsd-tdep.c (_initialize_sparcnbsd_tdep): Likewise.
+
+2002-12-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib-svr4.c (elf_locate_base): Fix sizeof() related bug.  Add
+       DT_MIPS_RLD_MAP case for 64-bit targets.
+
+2002-12-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * mips-tdep.c (heuristic_proc_desc): Clear memory associated with
+       ``temp_saved_regs'', not the pointer or other storage contiguous
+       to this pointer.
+
+2002-12-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * Makefile.in (mips-linux-tdep.o): Add $(osabi_h) and $(gdb_string_h).
+       * config/mips/tm-linux.h (mips_linux_svr4_fetch_link_map_offsets)
+       (mips_linux_get_longjmp_target): Delete declarations.
+       (SVR4_FETCH_LINK_MAP_OFFSETS, GET_LONGJMP_TARGET)
+       (MIPS_LINUX_JB_ELEMENT_SIZE, MIPS_LINUX_JB_PC): Delete definitions.
+       * mips-linux-tdep.c (osabi.h, gdb_string.h): Include.
+       (MIPS_LINUX_JB_ELEMENT_SIZE, MIPS_LINUX_JB_PC): Define.
+       (mips_linux_get_longjmp_target)
+       (mips_linux_svr4_fetch_link_map_offsets): Make static.
+       (mips_linux_init_abi): New function.
+       (_initialize_mips_linux_tdep): Register mips_linux_init_abi().
+
+2002-12-19  Keith Seitz  <keiths@redhat.com>
+
+       patch committed by Elena Zannoni  <ezannoni@redhat.com>
+       * thread.c (do_captured_list_thread_ids): Call prune_threads and
+       target_find_new_threads. Fix for PR mi/669.
+
+2002-12-19  David Carlton  <carlton@math.stanford.edu>
+
+       * linespec.c (decode_line_1): Move code into decode_all_digits.
+       (decode_all_digits): New function.
+
+2002-12-19  Kevin Buettner  <kevinb@redhat.com>
+
+       * exec.c (print_section_info): Select a format string to use with
+       local_hex_string_custom() based upon the value of TARGET_ADDR_BIT.
+
+2002-12-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.c (deprecated_update_current_frame_pc_hack): Replace 
+       deprecated_update_current_frame_pc_hack.
+       (deprecated_update_frame_base_hack): New function.
+       * frame.h (deprecated_update_frame_pc_hack): Replace
+       (deprecated_update_frame_base_hack): Declare.
+       * infrun.c (normal_stop): Update.
+
+2002-12-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_init_extra_frame_info): Use
+       frame_extra_info_zalloc.
+       (rs6000_frame_args_address): Use get_frame_extra_info.
+       (frame_get_saved_regs): Use get_frame_saved_regs.
+       (frame_initial_stack_address): Use get_frame_saved_regs and
+       get_frame_extra_info.
+       (frame_initial_stack_address): Use get_frame_extra_info.
+
+2002-12-17  Kevin Buettner  <kevinb@redhat.com>
+
+       * dve3900-rom.c (r3900_regnames): Don't use NUM_REGS to determine
+       array size.
+       (fetch_bitmapped_register, store_bitmapped_register): Add bounds
+       checks for r3900_regnames[].
+
+2002-12-17  Richard Earnshaw  <rearnsha@arm.com>
+
+       * armnbsd-tdep.c (ARM_NBSD_JB_PC): Renamed from JB_PC.
+       All uses changed
+       (ARM_NBSD_JB_ELELMENT_SIZE): Similarly.
+
+2002-12-17  David Carlton  <carlton@math.stanford.edu>
+
+       * symtab.c (lookup_partial_symbol): Don't search past the end of
+       the partial symbols.
+
+2002-12-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * stack.c (frame_info): Use get_frame_saved_regs.
+       * breakpoint.c (until_break_command): Use get_frame_pc.
+
+2002-12-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * buildsym.c (block_end_complaint, anon_block_end_complaint)
+       (innerblock_complaint, innerblock_anon_complaint)
+       (blockvector_complaint): Delete deprecated complaint structs.
+       (finish_block, make_blockvector, end_symtab): Replace calls
+       to complain() with calls to complaint().
+       * coffread.c (ef_complaint, ef_stack_complaint, eb_stack_complaint)
+       (bf_no_aux_complaint, ef_no_aux_complaint, lineno_complaint)
+       (unexpected_type_complaint, bad_sclass_complaint)
+       (misordered_blocks_complaint, tagndx_bad_complaint, eb_complaint):
+       Delete deprecated complaint structs.
+       (coff_symtab_read, enter_linenos, decode_type, decode_base_type):
+       Replace calls to complain() with calls to complaint().
+       * dbxread.c (lbrac_complaint, string_table_offset_complaint)
+       (unknown_symtype_complaint, unknown_symchar_complaint)
+       (lbrac_rbrac_complaint, lbrac_unmatched_complaint)
+       (lbrac_mismatch_complaint, repeated_header_complaint)
+       (unclaimed_bincl_complaint, discarding_local_symbols_complaint):
+       Delete deprecated complaint structs.
+       (unknown_symtype_complaint, lbrac_mismatch_complaint)
+       (repeated_header_complaint)
+       (function_outside_compiliation_unit_complaint): New functions.
+       (add_old_header_file, find_corresponding_bincl_psymtab)
+       (set_namestring, find_stab_function_addr, read_dbx_symtab)
+       (process_one_symbol): Replace calls to complain() with, possibly
+       indirect, calls to complaint().
+       * dwarfread.c (no_bfd_get_N, malformed_die, bad_die_ref)
+       (unknown_attribute_form, unknown_attribute_length)
+       (unexpected_fund_type, unknown_type_modifier, volatile_ignored)
+       (const_ignored, botched_modified_type, op_deref2, op_deref4)
+       (basereg_not_handled, dup_user_type_allocation)
+       (dup_user_type_definition, missing_tag, bad_array_element_type)
+       (subscript_data_items, unhandled_array_subscript_format)
+       (unknown_array_subscript_format, not_row_major)
+       (missing_at_name): Delete deprecated complaint structs.
+       (bad_die_ref_complaint, unknown_attribute_form_complaint)
+       (dup_user_type_definition_complaint)
+       (bad_array_element_type_complaint): New functions.
+       (lookup_utype, alloc_utype, struct_type, decode_array_element_type)
+       (decode_subscript_data_item, dwarf_read_array_type)
+       (read_tag_string_type, read_subroutine_type, read_func_scope)
+       (locval, scan_partial_symbols, decode_modified_type)
+       (decode_func_type, basicdieinfo, completeddieinfo, target_to_host)
+       (attribute_size): Replace calls to complain() with, possibly
+       indirect, calls to complaint().
+       * elfread.c (section_info_complaint, section_info_dup_complaint)
+       (stab_info_mismatch_complaint, stab_info_questionable_complaint):
+       Delete deprecated complaint structs.
+       (elf_symtab_read, elfstab_offset_sections): Replace calls to
+       complain() with calls to complaint().
+       * gdbtypes.c (stub_noname_complaint): Delete deprecated complaint
+       struct.
+       (stub_noname_complaint): New function.
+       (check_typedef, add_mangled_type): Replace calls to complain()
+       with calls to complaint().
+       * hpread.c (string_table_offset_complaint, lbrac_unmatched_complaint)
+       (lbrac_mismatch_complaint, hpread_unhandled_end_common_complaint)
+       (hpread_unhandled_type_complaint, hpread_struct_complaint)
+       (hpread_array_complaint, hpread_type_lookup_complaint)
+       (hpread_unexpected_end_complaint, hpread_tagdef_complaint)
+       (hpread_unhandled_common_complaint)
+       (hpread_unhandled_blockdata_complaint): Delete deprecated complaint
+       struct definitions and declarations.
+       (lbrac_unmatched_complaint, lbrac_mismatch_complaint): New functions.
+       (SET_NAMESTRING, hpread_type_lookup, hpread_process_one_debug_symbol):
+       Replace calls to complain() with, possibly indirect, calls to
+       complaint().
+       * macrotab.c (macro_include, check_for_redefinition, macro_undef):
+       Likewise.
+       * mdebugread.c (bad_file_number_complaint, index_complaint)
+       (aux_index_complaint, block_index_complaint)
+       (unknown_ext_complaint, unknown_sym_complaint)
+       (unknown_st_complaint, block_overflow_complaint)
+       (basic_type_complaint, unknown_type_qual_complaint)
+       (array_index_type_complaint, bad_tag_guess_complaint)
+       (block_member_complaint, stEnd_complaint)
+       (unknown_mdebug_symtype_complaint, stab_unknown_complaint)
+       (pdr_for_nonsymbol_complaint, pdr_static_symbol_complaint)
+       (bad_setjmp_pdr_complaint, bad_fbitfield_complaint)
+       (bad_continued_complaint, bad_rfd_entry_complaint)
+       (unexpected_type_code_complaint, unable_to_cross_ref_complaint)
+       (bad_indirect_xref_complaint, illegal_forward_tq0_complaint)
+       (illegal_forward_bt_complaint, bad_linetable_guess_complaint)
+       (bad_ext_ifd_complaint, bad_ext_iss_complaint): Delete deprecated
+       complaint structs.
+       (index_complaint, unknown_ext_complaint, basic_type_complaint)
+       (bad_tag_guess_complaint, bad_rfd_entry_complaint)
+       (unexpected_type_code_complaint)
+       (function_outside_compilation_unit_complaint): New functions.
+       (parse_symbol, parse_type, upgrade_type, parse_procedure)
+       (parse_partial_symbols, psymtab_to_symtab_1, cross_ref, add_symbol):
+       Replace calls to complain() with, possibly indirect calls to
+       complaint().
+       * objc-lang.c (noclass_lookup_complaint, nosel_lookup_complaint):
+       Delete deprecated complaint structs.
+       (lookup__objc_class, lookup_child_selector): Replace complain()
+       with complaint().
+       * remote-vx.c (cant_contact_target): Delete deprecated complaint
+       struct.
+       (vx_lookup_symbol): Replace complain() with complaint().
+       * stabsread.c (invalid_cpp_abbrev_complaint)
+       (invalid_cpp_type_complaint, member_fn_complaint)
+       (const_vol_complaint, error_type_complaint)
+       (invalid_member_complaint, range_type_base_complaint)
+       (reg_value_complaint, vtbl_notfound_complaint)
+       (unrecognized_cplus_name_complaint, rs6000_builtin_complaint)
+       (unresolved_sym_chain_complaint, stabs_general_complaint)
+       (lrs_general_complaint, multiply_defined_struct): Delete
+       deprecated complaint structs.
+       (invalid_cpp_abbrev_complaint, ref_value_complaint)
+       (stabs_general_complaint, lrs_general_complaint)
+       (msg_unknown_complaint): New functions.
+       (dbx_lookup_type, read_cfront_baseclasses)
+       (read_cfront_member_functions, resolve_symbol_reference)
+       (define_symbol, resolve_live_range, add_live_range, read_type)
+       (rs6000_builtin_type, read_member_functions, read_cpp_abbrev)
+       (read_one_struct_field, read_baseclasses, read_tilde_fields)
+       (read_cfront_static_fields, attach_fields_to_type)
+       (complain_about_struct_wipeout, read_range_type)
+       (common_block_start, common_block_end, cleanup_undefined_types)
+       (scan_file_globals): Replace complain() with complaint().
+       * stabsread.h (unknown_symtype_complaint, unknown_symchar_complaint):
+       Delete deprecated complaint struct declarations.
+       * xcoffread.c (storclass_complaint, bf_notfound_complaint)
+       (ef_complaint, eb_complaint): Delete deprecated complaint structs.
+       (bf_not_found_complaint, ef_complaint, eb_complaint)
+       (function_outside_compilation_unit_complaint): New functions.
+       (record_include_begin, record_include_end, enter_line_range)
+       (xcoff_next_symbol_text, read_xcoff_symtab, process_xcoff_symbol)
+       (read_symbol, read_symbol_lineno, scan_xcoff_symtab) Replace
+       complain() with complaint().
+
+2002-12-16  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/arc/arc.mt, config/arc/tm-arc.h: Delete.
+       * config/d30v/d30v.mt, config/d30v/tm-d30v.h: Delete.
+       * config/fr30/fr30.mt, config/fr30/tm-fr30.h: Delete.
+       * config/i386/i386aix.mh, config/i386/i386aix.mt: Delete.
+       * config/i386/i386m3.mh, config/i386/i386m3.mt: Delete.
+       * config/i386/i386mach.mh, config/i386/i386os9k.mt: Delete.
+       * config/i386/nm-i386aix.h, config/i386/nm-i386mach.h: Delete.
+       * config/i386/nm-m3.h, config/i386/tm-i386aix.h: Delete.
+       * config/i386/tm-i386m3.h, config/i386/tm-i386mk.h: Delete.
+       * config/i386/xm-i386aix.h, config/i386/xm-i386m3.h: Delete.
+       * config/i386/xm-i386mach.h, config/i386/xm-i386mk.h: Delete.
+       * config/i960/mon960.mt, config/i960/nindy960.mt: Delete.
+       * config/i960/tm-i960.h, config/i960/tm-mon960.h: Delete.
+       * config/i960/tm-nindy960.h, config/i960/tm-vx960.h: Delete.
+       * config/i960/vxworks960.mt, config/m68k/apollo68b.mh: Delete.
+       * config/m68k/apollo68b.mt, config/m68k/apollo68v.mh: Delete.
+       * config/m68k/hp300bsd.mh, config/m68k/hp300bsd.mt: Delete.
+       * config/m68k/hp300hpux.mh, config/m68k/hp300hpux.mt: Delete.
+       * config/m88k/delta88.mh, config/m88k/delta88.mt: Delete.
+       * config/m88k/delta88v4.mh, config/m88k/delta88v4.mt: Delete.
+       * config/m88k/m88k.mh, config/m88k/m88k.mt: Delete.
+       * config/m88k/nm-delta88v4.h, config/m88k/nm-m88k.h: Delete.
+       * config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h: Delete.
+       * config/m88k/tm-m88k.h, config/m88k/xm-delta88.h: Delete.
+       * config/m88k/xm-dgux.h: Delete.
+       * fr30-tdep.c, i386aix-nat.c, i386m3-nat.c: Delete.
+       * i386mach-nat.c, i960-tdep.c, m88k-nat.c: Delete.
+       * os9kread.c, remote-bug.c, remote-nindy.c: Delete.
+       * remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete.
+       * d30v-tdep.c, arc-tdep.c, cxux-nat.c, dst.h, dstread.c: Delete.
+       * ch-exp.c, ch-lang.c, ch-lang.h, ch-typeprint.c: Delete.
+       * ch-valprint.c: Delete.
+       
+2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * infrun.c (handle_inferior_event): Rearrange code to resume if
+       no catchpoint triggers for an event.
+
+2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKED
+       and TARGET_WAITKIND_VFORKED cases.
+
+2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * infrun.c (handle_inferior_event): Assume that catchpoints
+       are not affected by DECR_PC_AFTER_BREAK.
+
+2002-12-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * target.c (update_current_target): Don't inherit DONT_USE.
+       * target.h (struct target_ops): Remove DONT_USE.
+       (target_next): Remove macro.
+
+2002-12-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6.  Fixes PR cli/654.
+
+2002-12-14  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (convert_from_extended): New argument to hold the
+       type of floating point result we want to convert to.  Make input 
+       argument const.  Fix all callers.
+       (convert_to_extended): Similarly.
+       (arm_extract_return_value): Now takes a regcache argument.  Change
+       code to use regcache accessor functions.  Correctly extract 
+       smaller-than-word results on big-endian machines.
+       (arm_store_return_value): Now takes a regcache argument.  Change
+       code to use regcache accessor functions.  Correctly zero/sign extend
+       smaller than word results before storing into r0.
+       (arm_gdbarch_init): Register new-style extract_return_value and
+       store_return_value functions.
+
+2002-12-13  Michael Snyder  <msnyder@to-limbo.toronto.redhat.com>
+
+       * thread-db.c (thread_from_lwp): Uniquify error msg.
+       (lwp_from_thread): Ditto.
+       (check_event): Ditto.
+       (find_new_threads_callback): Ditto.
+       (thread_db_pid_to_str): Ditto.
+
+2002-12-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.h (get_frame_saved_regs): Declare.
+       (frame_saved_regs_zalloc): Change return type to CORE_ADDR
+       pointer.
+       * frame.c (get_frame_saved_regs): New function.
+       (frame_saved_regs_zalloc): Return the allocated saved_regs.
+
+2002-12-13  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.c (deprecated_update_current_frame_pc_hack): New
+       function.
+       * frame.h (deprecated_update_current_frame_pc_hack): Declare.
+       * infrun.c (normal_stop): Use said function instead of directly
+       modifying the frame's PC.
+       
+2002-12-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       * frame.h (frame_id_unwind_ftype): Fix typo in return type.
+
+2002-12-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/mips/tm-mips.h, config/mips/tm-irix3.h,
+       config/mips/tm-irix6.h (NUM_REGS): Delete.
+       * mips-tdep.c (mips_gdbarch_init): Call set_gdbarch_num_regs().
+       (temp_saved_regs): Declare as a pointer rather than an array.
+       (mips32_heuristic_proc_desc, heuristic_proc_desc): Make sure
+       that ``temp_saved_regs'' has storage allocated to it and that
+       it's the correct size.
+
+2002-12-13  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * defs.h (init_last_source_visited): New prototype.
+       (add_path): Ditto.
+       * source.c (add_path): New function that adds to a specified path.
+       (mod_path): Change to call add_path.
+       (init_last_source_visited): New function to allow interfaces to
+       initialize static variable: last_source_visited.  Part of fix
+       for PR gdb/741.
+       * Makefile.in: Add support for mi/mi-cmd-env.c.
+
 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.h (frame_id_unwind): Declare.
This page took 0.035049 seconds and 4 git commands to generate.