Keep NATDEPFILES on a single line.
[binutils-gdb.git] / gdb / ChangeLog
index ac88dc3b0a45bb0baa24b18d88950c1b9cfcf3a7..5e95bddf65db352a13311af27410ceb2e430952c 100644 (file)
@@ -1,3 +1,609 @@
+Wed Jul  5 21:06:39 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/i386/fbsd.mh (NATDEPFILES): Keep NATDEPFILES to a single
+       line.  configure.in assumes this.
+
+Wed Jul  5 20:48:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (SER_HARDWIRE): When go32 or DJGPP, set to
+       ser-go32.c.
+       * configure: Re-generate.
+       
+Wed Jul  5 20:28:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * top.h (command_loop_marker), top.c (command_loop_marker):
+       Delete.
+       * event-top.c (command_handler), top.c (simplified_command_loop,
+       command_loop): Use null_cleanup instead of command_loop_marker.
+
+Wed Jul  5 20:09:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * event-loop.c: Include either <poll.h> or <sys/poll.h>.
+
+       * configure.in (targ_archs): Check for <poll.h> and <sys/poll.h>.
+       * configure, config.in: Re-generate.
+       
+Wed Jul  5 18:10:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-06-12 Bill Nottingham <notting@redhat.com>:
+       * Makefile.in: add $(infodir) to FLAGS_TO_PASS
+       
+Wed Jul  5 18:03:55 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * TODO: Updates.
+
+2000-07-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * TODO: Update.
+
+2000-07-03  Chris Faylor  <cfg@cygnus.com>
+
+        Committed by Elena Zannoni <ezannoni@cygnus.com>
+       * sh-tdep.c (sh_skip_prologue): Change prologue matching for modern
+       compilers.
+       (sh_frame_find_saved_regs): Ditto.
+       (sh_find_callers_reg): Stop if pc is zero.
+
+Sat Jul  1 17:47:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * ser-unix.c (do_unix_readchar): Revert Tue Mar 28 18:19:50 2000
+       Andrew Cagney <cagney@b1.cygnus.com>.  Locks up when no data is
+       pending.
+
+Sat Jul  1 15:40:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (SER_HARDWIRE): Restore code to set it by configure.
+
+2000-06-26  Kevin Buettner  <kevinb@redhat.com>
+
+       * copying.awk: Eliminate use of PARAMS from this file.
+
+Fri Jun 23 20:47:03 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c (mips_push_arguments): Use the variable stack_used_p
+       to determine if any arguments were written to the stack.  Do not
+       rely on NUMARG>=8.
+
+Mon Jun 19 11:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.h (add_set_auto_boolean_cmd): Add declaration.
+       (enum var_types): Add var_auto_boolean.
+
+       * command.c (add_set_auto_boolean_cmd): New function.
+       (do_setshow_command): Recognize auto_boolean.
+       (parse_binary_operation): Recognize enable and disable.
+       (parse_auto_binary_operation): Parse auto binary variables.
+
+       * TODO: Update
+
+Fri Jun 23 16:20:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c (fp_register_arg_p): New function.
+       (mips_push_arguments): Use.  Do not pass floating point arguments
+       on in an integer register.
+
+2000-06-21  Pierre Muller  <muller@ics.u-strasbg.fr>
+       * symfile.c (init_filename_language_table): add ".pas", ".p" and ".pp"
+       as pascal source file extensions.
+
+2000-06-19  J.T. Conklin  <jtc@redback.com>
+
+       * remote-nindy.c (nindy_fetch_word, nindy_store_word): Removed
+       (nindy_xfer_inferior_memory): Use dcache_xfer_memory() instead of
+       breaking transfer into chunks and using nindy_fetch_word() and
+       nindy_store_word().
+
+       * remote-bug.c (bug_xfer_memory): Use dcache_xfer_memory() instead
+       of breaking transfer into chunks and using gr_fetch_word() and
+       gr_store_word().
+
+       * remote.c (remote_fetch_word, remote_store_word): Removed.
+
+       * remote-utils.h (gr_fetch_word, gr_store_word): Removed.
+       * remote-utils.c (gr_fetch_word, gr_store_word): Removed.
+
+       * dcache.h (dcache_fetch, dcache_poke, dcache_poke_block): Removed.
+       * dcache.c (dcache_fetch, dcache_poke): Removed.
+
+2000-06-16  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * defs.h: define language_pascal in language enumeration.
+       * language.h: define _LANG_pascal macro.
+       * language.c: add language_pascal support in all language dependant
+   functions.
+
+Sun Jun 18 01:01:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c (mips_debug): New variable.
+       (_initialize_mips_tdep): Add command "set debug mips".
+       (mips_push_arguments): Add code to dump the argument list as it is
+       created.
+
+Sun Jun 18 00:27:15 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c (mips_push_arguments): For MIPS_EABI, squeeze a
+       strut containing a floating-point into an FP register.
+
+Sat Jun 17 16:00:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-mips.c: Include <ctype.h>
+       (mips_receive_header): Write printable characters to gdb_stdtarg
+       instead of gdb_stdlog.  Only count non-printables as invalid.
+       (mips_syn_garbage): Reduce to 10.
+
+Sat Jun 17 15:39:28 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c (mips_gdbarch_init): When the object file header
+       specifies EABI64, select EABI64 and not EABI32.
+
+2000-06-16  Nicholas Duffek  <nsd@redhat.com>
+
+       * rs6000-tdep.c: Changes throughout for multi-arch 64-bit
+       support.  Incorporate most of tm-rs6000.h.
+       (find_toc_address_hook): Rename to rs6000_find_toc_address_hook.
+       (rs6000_set_host_arch_hook): Declare.
+       (read_memory_addr): Define.
+       (pop_frame): Rename to rs6000_pop_frame.
+       (rs6000_pop_frame, rs6000_fix_call_dummy, rs6000_push_arguments,
+       rs6000_frame_saved_pc, rs6000_frame_chain): Remove non-generic
+       dummy frame handling.
+       (branch_dest, rs6000_pop_frame, rs6000_skip_trampoline_code,
+       rs6000_frame_saved_pc, frame_get_saved_regs,
+       frame_initial_stack_address, rs6000_frame_chain,
+       rs6000_convert_from_func_ptr_addr): Call read_memory_addr instead
+       of read_memory_integer.
+       (branch_dest, rs6000_pop_frame, rs6000_push_arguments,
+       rs6000_skip_trampoline_code, rs6000_frame_saved_pc,
+       frame_get_saved_regs, frame_initial_stack_address,
+       rs6000_frame_chain): Replace 4 with TDEP->wordsize.
+       (skip_prologue): Recognize some 64-bit stack adjustments.
+       (push_dummy_frame, pop_dummy_frame, set_processor,
+       show_processor): Delete.
+       (frame_get_saved_regs): Manipulate saved register addresses using
+       CORE_ADDR instead of int.
+       (rs6000_create_inferior): New function.
+       (register_names_*[]): Change to struct reg registers_*[].
+       (variants[]): Assimilate into multi-arch approach.
+       (register_names_*[], variants[]): Refer to pre-PowerPC
+       architectures as POWER instead of RS6000.
+       * rs6000-nat.c: Ubiquitous changes for 64-bit support.
+       (vmap_secs, xcoff_relocate_symtab): Cast addresses
+       to unsigned long to avoid sign-extension errors.
+       (set_host_arch): New function.
+       (xcoff_relocate_symtab): Try disabling usleep(36000) workaround.
+       (rs6000_core_fns): Use new bfd_target_xcoff_flavour.
+       (_initialize_core_rs6000): Initialize rs6000_set_host_arch_hook.
+       * symfile.c (find_sym_fns): Remove special xcoff kludge.
+       * xcoffread.c (secnum_to_bfd_section): Initialize args.objfile.
+       (process_linenos): Query line struct size from coff
+       backend instead of using compile-time constant.
+       (enter_line_range): Likewise.
+       (read_xcoff_symtab): Pass "XCOFF64" instead of "XCOFF" to
+       record_debugformat() if appropriate.
+       (process_xcoff_symbol): Access symbol addresses using
+       SYMBOL_VALUE_ADDRESS instead of SYMBOL_VALUE.
+       (read_symbol_lineno): Retrieve XCOFF64 symbol names from strtbl.
+       (scan_xcoff_symtab): Likewise.  Query syment struct size from
+       coff backend instead of using compile-time constant.
+       (xcoff_sym_fns): Set flavour to bfd_target_xcoff_flavour.
+       * Makefile.in (INTERNAL_LDFLAGS): Add $(MH_LDFLAGS) to list of flags
+       that this Makefile variable get set to.  (From Kevin Buettner.)
+       * config/powerpc/aix.mh (MH_LDFLAGS): Add linker flags so that
+       the TOC doesn't overflow.  (From Kevin Buettner.)
+       * config/powerpc/tm-ppc-aix.h: Move config decisions to
+       multi-arched rs6000-tdep.c.
+       * config/rs6000/tm-rs6000.h: Likewise.
+       (GDB_MULTI_ARCH): Define.
+       (skip_trampoline_code): Rename to rs6000_skip_trampoline_code.
+       (is_magic_function_pointer): Replace with
+       rs6000_convert_from_func_ptr_addr.
+       (TARGET_CREATE_INFERIOR_HOOK): Define.
+       (find_toc_address_hook): Rename to rs6000_find_toc_address_hook.
+       (rs6000_set_host_arch_hook): Declare.
+       * config/rs6000/nm-rs6000.h (CHILD_XFER_MEMORY): Define.
+
+2000-06-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * v850ice.c: Eliminate use of PARAMS from this file.
+
+2000-06-15  Michael Snyder  <msnyder@cygnus.com>
+
+       * valops.c (value_cast): Break up long lines.
+       * utils.c: Fix comment typo.
+
+2000-06-14  Jim Blandy  <jimb@redhat.com>
+
+       * dwarf2read.c (dump_die): Use the proper printf format for
+       printing DW_UNSND values; they're longs now.
+
+       * dwarf2read.c (dump_die): We can read DW_FORM_data8 now, on
+       at least some platforms, so print it out too.
+
+2000-06-14  James E. Wilson  <wilson@bletchleypark.cygnus.com>
+
+       * dwarf2read.c (struct attribute): Change unsnd and snd field types
+       to long.
+       (read_8_bytes): Change return type to long.
+       (read_unsigned_leb128): Change return type to long.  Change type of
+       local result to long.  Cast argument of left shift to long.
+       (read_signed_leb128): Likewise.
+
+2000-06-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Add support for Pascal language. Part 1: new files.
+       * p-exp.y, p-lang.c, p-lang.h, p-typeprint.c, p-valprint.c: New files.
+
+2000-06-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * ser-ocd.c, symtab.c: Eliminate use of PARAMS from these files.
+
+Tue Jun 13 09:21:23 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.host (hppa*64*): Renamed from hppa2.0w per
+       gcc/binutils changes.
+       * configure.tgt: Similarly.
+
+2000-06-12  Bill Nottingham <notting@redhat.com>
+
+       Patch applied by Kevin Buettner <kevinb@redhat.com>:
+
+       * ia64-linux-nat.c, gdbserver/low-linux.c (u_offsets):  PT_CR_IFS
+       is deprecated.  Use PT_CFM instead.
+
+2000-06-12  Michael Snyder  <msnyder@cygnus.com>
+
+       * breakpoint.c (breakpoint_thread_match): Fix comment.
+
+2000-06-12  Fernando Nasser  <fnasser@cygnus.com>
+
+       * valops.c (value_assign): Adjust the length to take into
+       consideration that we are not starting from the beginning.
+
+2000-06-12  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * symfile.c (add_symbol_file_command): Properly reformat "else if"
+       code.
+       * coffread.c (coff_symtab_read): Ditto.
+       
+Mon Jun 12 15:24:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (SER_HARDWIRE): Set using autoconf.
+       * configure.in (SER_HARDWIRE): Define, add ser-tcp.o.
+       * configure: Re-generate.
+
+       * config/i386/go32.mh (SER_HARDWIRE): Delete.  Handled by
+       configure.in.
+       * config/sparc/sun4sol2.mh, config/sparc/sun4os4.mh,
+       config/sparc/sparclynx.mh, config/sparc/nbsdelf.mh,
+       config/sparc/nbsd.mh, config/sparc/linux.mh,
+       config/rs6000/rs6000lynx.mh, config/powerpc/solaris.mh,
+       config/powerpc/nbsd.mh, config/powerpc/linux.mh,
+       config/powerpc/cygwin.mh, config/pa/hpux11w.mh,
+       config/pa/hpux11.mh, config/pa/hpux1020.mh, config/pa/hppaosf.mh,
+       config/pa/hppahpux.mh, config/pa/hppabsd.mh, config/ns32k/nbsd.mh,
+       config/mips/irix5.mh, config/mips/irix4.mh, config/m68k/nbsd.mh,
+       config/m68k/m68klynx.mh, config/m68k/linux.mh,
+       config/i386/nbsdelf.mh, config/i386/nbsd.mh, config/i386/linux.mh,
+       config/i386/i386sco5.mh, config/i386/i386lynx.mh,
+       config/i386/i386dgux.mh, config/i386/fbsd.mh,
+       config/i386/cygwin.mh, config/arm/linux.mh, config/alpha/fbsd.mh,
+       config/alpha/alpha-osf3.mh, config/alpha/alpha-linux.mh: Remove
+       ser-tcp.o from XDEPFILES.
+       * config/ia64/linux.mh: Ditto.
+
+       * TODO: Update.
+
+Mon Jun 12 14:26:02 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c (GDB_TARGET_IS_MIPS64): Define.
+       (struct gdbarch_tdep): Add gdb_target_is_mips64.
+       (mips_addr_bits_remove): Update.
+       (mips_gdbarch_init): Initialize.
+
+       * config/mips/tm-mips64.h (GDB_TARGET_IS_MIPS64,
+       GDB_TARGET_IS_MIPS64): Delete.
+
+Mon Jun 12 12:17:20 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c: Include "symcat.h".
+       (mips_dump_tdep): Print all known but not yet multi-arched values.
+
+2000-06-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/tm-i386.h: Add forward declaration of `struct value'.
+       (FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy.
+       (i386_fix_call_dummy): Add prototype.
+       * i386-tdep.c (i386_fix_call_dummy): New function based on the
+       code from the old FIX_CALL_DUMMY macro.
+
+2000-06-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * procfs.c, remote.c: Eliminate use of PARAMS from these files.
+
+Mon Jun 12 10:21:24 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh (gdbarch_dump): When non multi-arch skip macros that
+       return void.
+
+Sun Jun 11 12:06:21 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * exec.c (exec_file_attach): Add .exe extension when __CYGWIN__.
+
+Sat Jun 10 22:31:46 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * win32-nat.c (safe_symbol_file_add_args): Store old gdb_stderr and
+       gdb_stdout here.
+       (safe_symbol_file_add_stub): Redirect gdb_stdout as well as stderr.
+       (safe_symbol_file_add_cleanup): Restore gdb_stdout.
+       (info_dll_command): Use the pager for displaying DLLs since there are
+       often quite a few.
+
+Sun Jun 11 11:34:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From Sat Jun 10 17:54:04 2000 Hans-Peter Nilsson <hp@axis.com>:
+       * configure.in (targ_archs): Clear out secondary components.
+       * configure: Regenerate.
+
+Fri Jun  9 15:06:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh (struct gdbarch): Add member dump_tdep.
+       (struct gdbarch_registration): Ditto.
+       (gdbarch_dump): Add ui_file and gdbarch arguments.  Add support
+       for external dump functions.  Dump the macro value.  Call target
+       dump routine.
+       (gdbarch_register): New function.
+       (gdbarch_registrary): Replace gdbarch_init_registrary.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * arch-utils.c (set_arch): Update.
+       
+       * mips-tdep.c (mips_dump_tdep): New function. Move dump code here.
+       (mips_gdbarch_init): From here.
+
+       * maint.c (maintenance_print_architecture): New function.
+       (_initialize_maint_cmds): Add command ``maintenance print
+       architecture''.
+
+2000-06-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * command.h, monitor.h: Eliminate use of PARAMS from these
+       files.
+
+2000-06-08  Fernando Nasser  <fnasser@cygnus.com>
+
+       * config/i386/tm-embed.h: New file.  Specific for embedded targets
+       like i386-elf, i386-coff and i386-aout.
+       * config/i386/embed.mt (): Specify tm-embed.h instead of the System V
+       header file.
+
+2000-06-08  Fernando Nasser  <fnasser@cygnus.com>
+
+       * MAINTAINERS: Add myself to gdbtk list.
+
+2000-06-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/ia64/nm-linux.h (U_REGS_OFFSET): Define.
+
+2000-06-08  Fernando Nasser  <fnasser@cygnus.com>
+
+       * configure.in: Replace misplaced CONFIG_ADD by the correct
+       CONFIG_CLEAN.
+       * configure, config.in: Regenerate.
+
+2000-06-08  Fernando Nasser  <fnasser@cygnus.com>
+
+       * values.c (value_primitive_field): Copy VALUE_REGNO as well.
+       With typed registers we may have the location information in this field,
+       in addition to VALUE_ADDRESS (which was already being copied).
+
+Thu Jun  8 15:26:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/mips/tm-mips.h (GDB_MULTI_ARCH): Define as 1.
+       (CALL_DUMMY, TARGET_BYTE_ORDER_SELECTABLE_P,
+       COERCE_FLOAT_TO_DOUBLE): Delete.
+       * config/mips/tm-vr5000el.h, config/mips/tm-vr5000.h,
+       config/mips/tm-vr4xxxel.h, config/mips/tm-vr4xxx.h,
+       config/mips/tm-vr4100.h, config/mips/tm-tx39l.h
+       config/mips/tm-tx39.h, config/mips/tm-irix5.h: Delete
+       GDB_MULTI_ARCH.
+
+       * config/mips/tm-mips64.h (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT,
+       TARGET_PTR_BIT): Delete definitions.
+       * config/mips/tm-vr5000el.h, config/mips/tm-vr5000.h,
+       config/mips/tm-tx39l.h, config/mips/tm-vr4100.h,
+       config/mips/tm-tx39.h: Delete definition of MIPS_EABI.
+       * mips-tdep.c (mips_gdbarch_init): Use the ISA to determine the
+       ABI.  If all else fails, assume O32.
+
+       * TODO, NEWS: Update.  Mention MIPS is multi-arch.
+
+Thu Jun  8 14:23:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/mips/tm-vr4xxxel.h, config/mips/tm-vr4xxx.h,
+       config/mips/tm-vr4100.h, config/mips/tm-tx39l.h,
+       config/mips/tm-tx39.h: Delete definition of
+       MIPS_DEFAULT_FPU_TYPE. Enable multi-arch.
+       * mips-tdep.c: (mips_gdbarch_init): The bfd_mach_mips3900 has no
+       FPU.  bfd_mach_mips4650 FPU is single precision.
+
+       * config/mips/tm-mips.h (MIPS_FPU_SINGLE_REGSIZE): 
+       (MIPS_FPU_DOUBLE_REGSIZE): Move from here.
+       * mips-tdep.c: To here.  Change to an enum.
+
+Wed Jun  7 18:27:51 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Use config.bfd
+       to determine the default architecture / target.
+       * acconfig (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Add.
+       * configure, config.in: Regenerate.
+       
+       * arch-utils.c (set_endian): Better separate multi-arch and non-
+       multi-arch cases.
+       (set_endian_from_file): Call internal_error when multi-arch.
+       (initialize_current_architecture): Rewrite logic selecting a byte
+       order.  Use DEFAULT_BFD_ARCH DEFAULT_BFD_VEC.
+       (version.h): Include.
+
+       * config/mips/tm-mips.h, config/mips/tm-bigmips64.h,
+       config/mips/tm-bigmips.h: Delete definition of
+       TARGET_BYTE_ORDER_DEFAULT.
+
+Thu Jun  8 11:41:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * infrun.c (follow_inferior_fork): Bad merge from below.  Compare
+       strings using follow_fork_mode_ask and not "ask".
+
+Wed Jun  7 15:13:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.h (add_set_enum_cmd): Make ``enumlist'' and ``var''
+       constant char pointers.
+       (complete_on_enum): Change ``enumlist'' to a constant char
+       pointer.
+       (struct cmd_list_element): Ditto for member ``enums''.
+       * command.c (complete_on_enum, add_set_enum_cmd,
+       do_setshow_command): Update.
+
+       * infrun.c (follow_fork_mode_ask, follow_fork_mode_parent,
+       follow_fork_mode_both, follow_fork_mode_child): New.  Use to
+       construct the follow_fork_mode_kind_names.
+       (set_follow_fork_mode_command): Delete function.
+       (_initialize_infrun): Update.
+       (follow_inferior_fork): Do not strdup follow_fork_mode_string.
+       Use follow_fork_mode_* variables directly instead.  Call
+       internal_error instead of error when unimplemented "ask" mode.
+
+       * infrun.c (scheduler_enums, scheduler_mode, schedlock_off,
+       schedlock_on, schedlock_step): Update.
+       * serial.c (serial_logbase, logbase_hex, logbase_octal,
+       logbase_ascii, logbase_enums): Update.
+       * remote.c (packet_support_enums, packet_support_auto,
+       packet_enable, packet_disable, struct packet_config): Update.
+       * arch-utils.c (initialize_current_architecture,
+       set_architecture_string): Update.
+       (endian_big, endian_little, endian_auto, endian_enum,
+       set_endian_string): Update.
+       * i386-tdep.c (valid_flavors, att_flavor, intel_flavor,
+       disassembly_flavor): Update.
+       * mips-tdep.c (size_enums, size_64, size_32, size_auto,
+       mips_stack_argsize_string, mips_saved_regsize_string): Update.
+       * arm-tdep.c (disassembly_flavor, valid_flavors): Update.
+       (_initialize_arm_tdep): Ditto.
+
+       * TODO: Update.
+
+Mon Jun  5 18:44:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * thread.c (make_cleanup_restore_current_thread,
+       do_restore_current_thread_cleanup): New functions.
+       (thread_apply_all_command, thread_apply_command): Use. Call
+       do_cleanups when finished.
+
+       * defs.h (make_cleanup_func): Delete typedef.
+       * TODO: Update.
+
+Wed Jun  7 11:34:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * arch-utils.c (target_byte_order, target_byte_order_auto,
+       show_endian, set_endian, set_endian_big, set_endian_little,
+       set_endian_auto, set_endian_from_file, enum set_arch,
+       target_architecture_auto, set_architecture_string,
+       target_architecture_hook, target_architecture, arch_ok, set_arch,
+       set_architecture_from_arch_mach, set_architecture_from_file,
+       show_architecture, set_architecture, info_architecture,
+       set_gdbarch_from_file, initialize_current_architecture): Copy from
+       gdbarch.c.  Rewrite ``set architecture'' and ``set endian''
+       commands to use enums.
+       (_initialize_gdbarch_utils): Fix name.
+       * arch-utils.h (set_architecture_from_arch_mach,
+       target_architecture_hook): Copy from gdbarch.h.
+       * gdbarch.sh: Update.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+       * TODO: Update.
+
+       * v850-tdep.c, sh3-rom.c, sh-tdep.c, i386-tdep.c: Include
+       "arch-utils.h".
+       * Makefile.in (v850-tdep.o): Specify dependencies.
+       (i386-tdep.o, sh3-rom.o, sh-tdep.o): Add arch-utils.h to
+       dependency list.
+
+2000-06-06  Michael Snyder  <msnyder@cygnus.com>
+
+       * configure.in: Enable autoconf to find curses.h on Solaris 2.8.
+       * configure: Regenerate.
+
+Tue Jun  6 21:14:47 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.c (do_setshow_command): Accept an enum option immediatly
+       when it is an exact match.
+
+Tue Jun  6 16:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/mips/tm-vr5000el.h, config/mips/tm-vr5000.h,
+       config/mips/tm-vr4xxxel.h, config/mips/tm-vr4xxx.h,
+       config/mips/tm-vr4300el.h, config/mips/tm-vr4100.h,
+       config/mips/tm-vr4300.h, config/mips/tm-tx39l.h,
+       config/mips/tm-tx39.h, config/mips/tm-embedl64.h,
+       config/mips/tm-embedl.h, config/mips/tm-embed64.h,
+       config/mips/tm-embed.h: Delete TARGET_BYTE_ORDER_SELECTABLE_P.
+
+       * tm-mips.h (TARGET_BYTE_ORDER_SELECTABLE_P): Define as 1.
+       
+Tue Jun  6 16:21:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh (generic_register_convertible_not,
+       frame_num_args_unknown): Move from here.
+       * arch-utils.c (generic_register_convertible_not,
+       frame_num_args_unknown): To here.
+       * arch-utils.h (frame_num_args_unknown): Add declaration.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+Tue Jun  6 15:07:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * remote-mips.c (mips_open): Select the default monitor prompt
+       based on the target ISA.
+
+       * config/mips/tm-vr4100.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-vr4300el.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-vr4300.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-vr4xxx.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-vr4xxxel.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-vr5000el.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-vr5000.h (TARGET_MONITOR_PROMPT),
+       config/mips/tm-mips.h (TARGET_MONITOR_PROMPT): Delete macro.
+
+2000-06-05  Daniel Berlin  <dan@cgsoftware.com>
+
+       * c-exp.y (yylex): template handling fixes.
+
+2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
+
+       * symtab.h (VTBL_PREFIX_P): Add newer g++ vtbl prefix to prefix
+       list.
+
+       * symtab.c (lookup_partial_symbol): Change to stop forcing linear
+       searches on C++ when we fail the binary search, by doing the
+       binary search right.
+
+2000-05-30  Daniel Berlin  <dan@cgsoftware.com>
+
+       * buildsym.c (hashname): Change to use hash function from bcache.c/.h
+
+       * bcache.c (hash): Change to newer hash function.
+
+       * bcache.h (hash): Prototype for hash function
+
+       * dwarf2read.c (TYPE_HASH_SIZE): New define for controlling size
+       of type hash.
+       (dwarf2_cached_types): New variable that is the cached types.
+       (tag_type_to_type): Do the actual caching of types here.
+
+2000-06-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * acconfig.h, configure.in, i386bsd.c (HAVE_STRUCT_REG_R_FS):
+       Renamed from HAVE_R_FS.
+       (HAVE_STRUCT_REG_GS): Renamed from HAVE_R_GS.
+       * configure, config.in: Regenerated.
+
 Sun Jun  4 14:00:01 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * TODO: Update.  Mention GNU/Linux/SPARC problems.
@@ -136,7 +742,7 @@ Tue May 30 13:31:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
 
-2000-06-01  Michael Snyder  <msnyder@seadog.cygnus.com>
+2000-06-01  Michael Snyder  <msnyder@cygnus.com>
 
        * sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's 
        thread_db library) may cause this function to be called with an
@@ -147,6 +753,11 @@ Thu Jun  1 20:05:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * TODO: More suggestions added.
 
+2000-06-01  Klee Dienes  <kdienes@apple.com>
+
+       * MAINTAINERS: Add Klee Dienes and Jim Ingham as maintainers for
+       Mac OS X and Objective C components (to be contributed).
+
 2000-05-31  J.T. Conklin  <jtc@redback.com>
 
        * configure.host: Add patterns for i[3456]86-*-netbsdaout*
@@ -321,7 +932,7 @@ Mon May 29 15:41:10 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        xcoffsolib.c, xmodem.h, z8k-tdep.c: Remove PARAMS from function
        declarations.
 
-2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>
+2000-05-26  Michael Snyder  <msnyder@cygnus.com>
 
        * gregset.h: New file.  Typedefs for gdb_gregset_t and 
        gdb_fpregset_t, prototypes for supply_gregset and friends.
@@ -442,7 +1053,7 @@ Thu May 25 11:02:24 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        * config/i386/fbsd.mh (NATDEPFILES): Remove i386b-nat.o.  Add
        core-regset.o i387-nat.o i386bsd-nat.o.
 
-2000-05-24  Michael Snyder  <msnyder@seadog.cygnus.com>
+2000-05-24  Michael Snyder  <msnyder@cygnus.com>
 
        * findvar.c (value_from_register): Factor code, simplify logic.
 
@@ -501,7 +1112,7 @@ Tue May 23 17:44:18 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * TODO: Update.
 
-2000-05-17  Michael Snyder  <msnyder@seadog.cygnus.com>
+2000-05-17  Michael Snyder  <msnyder@cygnus.com>
 
        * config/sparc/tm-sun4sol2.h: Turn on multi-arch.
        * sparc-tdep.c (gdb_print_insn_sparc): Remove temp. multi-arch hack.
@@ -773,7 +1384,7 @@ Mon May 15 11:23:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        value.
        * mdebugread.c (START_PSYMTAB): Add paren to avoid x=x=x.
 
-2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
+2000-05-12  Michael Snyder  <msnyder@cygnus.com>
 
        * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Define.
        
@@ -850,7 +1461,7 @@ Thu May 11 13:24:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
         * elfread.c (record_minimal_symbol_and_info): Use the section 
        where the symbol lives to get the index, instead of guessing.
 
-2000-05-10  Michael Snyder  <msnyder@.cygnus.com>
+2000-05-10  Michael Snyder  <msnyder@cygnus.com>
 
        Make Sparc a Multi-Arch target.  Discard PARAMS macro (require ANSI).
        * sparc-tdep.c: include arch-utils.h.
@@ -924,7 +1535,7 @@ Thu May 11 13:24:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        avoid using deprecated REGISTER_NAMES macro.
        * Makefile.in: Let sparc-tdep.c depend on arch-utils.h.
 
-2000-05-08  Michael Snyder  <msnyder@.cygnus.com>
+2000-05-08  Michael Snyder  <msnyder@cygnus.com>
 
        * gdbarch.sh: Add FP0_REGNUM to list of multi-arched register numbers.
        * gdbarch.c, gdbarch.h: Regenerate.
@@ -983,7 +1594,7 @@ Mon May  8 00:49:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        * proc-utils.h (PROCFS_NOTE, PROC_PRETTYFPRINT_STATUS): Always
        define.
 
-2000-05-05  Michael Snyder  <msnyder@.cygnus.com>
+2000-05-05  Michael Snyder  <msnyder@cygnus.com>
 
        * procfs.c: Cleanup of procfs tracing.  Move defines and 
        prototypes to proc-utils.h
@@ -1003,7 +1614,7 @@ Mon May  8 00:49:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
         used must be the index of the section where 'sym' resides,
         not .text.
 
-2000-05-05  Michael Snyder  <msnyder@.cygnus.com>
+2000-05-05  Michael Snyder  <msnyder@cygnus.com>
 
        * procfs.c (many functions): change int cmd; to long cmd;
        Solaris /proc API calls this parameter a long, and requires it
@@ -1058,7 +1669,7 @@ Thu May  4 20:54:00 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        (MIPS_NUM_ARG_REGS), config/mips/tm-mips.h (MIPS_NUM_FP_ARG_REGS):
        Delete unused macros.
 
-2000-05-03  Michael Snyder  <msnyder@.cygnus.com>
+2000-05-03  Michael Snyder  <msnyder@cygnus.com>
 
        * solib.c (elf_locate_base, info_sharedlibrary_command):
        Look at the bfd to determine if it is elf32 or elf64, rather
@@ -1593,8 +2204,7 @@ Mon Apr 17 11:26:01 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        config/h8300/tm-h8300.h, config/i386/tm-i386.h,
        config/i960/tm-i960.h, config/m88k/tm-m88k.h,
        config/mips/tm-mips.h, config/pa/tm-hppa.h,
-       config/sparc/tm-sparc.h, config/delta/tm-delta.h,
-       config/frv/tm-frv.h (IEEE_FLOAT): For all ports that #define
+       config/sparc/tm-sparc.h (IEEE_FLOAT): For all ports that #define
        IEEE_FLOAT, make sure they give it the value (1).
 
        Provide the hooks needed to support architectures on which