* configure: Regenerate with proper autoconf 2.13.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 32d11557a58a0f00fd4d39175fd57a97a4946061..3b4b3606b0a981b811daca00377c31a1b6d54869 100644 (file)
@@ -1,3 +1,449 @@
+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.
This page took 0.045429 seconds and 4 git commands to generate.