Keep NATDEPFILES on a single line.
[binutils-gdb.git] / gdb / ChangeLog
index 6257d90938684e1825e93756ff2d635c4b18dc8f..5e95bddf65db352a13311af27410ceb2e430952c 100644 (file)
@@ -1,3 +1,960 @@
+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.
+
+Wed May 31 21:41:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Change buf
+       to a void pointer.  Update initial values.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       
+       * findvar.c (address_to_signed_pointer,
+       signed_pointer_to_address): New functions.
+       * inferior.h (signed_pointer_to_address,
+       signed_address_to_pointer): Declare.
+
+       * inferior.h, findvar.c (unsigned_pointer_to_address,
+       address_to_unsigned_pointer): Rename generic_address_to_pointer
+       and generic_pointer_to_address.  Update signatures to match
+       gdbarch changes.
+
+       * config/mips/tm-mips.h (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER):
+       Define. MIPS has signed pointers.
+
+       * defs.h, utils.c (host_pointer_to_address,
+       address_to_host_pointer): New functions.
+       * irix5-nat.c (next_link_map_member, first_link_map_member),
+       procfs.c (proc_set_watchpoint, proc_iterate_over_mappings): Use.
+
+       * irix5-nat.c (solib_map_sections, symbol_add_stub): Change
+       function signature to match catch_errors_ftype.
+
+       * TODO: Update. GDB builds using the IRIX native compiler.
+       
+Sat Jun  3 20:43:59 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * defs.h (strsignal, safe_strsignal): Delete declarations.
+       * utils.c (safe_strsignal): Delete.
+       * corelow.c (core_open): Replace save_strsignal with
+       target_signal_to_string + target_signal_from_host.
+       * TODO: Document problems with target_signal_from_host.
+
+2000-06-03  Kevin Buettner  <kevinb@redhat.com>
+
+       * annotate.c, annotate.h, breakpoint.c, command.c, command.h,
+       config/rs6000/tm-rs6000.h, corefile.c, d10v-tdep.c,
+       d30v-tdep.c, dbxread.c, dcache.c, dcache.h, dsrec.c,
+       dve3900-rom.c, exec.c, fork-child.c, gdbcore.h, hpux-thread.c,
+       language.h, linux-thread.c, mdebugread.c, monitor.h, ocd.c,
+       procfs.c, ptx4-nat.c, remote-sim.c, remote-utils.h, remote.c,
+       rs6000-tdep.c, ser-ocd.c, sol-thread.c, sparcl-tdep.c,
+       stabsread.h, stack.c, symfile.c, symfile.h, symtab.h,
+       target.c, target.h, top.c, tracepoint.c, tracepoint.h,
+       tui/tui.h, tui/tuiIO.c, utils.c, v850ice.c, varobj.c,
+       win32-nat.c, wince.c, xcoffsolib.c, xcoffsolib.h: Eliminate
+       PARAMS from function pointer declarations. 
+
+2000-06-03  Christopher Faylor  <cgf@cygnus.com>
+
+       * win32-nat.c (safe_symbol_file_add_cleanup): Ensure that gdb_stderr is
+       flushed before deleting and restoring it.
+       (safe_symbol_file_add): Ensure that gdb_stderr is flushed before
+       reassigning it.
+       (handle_load_dll): Split into two functions so that WFI can handle
+       shared library events.
+       (child_solib_loaded_library_pathname): New function.
+       (child_clear_solibs): New function.  Clears shared library list.
+       (child_solib_add): New function.  Adds shared library symbols.
+       (dll_symbol_command): New function.  Handles "dll-symbol" command.
+       (info_dll_command): New function.  Handles info
+       "sharedlibrary" command.
+       (handle_exceptions): Eliminate 'ignore_trap' argument.
+       (get_child_debug_event): Eliminate two arguments.  Return "pid" when
+       appropriate.  Break out on most events to allow WFI to handle stuff.
+       (child_wait): Accomodate get_child_debug_event changes.
+       (child_attach): Clear thread list and list of loaded dlls.
+       (child_create_inferior): Clear list of loaded dlls.  Use
+       wait_for_inferior in a loop to look for first "trap".
+       (child_resume): Avoid accessing a possibly-freed thread pointer.
+       (_initialize_inftarg): Add "dll-symbols", "sharedlibrary", and "info
+       sharedlibrary" commands.
+       * config/i386/tm-cygwin.h: Add some shared library (aka DLL) hooks.
+
+2000-06-02  Christopher Faylor  <cgf@cygnus.com>
+
+       * win32-nat.c: Fix up gcc warnings throughout.
+       (handle_load_dll): Change DLL name to lower case.
+       (handle_exception): Add a second argument indicating whether a
+       breakpoint should be ignored.  Return a 0 if the breakpoint was
+       ignored.
+       (get_child_debug_event): Pass argument to handle_exception to control
+       whether a breakpoint should be ignored.
+       (child_create_inferior): Use modern cygwin API.  Explicitly clear
+       last_sig.  Pass FIRST_EXCEPTION to get_child_debug_event for detection
+       of first breakpoint.
+
+2000-06-02  Christopher Faylor  <cgf@cygnus.com>
+
+       * configure.in: Detect correct versions of dlltool and windres when
+       cross-compiling.
+       * configure: Regenerate.
+
+2000-06-02  J.T. Conklin  <jtc@redback.com>
+
+       * configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.
+       * config/i386/nbsdelf.mt: New file.
+       * config/i386/tm-nbsdelf.h: New file.
+       
+       * config/i386/tm-nbsd.h: change include of tm-nbsd.h to 
+       the more explicit config/tm-nbsd.h.
+
+2000-06-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * alphabsd-nat.c (supply_fpregset): Substract FP0_REGNUM from
+       register number when used as index into fpr_regs array.
+
+Tue May 30 13:31:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * defs.h (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,
+       TARGET_LONG_DOUBLE_FORMAT): Delete.
+
+       * gdbarch.sh: Add support for parameterized expressions.
+       (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,
+       TARGET_LONG_DOUBLE_FORMAT): Add.  Include "floatformat.h".
+       * gdbarch.h, gdbarch.c: Regenerate.
+       
+       * arch-utils.c (default_single_format, default_double_format,
+       default_long_double_format): New functions. Include
+       "floatformat.h"
+       * arch-utils.h: Declare.
+       
+       * d10v-tdep.c (d10v_gdbarch_init): Set floating point format.
+       Note that long double is 64 bit, the rest are 32 bit.  Include
+       "floatformat.h".
+
+2000-06-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.
+
+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
+       illegal address, in which case procfs_to_xfer_memory will 
+       return zero.  Return an error code instead of looping forever.
+
+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*
+       and i[3456]86-*-netbsdelf*.
+       * config/i386/nm-nbsdelf.h: New file.
+       * config/i386/nbsdelf.mh: New file.
+
+       * config/i386/nm-nbsd.h: change include of nm-nbsd.h to 
+       the more explicit config/nm-nbsd.h.
+       * config/i386/tm-nbsd.h: change include of tm-i386bsd.h to
+       tm-i386.h.
+       (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Define.
+
+2000-06-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as new
+       native configurations.
+
+       * i386bsd-nat.c: Include "gregset.h".
+       (CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead
+       of CANNOT_FETCH_REGISTER, if not already defined.
+       (supply_gregset): Call supply_register with NULL as its second
+       argument instead of supplying our own zeroed out buffer.
+       (fill_gregset): Copy contents of correct registers instead of the
+       contents of register REGNO.
+
+2000-05-31  Kevin Buettner  <kevinb@redhat.com>
+
+       * gnu-regex.c (re_match_2_internal): Revert 2000-05-27
+       patch which removed use of PARAMS from declaration.  This
+       file should not have been touched as it is supposed to track
+       the version in glibc.
+
+2000-05-31  Mark Kettenis  <kettenis@gnu.org>
+
+       Add support for FreeBSD/Alpha.
+       * configure.host, configure.tgt (alpha*-*-freebsd*): New entry.
+       * alphabsd-nat.c, config/alpha/fbsd.mh, config/alpha/fbsd.mt,
+       config/alpha/nm-fbsd.h, config/alpha/tm-fbsd.h,
+       config/alpha/xm-fbsd.h: New files.
+
+2000-05-31  Pierre Muller  <muller@sourceware.cygnus.com>
+
+       * MAINTAINERS: Add myself to "Write After Approval" list.
+
+Tue May 30 18:48:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * TODO: Re-organize.
+
+Tue May 30 11:22:28 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh: Add field ``postdefault''.  Rename fields
+       ``startup'' and ``default'' to ``staticdefault'' and
+       ``predefault''.  Fix initialization of valid_p.  Create/compare
+       gdbarch.log.
+
+Mon May 29 22:47:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/sparc/nm-sun4sol2.h (GDB_GREGSET_T, GDB_FPREGSET_T):
+       Define.
+       * config/sparc/xm-sun4sol2.h: (GDB_GREGSET_TYPE,
+       GDB_FPREGSET_TYPE): Delete.
+
+Mon May 29 15:41:10 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * symtab.h (make_cleanup_free_search_symbols): Add declaration.
+       * symtab.c (make_cleanup_free_search_symbols,
+       do_free_search_symbols_cleanup): New functions.
+       (search_symbols, symtab_symbol_info, rbreak_command): Update.
+       (search_symbols): Pass ``sr'', and not its address, to
+       make_cleanup_free_search_symbols.
+
+2000-05-28  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/nm-linux.h (GDB_GREGSET_T, GDB_FPREGSET_T): Fix typos.
+
+2000-05-27  Kevin Buettner  <kevinb@redhat.com>
+
+       * abug-rom.c, alpha-nat.c, alpha-tdep.c, annotate.c,
+       annotate.h, arc-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
+       ax.h, breakpoint.c, breakpoint.h, c-exp.y, c-lang.c, c-lang.h,
+       call-cmds.h, ch-exp.c, ch-lang.c, ch-lang.h, cli-out.c,
+       coff-solib.h, coffread.c, command.c, command.h, complaints.c,
+       complaints.h, config/a29k/tm-a29k.h, config/a29k/tm-vx29k.h,
+       config/alpha/nm-linux.h, config/alpha/nm-osf.h,
+       config/alpha/nm-osf2.h, config/alpha/tm-alpha.h,
+       config/alpha/tm-alphalinux.h, config/arc/tm-arc.h,
+       config/arm/tm-embed.h, config/d30v/tm-d30v.h,
+       config/fr30/tm-fr30.h, config/h8300/tm-h8300.h,
+       config/h8500/tm-h8500.h, config/i386/nm-i386bsd.h,
+       config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
+       config/i386/nm-i386v.h, config/i386/nm-linux.h,
+       config/i386/nm-nbsd.h, config/i386/nm-ptx4.h,
+       config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
+       config/i386/tm-i386.h, config/i386/tm-i386nw.h,
+       config/i386/tm-i386sol2.h, config/i386/tm-i386v.h,
+       config/i386/tm-i386v4.h, config/i386/tm-nbsd.h,
+       config/i386/tm-ptx.h, config/i386/tm-sun386.h,
+       config/i960/tm-mon960.h, config/i960/tm-nindy960.h,
+       config/m32r/tm-m32r.h, config/m68k/nm-dpx2.h,
+       config/m68k/nm-linux.h, config/m68k/tm-cisco.h,
+       config/m68k/tm-delta68.h, config/m68k/tm-es1800.h,
+       config/m68k/tm-isi.h, config/m68k/tm-linux.h,
+       config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
+       config/m68k/tm-news.h, config/m68k/tm-sun3.h,
+       config/m68k/tm-vx68.h, config/m68k/xm-hp300bsd.h,
+       config/m88k/tm-m88k.h, config/mcore/tm-mcore.h,
+       config/mips/nm-irix3.h, config/mips/nm-irix4.h,
+       config/mips/nm-irix5.h, config/mips/nm-mips.h,
+       config/mips/tm-embed.h, config/mips/tm-mips.h,
+       config/mn10200/tm-mn10200.h, config/mn10300/tm-mn10300.h,
+       config/nm-linux.h, config/nm-lynx.h, config/ns32k/nm-nbsd.h,
+       config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
+       config/pa/nm-hppah.h, config/pa/tm-hppa.h,
+       config/pa/tm-hppa64.h, config/pa/xm-hppah.h,
+       config/powerpc/nm-linux.h, config/powerpc/tm-linux.h,
+       config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-solaris.h,
+       config/powerpc/xm-aix.h, config/rs6000/nm-rs6000.h,
+       config/rs6000/tm-rs6000.h, config/rs6000/xm-rs6000.h,
+       config/sh/tm-sh.h, config/sparc/nm-linux.h,
+       config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
+       config/sparc/tm-sp64.h, config/sparc/tm-sp64sim.h,
+       config/sparc/tm-sparc.h, config/sparc/tm-sparclet.h,
+       config/sparc/tm-spc-em.h, config/sparc/tm-sun4os4.h,
+       config/sparc/tm-sun4sol2.h, config/tic80/tm-tic80.h,
+       config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
+       config/w65/tm-w65.h, config/xm-aix4.h, config/z8k/tm-z8k.h,
+       copying.c, core-aout.c, core-regset.c, core-sol2.c,
+       corefile.c, corelow.c, cp-valprint.c, cpu32bug-rom.c,
+       d10v-tdep.c, d30v-tdep.c, dbug-rom.c, dbxread.c, dcache.c,
+       dcache.h, demangle.c, dink32-rom.c, dsrec.c, dstread.c,
+       dve3900-rom.c, dwarf2read.c, dwarfread.c, elfread.c,
+       environ.h, eval.c, exec.c, expprint.c, expression.h, f-exp.y,
+       f-lang.c, f-lang.h, f-valprint.c, findvar.c, fr30-tdep.c,
+       frame.h, gdb_string.h, gdbcmd.h, gdbcore.h,
+       gdbserver/server.h, gdbtypes.c, gdbtypes.h, gnu-regex.c,
+       h8300-tdep.c, hp-psymtab-read.c, hp-symtab-read.c,
+       hp300ux-nat.c, hppa-tdep.c, hppah-nat.c, hpread.c, hpread.h,
+       hpux-thread.c, i386-tdep.c, i386aix-nat.c, i386mach-nat.c,
+       i386v-nat.c, i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c,
+       inferior.h, inflow.c, infptrace.c, inftarg.c, irix4-nat.c,
+       irix5-nat.c, jv-exp.y, jv-lang.c, jv-lang.h, language.c,
+       language.h, lynx-nat.c, m2-exp.y, m2-lang.c, m2-lang.h,
+       m32r-rom.c, mac-nat.c, main.c, maint.c, mdebugread.c,
+       mi/mi-out.c, minsyms.c, mips-nat.c, mips-tdep.c, mipsread.c,
+       mn10300-tdep.c, mon960-rom.c, monitor.c, monitor.h, nlmread.c,
+       objfiles.c, objfiles.h, ocd.c, ocd.h, op50-rom.c, os9kread.c,
+       osfsolib.c, pa64solib.c, pa64solib.h, parse.c, parser-defs.h,
+       ppc-bdm.c, printcmd.c, procfs.c, remote-array.c, remote-bug.c,
+       remote-e7000.c, remote-es.c, remote-est.c, remote-hms.c,
+       remote-mips.c, remote-nindy.c, remote-nrom.c, remote-rdi.c,
+       remote-rdp.c, remote-sds.c, remote-sim.c, remote-udi.c,
+       remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
+       rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, scm-exp.c,
+       scm-lang.c, scm-lang.h, ser-e7kpc.c, ser-mac.c, sh3-rom.c,
+       sol-thread.c, solib.c, solib.h, somread.c, somsolib.c,
+       somsolib.h, source.c, sparc-nat.c, sparcl-tdep.c,
+       sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
+       sun3-nat.c, symfile.c, symfile.h, symmisc.c, symtab.c,
+       symtab.h, target.c, target.h, terminal.h, thread.c, top.c,
+       top.h, tracepoint.c, tracepoint.h, tui/tui-file.c, tui/tui.c,
+       tui/tui.h, tui/tuiCommand.h, tui/tuiData.c, tui/tuiData.h,
+       tui/tuiDataWin.h, tui/tuiDisassem.c, tui/tuiDisassem.h,
+       tui/tuiGeneralWin.c, tui/tuiGeneralWin.h, tui/tuiIO.c,
+       tui/tuiIO.h, tui/tuiLayout.c, tui/tuiLayout.h, tui/tuiRegs.c,
+       tui/tuiRegs.h, tui/tuiSource.c, tui/tuiSource.h,
+       tui/tuiSourceWin.h, tui/tuiStack.c, tui/tuiStack.h,
+       tui/tuiWin.c, tui/tuiWin.h, typeprint.c, ui-file.c, ui-out.h,
+       ultra3-nat.c, utils.c, v850-tdep.c, v850ice.c, valarith.c,
+       valops.c, valprint.c, value.h, values.c, varobj.c, w89k-rom.c,
+       win32-nat.c, wince.c, wrapper.c, wrapper.h, xcoffread.c,
+       xcoffsolib.c, xmodem.h, z8k-tdep.c: Remove PARAMS from function
+       declarations.
+
+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.
+       * procfs.c: Include gregset.h.  Delete local prototypes for
+       supply_gregset etc., and local typedef gdb_gregset_t etc.
+       * sol-thread.c: Include gregset.h, delete local prototypes, 
+       add appropriate casts to gdb_gregset_t.
+       * uw-thread.c, lin-thread.c, core-sol2.c, core-regset.c, 
+       sparc-tdep.c, ptx4-nat.c, ppc-linux-nat.c, mipsv4-nat.c, 
+       m88k-nat.c, m68klinux-nat.c, m68k-tdep.c, irix5-nat.c, 
+       irix4-nat.c, ia64-linux-nat.c, i386v4-nat.c, cxux-nat.c,
+       arm-linux-nat.c, alpha-nat.c: Include gregset.h.
+       * config/nm-linux.h: Define GDB_GREGSET_T, GDB_FPREGET_T.
+       * config/sparc/nm-sun4sol2.h: Ditto.
+       * config/sparc/xm-sun4sol2.h: (GDB_GREGSET_TYPE,
+       GDB_FPREGSET_TYPE): Delete (replaced by GDB_GREGSET_T etc.)
+
+Thu May 25 16:56:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (AC_CHECK_HEADERS): Check for ncurses.h.
+       * config.in, configure: Re-generate.
+       
 2000-05-25  Scott Bambrough <scottb@netwinder.org>
 
        * arm-linux-tdep.c (find_minsym_and_objfile): New.
@@ -96,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.
 
@@ -155,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.
@@ -427,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.
        
@@ -504,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.
@@ -578,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.
@@ -637,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
@@ -657,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
@@ -712,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
@@ -1247,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