* aclocal.m4: Remove unused definition of AC_C_CROSS.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 45bf2b457323deae9d289f9f28c987fe26a2596f..175e8ca687ba070405b1685e855da964523f4746 100644 (file)
@@ -1,3 +1,962 @@
+Thu May  9 19:06:02 1996  Fred Fish  <fnf@cygnus.com>
+
+       * aclocal.m4: Remove unused definition of AC_C_CROSS.
+       * configure.in: Add powerpcle-*-solaris* host and target config
+       so April 30th change does not get lost next time configure is
+       rebuilt.
+
+Thu May  9 14:13:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
+       infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
+       win32-nat.c, config/nm-lynx.h:  Rename thread.h to gdbthread.h to
+       avoid conflict with Solaris /usr/include/thread.h.
+
+Thu May  9 12:33:32 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
+
+       * abug-rom.c: Config file for the older style ABug monitor that
+       runs on the mvme13x boards.
+       * config/m68k/monitor.mt: Add abug support for m68k cross
+       debugging.
+
+Wed May  8 20:33:24 1996  Fred Fish  <fnf@cygnus.com>
+
+       * infcmd.c (do_registers_info):  Always print the raw floating
+       point value's bytes in big endian order, so the the leftmost bit
+       is the most significant.
+       * breakpoint.c (clear_momentary_breakpoints): Remove dead code
+       that is referenced nowhere else.
+       (set_breakpoint): Ditto.
+       (do_enable_breakpoint): Created from enable_once_breakpoint
+       with a couple of changes.
+       (enable_breakpoint): Call do_enable_breakpoint with an appropriate
+       bpdisp enum value to set disposition of breakpoint.
+       (enable_once_breakpoint): Ditto.
+       (enable_delete_breakpoint): Ditto.
+       * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
+       * symtab.c (find_pc_line): Improve comments.
+       * gdbtk.c: Fix a couple of misspellings.
+       * xcoffread.c: Ditto.
+
+Tue May  7 18:37:06 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * target.c (debug_to_xfer_memory): Insert line breaks when
+       dumping the memory block.
+
+Mon May  6 13:52:52 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * fork-child.c (fork_inferior), inferior.h:  init_trace_fun now
+       returns a possibly modified pid.
+       * inftarg.c (ptrace_him):  Now returns pid;
+       * m3-nat.c (m3_trace_him):  Now returns pid;
+       * infcmd.c (run_command):  Minor cleanup.
+       * infrun.c (wait_for_inferior):  Add another check for one_stepped
+       near where we read the pc to avoid erroneously setting
+       random_signal for multi-threaded support.
+       * procfs.c:  Add support for Solaris LWPs.  Remove def of
+       LOSING_POLL.  Many cleanups...  Several workarounds for Solaris
+       lossage.  System call entry and exit are now handled by
+       dynamically registered handlers.
+       * (syscallname):  Don't barf when handed an unknown syscall
+       number.
+       * (info_proc_syscalls):  Ditto.
+       * sol-thread.c:  New file.  Implements Solaris thread support.
+       * symfile.c (symbol_file_add):  Add call to target_new_objfile to
+       notify target-dependent code about new symbol tables.
+       * (clear_symtab_users):  Call target_new_objfile to notify it of
+       the removal of all symbol tables.
+       * target.c (push_target):  Make sure that to_close is non-zero
+       before calling it.
+       * target.h (target_new_objfile):  Provide default.      
+       * config/alpha/nm-osf2.h:  Define LOSING_POLL because this version
+       of OSF can't hack using poll with /proc.
+       * config/sparc/nm-sun4sol2.h (target_new_objfile):  Define to be
+       sol-thread-new-objfile.
+       * config/sparc/sun4sol2.mh:  Add sol-thread.o to NATDEFFILES, and
+       add libthread_db.so.1 to NAT_CLIBS.
+       * config/sparc/tm-sun4sol2.h:  Define PIDGET, TIDGET, and
+       target_pid_to_str.
+
+Sat May  4 02:13:34 1996  N Srin Kumar  <nsrin@wipinfo.soft.net>
+
+       * procfs.c (remove_fd):  Fix copy of fds to fill hole left after
+       removal of the requested fd.
+
+Mon May  6 07:52:48 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
+       hooks under ELF.
+
+       * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
+
+start-sanitize-gdbtk
+Thu May  2 19:17:49 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdbtk.tcl (debug_interface): New global, use to aid debugging.
+       (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
+       (file_popup_menu): Delete, never used.
+       (listing_window_popup): Rename from listing_window_button_1,
+       remove breakpoint toggling code.
+       (toggle_breakpoint): New procedure.
+       (create_file_win): Bind popup menu to button 2, toggle breakpoints
+       with button 1 in breakpoint area, add display of tagged areas if
+       debugging on.
+end-sanitize-gdbtk
+
+Thu May  2 12:46:14 1996  Jeffrey A Law  (law@cygnus.com)
+
+       From Peter Schauer:
+       * breakpoint.h (enum bpdisp):  Add del_at_next_stop.
+       * breakpoint.c (insert_breakpoints, watchpoint_check,
+       bpstat_stop_status):  Avoid bad references to memory freed via
+       delete_breakpoint on watchpoints going out of scope.
+       Do not delete these watchpoints, disable them and change their
+       disposition to del_at_next_stop instead.
+       (breakpoint_auto_delete):  Delete all breakpoints whose disposition
+       is del_at_next_stop.
+       (breakpoint_init_inferior):  Use switch to avoid reference to
+       already deleted breakpoint.
+
+Wed May  1 17:29:18 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
+       * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
+       * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
+       * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
+       (solib_info): Call xcoff_relocate_symtab via the hook.
+       (sharedlibrary_command): Ditto.
+       * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
+       (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
+       (xcoff_init_loadinfo_hook): Define and initialize here.
+       (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
+       (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
+       * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
+       * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
+       of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
+       * rs6000-nat.c (_initialize_core_rs6000): Add initialization
+       of xcoff_relocate_symtab_hook.
+
+Tue Apr 30 13:22:02 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure (powerpcle-*-solaris*): Add Solaris support.
+
+       * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
+       Solaris support.
+
+Mon Apr 29 16:17:31 1996  Dawn Perchik <dawn@cygnus.com>
+
+       * c-valprint.c (c_val_print): Fix printing for arrays defined 
+       with 0 length.
+
+Sun Apr 28 15:08:05 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       Support for bi-endian remote breakpoints.
+       * remote.c (big_break_insn, little_break_insn): New globals.
+       (break_insn): Remove.
+       (remote_insert_breakpoint, remote_remove_breakpoint): Use own
+       code if REMOTE_BREAKPOINT defined, otherwise call memory
+       breakpoint functions.
+       * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
+       (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
+
+       * mon960-rom.c (mon960_cmds): Remove forward decl.
+       (mon960_load): Use current_monitor instead of mon960_cmds.
+       (mon960_regnames): Remove backslashes from line ends.
+       (_initialize_mon960): Fix documentation string.
+
+Sun Apr 28 12:10:35 1996  Fred Fish  <fnf@cygnus.com>
+
+       * symfile.h (psymbol_allocation_list):  Expand comments which
+       describe the psymbol allocation list and how each field is
+       used.
+
+Sun Apr 28 03:44:30 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * breakpoint.c (delete_breakpoint):  Fix bpt->val, bpt->exp
+       storage leaks.
+       (breakpoint_re_set_one):  Fix b->exp, b->val, b->cond storage leaks.
+
+       * infcmd.c (run_command), solib.c (locate_base):  Check for
+       target_has_execution in addition to inferior_pid, a core file
+       from a threaded program is yielding a non-zero inferior_pid.
+
+       * sparc-tdep.c (get_saved_register):  Handle window registers
+       in a dummy frame correctly.
+
+Sat Apr 27 20:38:32 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
+       so that anything that wants an allocation function not yet pulled
+       in, will get it from mmalloc rather than a system library.
+       * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
+       to avoid surprising results when used.
+
+Sat Apr 27 00:12:05 1996  Dawn Perchik  (dawn@cygnus.com)
+
+       * stabsread.c: Changes and bug fixes for cfront support.
+       Fix bug for class data members.
+       Fix parsing bug when no base classes exist.
+       Fix memory bug - allocate space for cplusplus specific info.
+       Add support for static data.
+       Add prototypes for static functions.
+       Enhance comments to show what each function expects to parse.
+       Cleanup code.
+       * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename 
+       function to resolve_cfront_continuation.
+
+Fri Apr 26 23:58:26 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * infrun.c (wait_for_inferior): Call registers_changed when
+       restarting the inferior to get over a nullified instruction.
+       
+Tue Apr 24 12:12:55 1996  Dawn Perchik (dawn@cygnus.com)
+
+       * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c: 
+       Add new support for parsing cfront stabs.
+
+Wed Apr 24 00:32:55 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * infrun.c (wait_for_inferior): Move "have_waited" label
+       outside of #ifdef conditionals.  Don't trash the wait status
+       if we get a signal and the current instruction is nullified.
+
+Mon Apr 22 20:17:01 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (VERSION): Bump version number to 4.16.1.
+       * NEWS: Update for 4.16 release.
+
+Mon Apr 22 16:32:29 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * monitor.h: Clean up comment formatting.
+       (current_monitor): Remove decl.
+       (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
+       (push_monitor, SREC_SIZE): Remove.
+       * monitor.c: Expand old macro into current_monitor derefs
+       everywhere.
+       * remote-os9k.c (current_monitor): Remove definition.
+
+Mon Apr 22 14:54:45 1996  Mark Alexander  <marka@superball.cygnus.com>
+
+       * corefile.c (specify_exec_file_hook): Allow arbitrary number of
+       hooks.
+       (call_extra_exec_file_hooks): New function.
+       * h8300-tdep.c: Lint; add .h files to provide missing declarations,
+       remove unused variables.
+       (set_machine_hook): New function.
+       (_initialize_h8300m): Initialize it.
+
+Fri Apr 19 15:03:49 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * remote-mips.c (encoding): Don't specify size, to avoid bug in
+       SunOS native compiler.
+
+Thu Apr 18 18:46:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * monitor.c: Use int rather than LONGEST for values, since
+       the formatting strings are not prepared to accept long longs.
+
+Wed Apr 17 20:17:27 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
+
+Tue Apr 16 17:38:23 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * corelow.c (add_to_thread_list):  Make sure reg_sect is non-null
+       before de-referencing it.  Prevents deref of NULL pointer if core
+       file lacks .reg section.
+       * defs.h:  Rename floatformat_{to from}_long_double to
+       floatformat_{to from}_doublest.  Get rid of FLOATFORMAT_{TO
+       FROM}... macros.
+       * findvar.c (extract_floating store_floating):  Change all refs to
+       FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
+       * utils.c:  Change floatformat_{to from}_long_double to
+       floatformat_{to from}_doublest cuz the new routines will use
+       whatever size (double or long double) is appropriate.
+       * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
+       REGISTER_CONVERT_TO_RAW):  Change FLOATFORMAT... macros to
+       floatformat... routine calls.
+
+Mon Apr 15 16:34:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * stabsread.c (read_type):  Move handling of '@' from type
+       number handling to handling of types proper (as emitted by gcc!).
+       For typedefs, allocate the typedef type before reading its
+       definition, to properly handling recursive types.
+
+Mon Apr 15 11:19:26 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * ch-exp.c (calculate_array_length): Fix prototype.
+
+Sat Apr 13 14:21:16 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * remote-nindy.c (nindy_open):  Acquire more target state so that
+       user can attach to a previously running program.
+       * (nindy_fetch_registers nindy_store_registers):  Get rid of fp
+       conversion code.  That's all handled in {extract store}_floating
+       now.
+       * utils.c (floatformat_to_double):  Don't bias exponent when
+       handling zero's, denorms or NaNs.
+       * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
+       REGISTER_CONVERT_TO_RAW):  Change to using DOUBLST and
+       FLOATFORMAT_TO/FROM_DOUBLEST macros.
+       * config/i960/tm-nindy960.h:  Undefine
+       REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
+       REGISTER_CONVERTIBLE.  These are no longer necessary now that all
+       the magic happens in extract/store_floating.
+
+Sat Apr 13 02:58:02 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * eval.c (evaluate_subexp_standard):  Report error when attempting to
+       evaluate subscripts for types which cannot be subscripted.
+
+       * valarith.c (value_x_binop, value_x_unop):  Add noside parameter.
+       Return a zero value with the return type of the member function
+       if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
+       function.
+       * values.h (value_x_binop, value_x_unop):  Update prototypes
+       accordingly.
+       * eval.c (evaluate_subexp_standard):  Update all callers of
+       value_x_binop, value_x_unop accordingly.
+
+       * valarith.c (value_neg, value_complement):  Perform ANSI C/C++
+       integral promotion on operands.
+
+Fri Apr 12 13:19:27 1996  Fred Fish  <fnf@cygnus.com>
+
+       * README: Update for 4.16 release.
+       * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
+       * configure: Regenerate with autoconf.
+       * config.in: Regenerate with autoheader.
+       * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
+       * top.c (command_loop): Ditto.
+
+Fri Apr 12 09:45:29 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * defs.h:  Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
+       defaults for bi-endian targets.  Replace function pointers for
+       floatformat routines with macros.  No need for these to be runtime
+       selectable.
+       * findvar.c:  Get rid of floatformat function pointers.  Use
+       macros in extract_floating and store_floating.
+       * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
+       Use floatformat macros.
+
+Thu Apr 11 21:28:02 1996  Fred Fish  <fnf@cygnus.com>
+
+       From: Miles Bader  <miles@gnu.ai.mit.edu>
+       * configure.in (AC_CHECK_HEADERS): check for endian.h.
+       Use AC_CHECK_TOOL to find AR & RANLIB.  Add AC_PROG_AWK.
+       Add host & target cases for i[345]86-*-gnu*.
+       * config.in: Regenerate with autoheader.
+       * configure: Regenerate with autoconf.
+       * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
+       (init.c): Don't scan mig-generated files.
+       * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
+       * config/nm-m3.h (ATTACH_NO_WAIT): Define.
+       * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
+       rather than "#ifndef MACH".
+
+Thu Apr 11 18:49:42 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * remote.c (remotewritesize): New GDB variable, controls size
+       of memory packets sent to the target.
+
+Thu Apr 11 13:47:52 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * dcache.c:  Add prototypes.  Make many functions static.
+       * (dcache_peek dcache_fetch dcache_poke):  Make dcache_fetch and
+       dcache_poke call dcache_xfer_memory directly in order to fix
+       problems with turning off dcache.  dcache_peek is now unnecessary,
+       so it goes away.
+
+       * defs.h:  Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT 
+       and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
+       to a struct floatformat.  This allows for better handling of
+       targets whose floating point formats differ from the host by more
+       than just byte order.
+       * (floatformat_to_long_double floatformat_from_long_double):
+       Prototypes for new functions in utils.c.
+       * (floatformat_to_doublest floatformat_from_doublest):  Prototypes
+       for pointers to floating point conversion functions.  The actual
+       function uses either double or long double if the host supports it.
+       * findvar.c (floatformat_to_doublest floatformat_from_doublest):
+       Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
+       * (extract_floating store_floating):  Rewrite.  Now, if host fp
+       format is the same as the target, we just do a copy.  Otherwise,
+       we call floatformat_{to from}_doublest.
+       * remote-nindy.c (nindy_xfer_inferior_memory):  Change param
+       `write' to `should_write'.
+       * utils.c (floatformat_to_long_double
+       floatformat_from_long_double):  New routines that implement long
+       double versions of functions in libiberty/floatformat.c.
+       * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT):  Define this for
+       i960 extended real (80 bit) numbers.
+       * nindy-share/nindy.c (ninMemGet ninMemPut):  Return number of bytes
+       actually read or written.
+
+Wed Apr 10 02:56:06 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
+       (calculate_array_length): Move function from here ...
+
+       * ch-exp.c (calculate_array_length): ... to here.
+       (parse_primval): If we have a symbol with an array type
+       and the length is 0, call calculate_array_length.
+
+Tue Apr  9 01:23:05 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
+       Add some checks for powerset compatibility.
+
+       * valops.c (value_slice): Use lowbound instead of lowerbound for
+       call to slice_range_type to get correct bounds.
+
+Mon Apr  8 12:53:56 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
+       dependencies.
+       * scm-lang.c (gdb_string.h): Include.
+       * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
+       call to correct type (char *).
+       * cp-valprint.c (cp_print_static_field): Ditto.
+       * somsolib.c (som_solib_create_inferior_hook): Add a declaration
+       for external find_unwind_entry function (from hppa-tdep.c).
+       * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
+       type of second arg to "char *" to be type compatible with
+       dcache.
+       (remote_wait): Cast second arg to strtol to correct type.
+       * hppa-tdep.c (compare_unwind_entries): Change argument types to
+       "const void *" to be type compatible with qsort, and then
+       assign to local args prior to use.
+
+Mon Apr  8 15:35:52 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * infptrace.c (kill_inferior): Remove call to "kill"; update
+       comments.
+
+Mon Apr  8 14:05:07 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * remote-e7000.c: don't append :23 to target port if __WIN32__
+       is defined (it's WinGDB).
+
+Sun Apr  7 22:34:29 1996  Fred Fish  <fnf@cygnus.com>
+
+       From: Miles Bader  <miles@gnu.ai.mit.edu>
+       * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
+       msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
+       config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
+       m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
+
+Sun Apr  7 13:32:41 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in (case host): Add i386sco5 host.
+       * configure: Regenerate.
+       
+       From: Robert Lipe <robertl@dgii.com>
+       Add support for SCO OpenServer 5 (a.k.a. 3.2v5*)  This
+       target is an SVR3.2 with COFF, ELF, and shared libes, but
+       no /proc.
+       * config/i386/i386sco5.mh:  New file.
+       * config/i386/nm-i386sco5.h:  New file.
+
+Sat Apr  6 08:55:22 1996  Fred Fish  <fnf@cygnus.com>
+
+       * bcache.c (bcache): When size of chunk to cache is exactly equal to
+       BCACHE_MAXLENGTH, stash chunk as unique copy.
+
+Sat Apr  6 00:46:26 1996  Fred Fish  <fnf@cygnus.com>
+
+       * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
+       (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
+       use it, rather than calling add_psymbol_addr_to_list.
+       (add_psymbol_addr_to_list): Delete.
+       (add_psymbol_to_list): Make psymbol static to avoid random data in
+       gaps due to alignment of structure members.
+       * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
+       ADD_PSYMBOL_ADDR_TO_LIST): Remove.  Real world tests show no
+       performance improvements by inlining via complicated macros and
+       they just make gdb larger and harder to maintain.
+       * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
+       and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
+       add_psymbol_to_list with appropriate long or CORE_ADDR args.
+       (add_partial_symbol): Ditto.
+       * partial-stab.h: Ditto.
+       * os9kread.c (read_os9k_psymtab): Ditto
+       * mdebugread.c (parse_partial_symbols): Ditto.
+       (handle_psymbol_enumerators): Ditto.
+       (demangle.h): Include.
+       * hpread.c (hpread_build_psymtabs): Ditto.
+       (hpread_build_psymtabs): Ditto.
+       (demangle.h): Include
+
+start-sanitize-gdbtk
+Fri Apr  5 13:44:40 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdbtk.c (running_now): New global variable.
+       (gdb_cmd): Test it before executing any command.
+       (gdbtk_call_command): Set it when inferior is running.
+       * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
+       disable interaction with command window's text appropriately.
+
+Fri Apr  5 13:25:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
+       some versions of the kernel don't support it.
+end-sanitize-gdbtk
+
+Thu Apr  4 20:16:55 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Check for setpgid function.
+       * config.in: Regenerate with autoheader.
+       * configure: Regenerate with autoconf.
+       * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
+       if it is actually defined.
+       (gdb_setpgid): Use HAVE_SETPGID.
+       * ch-exp.c: Change include of <string.h> to "gdb_string.h".
+       * c-exp.y, f-exp.y, m2-exp.y: Ditto.
+       * c-exp.y, serial.c: Include <ctype.h>.
+       * config/m68k/nm-news.h: Add typedef for pid_t which is
+       apparently missing from <sys/types.h>.  Enclose entire
+       file in NM_NEWS_H ifndef and define when included.
+       * config/mips/nm-news-mips.h: Ditto.
+       * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
+       REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
+
+Thu Apr  4 19:04:18 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
+       * arm-tdep.c (arm_apcs_32): New global.
+       (arm_addr_bits_remove, arm_saved_pc_after_call,
+       arm_push_dummy_frame, arm_pop_frame): New functions.
+       (arm_skip_prologue): Updated version from Richard Earnshaw.
+       (_initialize_arm_tdep): Add set/show "apcs32".
+       * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
+       arm_addr_bits_remove.
+       (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
+       (frame_find_saved_regs): Declare properly.
+       (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
+       (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
+       explicit mask.
+       * config/arm/nm-arm.h: New file.
+       * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
+       Move definitions to nm-arm.h.
+       * config/arm/arm.mh (NAT_FILE): Define.
+
+       * symfile.c (generic_load): Initialize data_count properly.
+
+Thu Apr  4 17:17:53 1996  Fred Fish  <fnf@cygnus.com>
+
+       * symmisc.c (print_objfile_statistics): Print memory used by
+       psymbol cache obstack.
+
+Thu Apr  4 15:43:07 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * symfile.c (report_transfer_performance): New function.
+       (generic_load): Call it to report transfer rate.
+       * remote-e7000.c (e7000_load): Ditto.
+
+Mon Apr  1 16:31:00 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Change references to config.h to be in objdir,
+       edit out rules to rebuild config.h.
+
+Mon Apr  1 08:32:23 1996  Fred Fish  <fnf@cygnus.com>
+
+       * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
+       proceeding.
+
+Sun Mar 31 16:15:43 1996  Fred Fish  <fnf@cygnus.com>
+
+       * hppah-nat.c (store_inferior_registers, store_inferior_registers,
+       fetch_register, child_xfer_memory): Use call_ptrace function supplied
+       by infptrace.c rather than calling ptrace directly.
+
+Sun Mar 31 15:39:00 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mon960-rom.c: Cleanups and elimination of unused code,
+       clarify documentation string.
+       (mon960_serial, mon960_ttyname): Remove.
+       * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
+       ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
+
+Sat Mar 30 11:00:22 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Check whether printf family supports printing
+       long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
+       * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
+       * configure: Regenerate.
+       * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
+       * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
+       * configure.in: Fix have_gregset and have_fpregset autoconf
+       variable names so that they match the pattern required to
+       cache them.
+
+Fri Mar 29 21:39:56 1996  Fred Fish  <fnf@cygnus.com>
+
+       * core-aout.c (fetch_core_registers): Cast core_reg_size to int
+       before testing against reg_ptr.
+       * eval.c (evaluate_subexp_standard): Cast type of
+       TYPE_FN_FIELD_VOFFSET to int.
+       * findvar.c (extract_signed_integer, extract_unsigned_integer,
+       extract_long_unsigned_integer): Cast type of sizeof to int.
+       * values.c (unpack_field_as_long, modify_field): Ditto.
+       * valops.c (value_assign, call_function_by_hand): Ditto.
+       * infcmd.c (do_registers_info): Ditto.
+       * ser-tcp.c (tcp_open): Ditto.
+       * remote.c (putpkt): Ditto.
+       * dcache.c (dcache_peek): Ditto.
+       * dcache.c (dcache_poke): Ditto.
+       * m2-exp.y (yylex): Ditto.
+       * gnu-regex.c (re_match_2): Ditto.
+       * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
+       out unused macro definition and variables.
+       * inftarg.c (proc_wait): Move from main.c to here, and make static.
+       * valprint.c (val_print_string): Change bufsize from int to unsigned.
+       * main.c (wait.h): Include.
+       * top.c (command_line_input): Remove unused variable "c".
+       * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
+       value TYPE_CODE_TYPEDEF to switch statement.
+       (f_type_print_varspec_suffix): Add missing enum value
+       TYPE_CODE_TYPEDEF to switch statement.
+       * ch-exp.c (parse_primval): Add remaining enumeration values to
+       switch statement, with no specific action.
+       (ch_lex): Add LOC_UNRESOLVED in switch statement.
+       (pushback_token): Ifdef out, since code using it is ifdef'd out.
+       * stabsread.c (cleanup_undefined_types): Remove unused label
+       "badtype".
+       * objfiles.h (print_symbol_bcache_statistics): Add prototype.
+       * maint.c (objfiles.h): Include.
+       (maintenance_print_statistics): Remove unused variable "temp".
+       * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
+       unused variable "found_file_symbol".
+       * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
+       * language.c (lang_bool_type): Use existing function local type
+       variable rather than create block local variables.
+       * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
+       * infptrace.c (wait.h, command.h): Include.
+       * ser-tcp.c (gdb_string.h): Include
+       * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
+       (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
+       * command.c (complete_on_enum): Make assignment used as truth value
+       explictly check against NULL.
+       (wait.h): Include.
+       * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
+       that uses it is ifdef'd out.
+       * parser-defs.h: Add prototype for write_dollar_variable.
+       * infrun.c: Add prototype for write_pc_pid.
+       * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
+       * symmisc.c (bcache.h): Include.
+       * bcache.h: Add prototype for print_bcache_statistics.
+       * symfile.c: Include <time.h>.
+       * printcmd.c (print_scalar_formatted): Change len to unsigned int.
+       * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
+       * valarith.c (value_binop): Change result_len, promoted_len1,
+       and promoted_len2 to unsigned int.
+       * valarith.c (value_subscripted_rvalue): Change elt_offs and
+       elt_size to unsigned int.
+       * valops.c (value_array): Change typelength to unsigned int.
+       (destructor_name_p): Change len to unsigned int.
+       * scm-lang.h (scm_parse): Add prototype for scm_unpack.
+       * symfile.c (decrement_reading_symtab): Change return type to void.
+       * valarith.c (value_subscript): Remove unused variable "word".
+       (value_subscript): Remove unused variable "tint".
+       * valops.c (auto_abandon): Ifdef out, since code using it is also
+       ifdef'd out.
+       * eval.c (init_array_element): Remove unused variable "val".
+       * Makefile.in (values.o): Depends on scm-lang.h.
+       (command.o): Depends upon wait_h.
+       (ser-tcp.o): Depends upon gdb_string.h.
+       (infptrace.o): Depends upon wait_h and command_h.
+       (maint.o): Depends on objfiles.h and symfile.h.
+       * values.c (allocate_repeat_value): Remove unused variable
+       "element_type".
+       (scm-lang.h): Include.
+       * breakpoint.c (create_longjmp_breakpoint): Enclose in
+       GET_LONGJMP_TARGET define, unused otherwise.
+       * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
+       i386_remove_watchpoint and i386_stopped_by_watchpoint.
+       
+Thu Mar 28 12:53:19 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in (sparc64-*-solaris2*): Delete.
+       Stick with sparc-*-solaris2*.
+       * configure: Regenerated.
+
+Thu Mar 28 06:51:26 1996  Fred Fish  <fnf@cygnus.com>
+
+       * valops.c (value_assign): Make copy of internal variable value
+       before returning it as a new value, since it is owned by the 
+       internal variable and will be freed along with it.
+
+Wed Mar 27 08:36:17 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * From Peter Schauer.
+       * breakpoint.c (breakpoint_re_set_one):  Keep temporary
+       breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
+       and bp_step_resume in case breakpoint_re_set_one is called due
+       to a step over a dlopen call.
+       * infrun.c (wait_for_inferior):  Always remove breakpoints from
+       inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
+
+Tue Mar 26 13:15:32 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
+       non-prototyped case over prototyped case for C.
+       * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE):  Ditto.
+
+Sat Mar 23 17:24:28 1996  Fred Fish  <fnf@cygnus.com>
+
+       * os9kread.c (os9k_process_one_symbol): Note nonportable
+       assumption that an int can hold a char *.
+
+       * bcache.h (struct hashlink): Wrap data[] inside union with
+       double to force longest alignment.
+       (BCACHE_DATA): New macro to access data[].
+       (BCACHE_ALIGNMENT): New macro to get offset to data[].
+       * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
+       address of cached data.  Use BCACHE_ALIGNMENT to compute
+       amount of space to allocate for each hashlink struct.
+
+Sat Mar 23 12:14:02 1996  Fred Fish  <fnf@cygnus.com>
+
+       * ch-lang.c (evaluate_subexp_chill): Fix typo.
+
+Thu Mar 21 08:27:19 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (VERSION): Bump version to 4.15.3
+
+Thu Mar 21 10:56:41 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.in: Rename from config.h.in.
+       * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
+       Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
+       * configure: Rebuild.
+       * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
+       Set CONFIG_HEADERS to config.h:config.in.
+
+Tue Mar 19 12:47:51 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * partial-stab.h (case N_ENDM):  Finish current partial symbol
+       table for Solaris 2 cc.
+
+Tue Mar 19 10:39:15 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
+       PC in the registers array.  From Peter Schauer.
+
+Mon Mar 18 13:47:09 1996  Fred Fish  <fnf@cygnus.com>
+
+       * symfile.c (reread_symbols): Reinitialize bcache struct
+       members to zero using memset.  Also use memset to reinit
+       global_psymbols and static_psymbols, rather than explicitly
+       resetting each structure member.
+
+Sat Mar 16 19:47:36 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Add fragment to create stamp-h.
+       
+       From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
+       * configure.in (AC_CHECK_HEADERS):  Check for link.h.
+       * configure:  Regenerate with autoconf.
+       * config.h.in:  Regenerate with autoheader.
+       * config/i386/nm-linux.h:  Include solib.h only if HAVE_LINK_H
+       is defined.
+       * solib.c:  Exclude most of the code if HAVE_LINK_H is not defined.
+       * config/i386/linux.mh:  Reinstate XM_CLIBS, it is needed for
+       older a.out based systems.
+
+Sat Mar 16 16:45:43 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config.h.in: New file.
+       * acconfig.h: New file, for autoheader.
+       * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
+       * configure: Regenerate.
+       * Makefile.in (defs_h): Add config.h
+       (distclean): Remove config.h and stamp-h during distclean.
+       (config.h, stamp-h): New targets to remake config.h when necessary.
+       * defs.h (config.h): Include before any other includes or defines.
+       * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
+       * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
+
+Sat Mar 16 14:55:27 1996  Fred Fish  <fnf@cygnus.com>
+
+       From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
+       * Makefile.in (INSTALLED_LIBS):  Make sure that @LIBS@ will not
+       result in an empty line, to work around a bug in native Ultrix 4.4
+       and OSF/1-3.2C make.
+
+Sat Mar 16 13:33:17 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Add gdbserver to configdirs under linux.
+       * configure: Regenerate.
+       
+Fri Mar 15 12:06:58 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
+       * config/i386/tm-nbsd.h (NUM_REGS): Define.
+
+Thu Mar 14 10:31:18 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * solib.c (solib_break_names): Add _r_debug_state for
+       vanilla SVR4 implementations.  From Peter Schauer.
+
+Mon Mar 11 14:24:57 1996  Dawn Perchik  <dawn@critters.cygnus.com>
+
+       * mon960-rom.c: New file; support mon960 rom monitor on i960.
+       * monitor.c (monitor_debug): Change remotedebug to buffer strings.
+       * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
+       epecting prompt and echo during open.
+       * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to 
+       determine if break should be sent as stop command.
+       * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
+       * i960-tdep.c (mon960_frame_chain_valid): New function for getting 
+       stack frame on mon960.
+       * Makefile.in: Add mon960 files.
+       * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
+       added i960-nindy-coff* and i960-nindy-elf* for target nindy.
+       * configure: Regenerated.
+       * config/i960/mon960.mt, config/i960/tm-mon960.h: New files; 
+       support mon960 rom monitor on i960.
+
+Mon Mar 11 11:02:47 1996  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       With Michael Snyder:
+       * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
+       * win32-nat.c (CHECK, DEBUG*, debug_*): New.
+       (handle_load_dll): Don't reload symbols.
+       (handle_exception):  Use the DEBUG_* names.
+       (child_wait): Add DEBUG_* code.
+       (_initialize_inftarg): Add new commands to set debug_ names.
+
+Mon Mar 11 09:19:58 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * From Peter Schauer:
+       * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
+       (bpstat_stop_status): Likewise.
+       (remove_solib_event_breakpoints): Likewise.
+       (clear_momentary_breakpoints): Likewise.
+       (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
+       if we still can't read the memory for that breakpoint.
+       (mention): Add bp_shlib_event case to keep gcc quiet.
+       
+Fri Mar  8 12:08:12 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * breakpoint.h (enum enable): New enum shlib_disabled for
+       shared library breakpoints that have been temporarily disabled.
+       * breakpoint.c: Handle temporarily disabled shared library
+       breakpoints like disabled breakpoints in most places.
+       (insert_breakpoints): Use shlib_disabled to indicate
+       that an unsettable breakpoint is only temporarily disabled.
+       (re_enable_breakpoints_in_shlibs): New function.
+       * corelow.c (solib_add_stub): After adding shared libraries,
+       try to reenable any temporarily disabled breakpoints.
+       * infcmd.c (attach_command): Likewise.
+       * infrun.c (wait_for_inferior): Likewise.
+
+Fri Mar  8 11:41:25 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * defs.h (extract_long_unsigned_integer): Declare.
+       * findvar.c (extract_long_unsigned_integer): New function.
+       * printcmd.c (print_scalar_formatted): Use it.
+       * valprint.c (val_print_type_code_int): Likewise.
+
+Thu Mar  7 17:40:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * infcmd.c (do_registers_info): Ignore anonymous registers.
+       * sh-tdep.c (set processor): New command to set specific
+       processor type.
+       (sh_reg_names, sh3_reg_names): Arrays of register names for
+       SH and SH3 processors.
+       (sh_set_processor_type): New function.
+       * sh3-rom.c (sh3_open): Call it.
+       (sh3_regname): Add names of all the bank registers.
+       (sh3_supply_register): Clean up formatting.
+       * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
+       bank registers.
+       (REGISTER_NAMES): Add names of bank registers.
+       (FP15_REGNUM): Define.
+       (REGISTER_VIRTUAL_TYPE): Use it.
+       * monitor.c: Clean up some comments.
+
+Thu Mar  7 12:09:51 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * i386b-nat.c: Revert part of Mar 5 change.  FreeBSD collapsed the
+       s* and t* symbols too.
+
+Thu Mar  7 15:18:51 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * symfile.c (generic_load): Avoid division by zero.
+
+Wed Mar  6 17:57:59 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
+       not just those with HANDLE_SVR4_EXEC_EMULATORS.
+
+       From Peter Schauer:
+       * breakpoint.c (internal_breakpoint_number): Move to file scope.
+       (create_solib_event_breakpoint): Use an internal breakpoint number.
+
+Wed Mar  6 00:32:44 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * valarith.c (value_in): Change builtin_type_chill_bool to
+       LA_BOOL_TYPE.
+
+Tue Mar  5 23:48:36 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
+       (match_string_literal): Handle control sequence.
+       (match_character_literal): Deto.
+
+       * ch-lang.c (chill_printchar): Change formating of nonprintable
+       characters from C'xx' to ^(num).
+       (chill_printstr): Deto.
+       (value_chill_card, value_chill_max_min): New functions to process
+       Chill's CARD, MAX, MIN.
+       (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
+
+       * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
+       for Chill's CARD, MAX, MIN.
+
+       * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
+       and change return type from builtin_type_int to
+       builtin_type_chill_bool.
+
+Tue Mar  5 18:54:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
+       from config/nm-nbsd.h.
+       * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
+       from config/sparc/tm-nbsd.h.
+
+       * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
+       instead of in config/m68k/xm-hp300hpux.h.
+
+Tue Mar  5 12:05:35 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
+       implementation for NetBSD systems.
+
+Mon Mar  4 23:44:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
+
+       * valarith.c (binop_user_defined_p):  Return 0 for BINOP_CONCAT.
+       (value_concat):  Handle varying strings (add COERCE_VARYING_ARRAY).
+
+       * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT):  Error
+       if "function" is pointer to non-function.
+
+Mon Mar  4 17:47:03 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * top.c (print_gdb_version): Update copyright year.
+
+Mon Mar  4 14:44:54 1996  Jeffrey A Law  (law@cygnus.com)
+
+       From Peter Schauer:
+       * infrun.c (wait_for_inferior): Remove breakpoints and
+       switch terminal settings before calling SOLIB_ADD.
+       * solib.c (enable_break, SVR4 variant): Don't map in symbols
+       for the dynamic linker, the namespace pollution causes real
+       problems.
+
 Sun Mar  3 17:18:57 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * remote-mips.c (common_breakpoint): Explicitly terminate the
@@ -61,7 +1020,7 @@ Thu Feb 22 00:52:42 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
        * configure.in (m68k-*-netbsd*): New config.
        * configure: Regenerated.
 
-Wed Feb 21 19:00:21 1996  Fred Fish  <fnf@ninemoons.com>
+Wed Feb 21 19:00:21 1996  Fred Fish  <fnf@cygnus.com>
 
        * standalone.c (open, _initialize_standalone): Fix obvious typos
        reported by Martin Pool <martin@citr.uq.oz.au>.
@@ -82,7 +1041,7 @@ Tue Feb 20 23:59:19 1996  Jeffrey A Law  (law@cygnus.com)
        * symfile.c (find_lowest_section): No longer static.
        * symfile.h (find_lowest_section): Corresponding changes.
 
-Tue Feb 20 18:54:08 1996  Fred Fish  <fnf@rtl.cygnus.com>
+Tue Feb 20 18:54:08 1996  Fred Fish  <fnf@cygnus.com>
 
        * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
        (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
@@ -727,7 +1686,7 @@ Fri Jan 12 21:41:58 1996  Jeffrey A Law  (law@cygnus.com)
 Fri Jan 12 15:56:12 1996  Steve Chamberlain  <sac@slash.cygnus.com>
 
        * dsrec.c (load_srec): Remove unused variable.
-       monitor.c (monitor_expect): Don't expect a ^C to echo.
+       monitor.c (monitor_expect): Don't expect a ^C to echo.
        * serial.c (serial_open): Add parallel interface.
        * sh3-rom.c (parallel, parallel_in_use): New.
        (sh3_load): If parallel_in_use, download though the
@@ -768,7 +1727,7 @@ Fri Jan 12 09:36:17 1996  Tom Tromey  <tromey@creche.cygnus.com>
        (create_command_window): Make Delete delete left, not right.
 end-sanitize-gdbtk
 
-Fri Jan 12 07:14:27 1996  Fred Fish  <fnf@cirdan.cygnus.com>
+Fri Jan 12 07:14:27 1996  Fred Fish  <fnf@cygnus.com>
 
        * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
        to get "struct core_fns" defined.
@@ -945,7 +1904,7 @@ end-sanitize-gdbtk
        * sparcl-tdep.c (sparclite_check_watch_resources):  Fix logic bug
        which prevented hardware watchpoints from working.
 
-Thu Jan  4 10:44:17 1996  Fred Fish  <fnf@cirdan.cygnus.com>
+Thu Jan  4 10:44:17 1996  Fred Fish  <fnf@cygnus.com>
 
        * infptrace.c (udot_info): New function.
        (PT_*): Define each individually if that one is not defined.
This page took 0.033028 seconds and 4 git commands to generate.