* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5dfae3d05227488297f9e6840a4e441523f59eaf..315e42a0020cb961f567ef62b71132301b8ca38b 100644 (file)
+Tue Jul 30 17:57:46 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * stabsread.c (get_substring): Declare second arg as int.
+
+       * remote-es.c: Include gdb_string.h after defs.h.
+
+Mon Jul 29 21:13:20 1996  Fred Fish  <fnf@cygnus.com>
+
+       * rs6000-tdep.c (push_arguments): Remove unused variable "pc".
+       (branch_dest): Remove unused variable "offset".
+       (pop_dummy_frame): Add prototype and make static.
+       (push_arguments): Guard against using len uninitialized.
+       (push_arguments): Guard against using arg uninitialized.
+       (frame_saved_pc): Remove unused variable "frameless".
+       (free_loadinfo): Ifdef out unused function.
+
+       * xcoffread.c (compare_lte): Change prototype and function to
+       be correct type for passing to qsort.
+       (add_stab_to_list): Ifdef out unused function and prototype.
+       (compare_lte): Add prototype
+       (arrange_linetable): Ditto.
+       (record_include_begin): Ditto.
+       (record_include_end): Ditto.
+       (process_linenos): Ditto.
+       (xcoff_next_symbol_text): Ditto.
+       (scan_xcoff_symtab): Ditto.
+       (xcoff_initial_scan): Ditto.
+
+       * mips-tdep.c (mips_read_processor_type): Add parens around
+       bitwise-and operands in comparison; previous expression always
+       evaluated to 0 because of equality comparison of two constants.
+
+       * rs6000-tdep.c (skip_prologue): Add missing parens around
+       operands of logical-or so that first operand does not bind
+       to previous logical-and.
+
+       * configure.in: Expand "long long" test to include code that triggers
+       known problem on HPUX with native compiler.
+       (configure): Regenerated.
+
+Mon Jul 29 18:12:27 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * somsolib.c (som_solib_create_inferior_hook): Don't
+       warn if __d_pid can't be found.
+
+Sun Jul 28 10:46:39 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/mips/tm-mips.h (struct frame_info): Forward decl.
+       (struct type): Ditto.
+       (struct value): Ditto.
+
+       * config/mips/tm-mips.h (sigtramp_address): Move extern decl
+       from mips-tdep.c to here.
+       (sigtramp_end): Ditto.
+       (fixup_sigtramp): Ditto.
+
+       * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
+       (mips_frame_chain): Ditto.
+       (mips_step_skips_delay): Ditto.
+       (mips_frame_saved_pc): Ditto.
+       (mips_find_saved_regs): Ditto.
+       (mips_frame_num_args): Ditto.
+       (mips_pop_frame): Ditto.
+       (mips_extract_return_value): Ditto.
+       (mips_store_return_value): Ditto.
+       (mips_push_dummy_frame): Ditto.
+       (mips_push_arguments): Ditto.
+       (mips_do_registers_info): Ditto.
+       (ecoff_relocate_efi): Ditto.
+       (ecoff_relocate_efi): Ditto.
+       * irix4-nat.c (fetch_core_registers): Add prototype.
+       * mips-tdep.c (read_next_frame_reg): Add prototype
+       (heuristic_proc_start): Ditto.
+       (heuristic_proc_desc): Ditto.
+       (mips_print_register): Ditto.
+       * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
+       (procfs_stopped_by_watchpoint): Ditto.
+       * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
+       (procfs_stopped_by_watchpoint): Ditto.
+       * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
+       (struct symbol): Add forward decl for prototype.
+
+       * breakpoint.c (internal_breakpoint_number): Only needed if
+       GET_LONGJMP_TARGET or SOLIB_ADD is defined.
+
+       * objfiles.c (ecoff_relocate_efi): Remove prototype.
+
+Sat Jul 27 17:47:35 1996  Fred Fish  <fnf@cygnus.com>
+
+       * configure.in: Add test for "long long" support.
+       * configure: Regenerate with autoconf.
+       * acconfig.h: Add CC_HAS_LONG_LONG
+       * config.in: Regenerate with autoheader.
+       * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
+       * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
+       * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
+       * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
+       * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
+       (PRINTF_HAS_LONG_LONG): Remove.
+       (FORCE_LONG_LONG): Remove.
+       * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
+       * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
+       (PRINTF_HAS_LONG_LONG): Remove.
+       * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
+       (PRINTF_HAS_LONG_LONG): Remove.
+       * config/pa/tm-hppa.h (GET_FIELD): Put parens around
+       subtraction inside shift.  Put parens around subtraction
+       in operand of bitwise and.
+       (struct frame_info): Forward declare
+       if __STDC__ defined.
+       (frame_saved_regs): Ditto.
+       (struct value): Ditto.
+       (struct type): Ditto.
+       (struct inferior_status): Ditto.        
+       (init_extra_frame_info): Add prototype.
+       (skip_prologue): Ditto.
+       (frameless_function_invocation): Ditto.
+       (frame_chain): Ditto.
+       (frame_chain_valid): Ditto.
+       (saved_pc_after_call): Ditto.
+       (hppa_fix_call_dummy): Ditto.   
+       (hppa_push_arguments): Ditto.
+       (pa_do_registers_info): Ditto.
+       (in_solib_call_trampoline): Ditto.
+       (in_solib_return_trampoline): Ditto.
+       (push_dummy_frame): Ditto.
+       * convex-tdep.c (decout): Use print_longest rather than
+       fprintf_filtered.
+       * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
+       CC_HAS_LONG_LONG.
+       (INT_MIN): Fix so it works correctly when assigned to a long long.
+       * valprint.c (longest_to_int): Rewrite to remove dependence
+       on INT_MIN and INT_MAX.
+       (print_longest): Rewrite the code that falls back to synthesized
+       hex output when LONGEST value is not representable as in a long and
+       printf doesn't support printing long longs.
+       * ch-valprint.c (chill_val_print): Cast 2nd arg of
+       chill_print_type_scalar to LONGEST.
+       chill_print_type_scalar): Make static and add prototype.
+       * hppa-tdep.c (get_field): Ifdef out unused function.
+       (set_field): Ditto.
+       (extract_3): Ditto.
+       (extract_5_store): Ditto.
+       (extract_11): Ditto.
+       (extract_12): Ditto.
+       (deposit_17): Ditto.
+       (extract_14): Convert to static and add prototype.
+       (deposit_14): Ditto.
+       (extract_21): Ditto.
+       (deposit_21): Ditto.
+       (extract_17): Ditto.
+       (extract_5r_store): Ditto.
+       (extract_5R_store): Ditto.
+       (extract_5_load): Ditto.
+       (find_proc_framesize): Ditto.
+       (find_dummy_frame_regs): Ditto.
+       (sign_extend): Ditto.
+       (find_unwind_entry): Add prototype.
+       (find_return_regnum): Ditto.
+       (unwind_command): Ditto.
+       (find_dummy_frame_regs): Add parens around subtraction in operand
+       of bitwise-and.
+       (skip_prologue): Add parens around operands of logical-and inside
+       operand of logical-or.
+       (sign_extend): Add parens around operands of subtraction inside
+       operand of shift.
+       (low_sign_extend): Ditto.
+       * top.c (filename_completer): Convert old style decl of
+       filename_completion_function into prototype.
+       * f-lang.c (patch_common_entries): Ifdef out unused function.
+       * stabsread.c (read_cfront_baseclasses): Remove unused local
+       variable "msg_noterm".
+       (resolve_cfront_continuation): Remove unused local variable "fip".
+       (read_type): Remove unused variable xtypenums.
+       (read_cfront_static_fields): Remove unused variable "i".
+       (read_cfront_static_fields): Remove unused variable "nfields".
+       (read_cfront_member_functions): Add missing comment terminator.
+       (read_cfront_static_fields): Return 1 rather than random value.
+       (read_cfront_baseclasses): Ditto.
+       (read_cfront_baseclasses): Ditto.
+       (read_cfront_baseclasses): Ditto.
+       * somsolib.c (som_solib_create_inferior_hook): Remove unused
+       variable "u".
+       (som_solib_create_inferior_hook): Remove unused variable
+       shadow_contents.
+       (language.h): Add for needed prototypes.
+       (som_solib_sharedlibrary_command): Add prototype.
+       * hpread.c: (hpread_read_array_type): Add prototype.
+       * somread.c (hpread_build_pysmtabs): Add prototype.
+       (hpread_symfile_finish): Ditto.
+       (hpread_symfile_init): Ditto.
+       * hppah-nat.c (fetch_register): Convert old style decl
+       to prototype.
+       (gdbcore.h): Include for needed prototypes.
+       (fetch_register): Remove unused variable "mess".
+       * remote-pa.c (get_offsets): Ifdef out unused function.
+       (remote_start_remote): Remove unused variable "timeout".
+       (boot_board): Add prototype.
+       (reaad_frame): Add prototype.
+       (getpkt): Remove unused variable "bp".
+       (remote_kill): Add prototype.
+       (remote_mourn): Add prototype.
+       (remote_insert_breakpoint): Add prototype.
+       (remote_remove_breakpoint): Add prototype.
+       * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
+       * infcmd.c (do_registers_info): Only need prototype if
+       DO_REGISTERS_INFO is not defined.
+       (breakpoint_auto_delete_contents): Only need if
+       CALL_DUMMY_BREAKPOINT_OFFSET is defined.
+
+Sat Jul 27 08:49:49 1996  Fred Fish  <fnf@cygnus.com>
+
+       * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
+       (END_PSYMTAB): Ditto.
+       (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
+
+Fri Jul 26 14:07:37 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * printcmd.c (_initialize_printcmd): Initialize
+       tm_print_insn_info.flavour.
+start-sanitize-gdbtk
+       * gdbtk.c (gdb_disassemble): Initialize di.flavour.
+end-sanitize-gdbtk
+
+Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
+       (arm-tdep.o): Ditto.
+       (dcache.o): Ditto.
+       (i386ly-tdep.o): Ditto.
+       (i960-tdep.o): Ditto.
+       (m68k-tdep.o): Ditto.
+       (nindy-tdep.o): Ditto.
+       (scm-lang.o): Ditto.
+       (w65-tdep.o): Ditto.
+       (z8k-tdep.o): Ditto.
+       (m68k-tdep.o): Depends upon value_h and gdb_string.h
+       (m2-valprint.o): Depends upon m2-lang.h.
+       (sparc-tdep.o): Depends upon gdb_string.h
+       (valprint.o): Depends upon valprint.h
+       
+       * remote-e7000.c (notice_quit): Remove prototype.
+       * top.c (initialize_targets): Remove prototype, now in target.h.
+       * stabsread.c (resolve_cfront_continuation): Remove prototype.
+       * dbxread.c (resolve_cfront_continuation): Remove prototype.
+       * symfile.h (set_demangling_style): Remove prototype.
+       * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
+       * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
+       target.h.
+       * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
+       now in target.h.
+       * ser-unix.c (hardwire_restore): Remove obsolete prototype.
+       * sparc-tdep.c (single_step): Remove forward decl of isbranch.
+       * scm-lang.c (find_function_in_inferior): Remove prototype.
+       (value_allocate_space_in_inferior): Ditto.
+       * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
+       * defs.h (strchr): Remove declarations, they are declared in
+       gdb_string.h also.
+       (strrchr): Ditto.
+       (strstr): Ditto.
+       (strtok): Ditto.
+       (strerror): Ditto.
+       * f-valprint.c (f77_print_array_1): Remove extra arg that was being
+       passed to f77_print_array_1.
+       * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
+       * scm-exp.c (scm_istr2int): Remove unused variable "j".
+       (scm_parse): Remove unused variable "str".
+       * hp300ux-nat.c (store_inferior_register): Remove unused variable
+       "buf".
+       (store_inferior_registers): Remove unnecessary decl "registers".
+       * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
+       * scm-lang.c (scm_get_field): Remove unused variable "val".
+       (scm_lookup_name): Remove unused variable "symval".
+       * objfiles.c (map_to_file): Remove unused local variable "tempfd".
+       * procfs.c (do_attach, do_detach): Remove unused variable "result".
+       (last_resume_pid): Remove unused static variable.
+       * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
+       "res".
+       * objfiles.c (map_to_address): Remove unused function.
+       * f-valprint.c (print_max): Remove extraneous extern decl,
+       in valprint.h.
+       (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
+       * ch-exp.c (write_lower_upper_value): Remove prototype for
+       type_lower_upper.
+
+       * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
+       * ch-exp.c (parse_mode_call): Ditto.
+       * f-valprint.c (there_is_a_visible_common_named): Ditto.
+       * f-lang.c (clear_function_list): Ditto.
+       (get_bf_for_fcn): Ditto.
+       (clear_bf_list): Ditto.
+       (add_common_block): Ditto.
+       (patch_all_commons_by_name): Ditto.
+       (find_first_common_named): Ditto.
+       (add_common_entry): Ditto.
+       (allocate_saved_function_node): Ditto.
+       (allocate_saved_bf_node): Ditto.
+       (allocate_common_entry_node): Ditto.
+       (allocate_saved_f77_common_node): Ditto.
+       
+       * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
+       * dcache.c (gdbcore.h): Ditto.
+       * i386ly-tdep.c (gdbcore.h): Ditto.
+       * i960-tdep.c (gdbcore.h): Ditto.
+       * m2-valprint.c (m2-lang.h): Ditto.
+       * m68k-tdep.c (gdbcore.h): Ditto.
+       (value.h): Ditto.
+       (gdb_string.h): Ditto.
+       * nindy-tdep.c (gdbcore.h): Ditto.
+       * scm-lang.c (gdbcore.h): Ditto.
+       * scm-valprint.c (gdbcore.h): Ditto.
+       * w65-tdep.c (gdbcore.h): Ditto.
+       * z8k-tdep.c (gdbcore.h): Ditto.
+       * sparc-tdep.c (gdb_string.h): Include.
+       * valprint.c (valprint.h): Include.
+
+       * config/xm-lynx.h: Remove part of comment about INT_MIN
+       redefined warnings from defs.h, since INT_MIN define in
+       defs.h is now protected by #ifndef INT_MIN.
+       * config/i386/xm-i386bsd.h: Ditto.
+       * config/m68k/xm-hp300bsd.h: Ditto.
+       * config/m68k/xm-news.h: Ditto.
+
+       * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
+       definition as 0x80000000.  The macro in defs.h is better.
+       * config/i386/xm-i386m3.h (INT_MIN): Ditto.
+       * config/i386/xm-i386mach.h (INT_MIN): Ditto.
+       * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
+       * config/pa/xm-hppab.h: Ditto.
+
+       * core-aout.c (fetch_core_registers): Add prototype.
+       * hp300ux-nat.c (fetch_inferior_register): Ditto.
+       (store_inferior_register_1): Ditto.
+       (store_inferior_register): Ditto.
+       * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
+       *scm-valprint.c (c_val_print): Ditto.
+       * procfs.c (add_fd): Ditto.
+       (remove_fd): Ditto.
+       (wait_fd): Ditto.
+       (sigcodename): Ditto.
+       (sigcodedesc): Ditto.
+       (procfs_kill_inferior): Ditto.
+       (procfs_xfer_memory): Ditto.
+       (procfs_store_registers): Ditto.
+       (create_procinfo): Ditto.
+       (procfs_init_inferior): Ditto.
+       (proc_set_exec_trap): Ditto.
+       (procfs_attach): Ditto.
+       (procfs_detach): Ditto.
+       (procfs_prepare_to_store): Ditto.
+       (procfs_files_info): Ditto.
+       (procfs_open): Ditto.
+       (procfs_wait): Ditto.
+       (procfs_fetch_registers): Ditto.
+       (procfs_mourn_inferior): Ditto.
+       (procfs_can_run): Ditto.
+       (procfs_thread_alive): Ditto.
+       (procfs_stop): Ditto.
+       * alpha-nat.c (fetch_core_registers): Ditto.
+       * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
+       * objfiles.c (ecoff_relocate_efi): Ditto.
+       * inflow.c (pass_signal): Ditto.
+       (handle_sigio): Ditto.
+       * annotate.c (breakpoint_changed): Ditto.
+       * callback.c (wrap): Ditto.
+       (fdbad): Ditto.
+       (fdmap): Ditto.
+       * utils.c (malloc_botch): Ditto.
+       (fputs_maybe_filtered): Ditto.
+       (vfprintf_maybe_filtered): Ditto.
+       * defs.h (notice_quit): Ditto.
+       * defs.h (xmalloc, xrealloc): Ditto.
+       * top.c (stop_sig): Ditto.
+       (init_signals): Ditto.
+       (user_defined_command): Ditto.
+       (source_cleanup_lines): Ditto.
+       (dont_repeat_command): Ditto.
+       (serial_log_command): Ditto.
+       (disconnect): Ditto.
+       * target.h (initialize_targets): Ditto.
+       * os9kread.c (read_minimal_symbols): Ditto.
+       * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
+       (fdr_name): Ditto.
+       (push_parse_stack): Ditto.
+       (pop_parse_stack): Ditto.
+       (is_pending_symbol): Ditto.
+       (add_pending): Ditto.
+       * serial.c (serial_logchar): Ditto.
+       (serial_interface_lookup): Ditto.
+       * serial.h (serial_log_command): Ditto.
+       * f-valprint.c (info_common_command): Ditto.
+       * gdbtypes.h (print_type_scalar): Ditto.
+       * scm-valprint.c (scm_scmlist_print): Ditto.
+       (scm_ipruk): Ditto.
+       * scm-lang.c (scm_printstr): Ditto.
+       (in_eval_c): Ditto.
+       (evaluate_subexp_scm): Ditto.
+       * scm-exp.c (scm_read_token): Ditto.
+       (scm_skip_ws): Ditto.
+       (scm_lreadparen): Ditto.
+       * m2-lang.c (emit_char): Ditto.
+       (m2_printchar): Ditto.
+       (m2_printstr): Ditto.
+       (m2_create_fundamental_type): Ditto.
+       * f-lang.c (emit_char): Ditto.
+       (f_printchar): Ditto.
+       (f_printstr): Ditto.
+       (f_create_fundamental_type): Ditto.
+       * ch-lang.c (chill_printchar): Ditto.
+       (chill_printstr): Ditto.
+       (chill_create_fundamental_type): Ditto.
+       (value_chill_length): Ditto.
+       (value_chill_card): Ditto.
+       (value_chill_max_min): Ditto.
+       (evaluate_subexp_chill): Ditto.
+       * ch-exp.c (PEEK_TOKEN): Ditto.
+       (peek_token_): Ditto.
+       (forward_token_): Ditto.
+       (parse_case_label): Ditto.
+       (parse_opt_untyped_expr): Ditto.
+       (parse_unary_call): Ditto.
+       (parse_call): Ditto.
+       (parse_named_record_element): Ditto.
+       (parse_tuple_element): Ditto.
+       (parse_opt_element_list): Ditto.
+       (parse_tuple): Ditto.
+       (parse_primval): Ditto.
+       (parse_operand6): Ditto.
+       (parse_operand5): Ditto.
+       (parse_operand4): Ditto.
+       (parse_operand3): Ditto.
+       (parse_operand2): Ditto.
+       (parse_operand1): Ditto.
+       (parse_operand0): Ditto.
+       (parse_expr): Ditto.
+       (parse_then_alternative): Ditto.
+       (parse_else_alternative): Ditto.
+       (parse_if_expression): Ditto.
+       (parse_untyped_expr): Ditto.
+       (growbuf_by_size): Ditto.
+       (match_simple_name_string): Ditto.
+       (decode_integer_value): Ditto.
+       (decode_integer_literal): Ditto.
+       (match_float_literal): Ditto.
+       (match_float_literal): Ditto.
+       (match_string_literal): Ditto.
+       (match_character_literal): Ditto.
+       (match_integer_literal): Ditto.
+       (match_bitstring_literal): Ditto.
+       (write_lower_upper_value): Ditto.
+       * ch-lang.h (type_lower_upper): Ditto.
+       * c-lang.c (emit_char): Ditto.
+       * dwarfread.c (free_utypes): Ditto.
+       * stabsread.h (resolve_cfront_continuation): Ditto.
+       * stabsread.c (get_substring): Ditto.
+       (read_one_struct_field): Ditto.
+       * stabsread.h (process_later): Ditto.
+       * demangle.c (set_demangling_command): Ditto.
+       * defs.h (set_demangling_style): Ditto.
+       * maint.c (maintenance_info_command): Ditto.
+       (print_section_table): Ditto.
+       (maintenance_info_sections): Ditto.
+       (maintenance_print_command): Ditto.
+       * symtab.h (maintenance_print_statistics): Ditto.
+       * objfiles.h (in_plt_section): Ditto.
+       * objfiles.c (add_to_objfile_sections): Ditto.
+       * bcache.c (hash): Ditto.
+       (lookup_cache): Ditto.
+       * exec.c (bfdsec_to_vmap): Ditto.
+       (ignore): Ditto.
+       * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
+       * language.c (unk_lang_printchar): Ditto.
+       (unk_lang_printstr): Ditto.
+       (unk_lang_create_fundamental_type): Ditto.
+       (unk_lang_print_type): Ditto.
+       (unk_lang_val_print): Ditto.
+       (unk_lang_value_print): Ditto.
+       * target.c (update_current_target): Ditto.
+       (debug_to_open): Ditto.
+       (debug_to_close): Ditto.
+       (debug_to_attach): Ditto.
+       (debug_to_detach): Ditto.
+       (debug_to_resume): Ditto.
+       (debug_to_wait): Ditto.
+       (debug_to_fetch_registers): Ditto.
+       (debug_to_store_registers): Ditto.
+       (debug_to_prepare_to_store): Ditto.
+       (debug_to_xfer_memory): Ditto.
+       (debug_to_files_info): Ditto.
+       (debug_to_insert_breakpoint): Ditto.
+       (debug_to_remove_breakpoint): Ditto.
+       (debug_to_terminal_init): Ditto.
+       (debug_to_terminal_inferior): Ditto.
+       (debug_to_terminal_ours_for_output): Ditto.
+       (debug_to_terminal_ours): Ditto.
+       (debug_to_terminal_info): Ditto.
+       (debug_to_kill): Ditto.
+       (debug_to_load): Ditto.
+       (debug_to_lookup_symbol): Ditto.
+       (debug_to_create_inferior): Ditto.
+       (debug_to_mourn_inferior): Ditto.
+       (debug_to_can_run): Ditto.
+       (debug_to_notice_signals): Ditto.
+       (debug_to_thread_alive): Ditto.
+       (debug_to_stop): Ditto.
+start-sanitize-gdbtk
+       * gdbtk.c (null_routine): Ditto.
+       (gdbtk_flush): Ditto.
+       (gdbtk_fputs): Ditto.
+       (gdbtk_query): Ditto.
+       (gdbtk_readline): Ditto.
+       (gdbtk_readline_end): Ditto.
+       (gdb_get_breakpoint_list): Ditto.
+       (gdb_get_breakpoint_info): Ditto.
+       (breakpoint_notify): Ditto.
+       (gdbtk_create_breakpoint): Ditto.
+       (gdbtk_delete_breakpoint): Ditto.
+       (gdbtk_modify_breakpoint): Ditto.
+       (gdb_loc): Ditto.
+       (gdb_eval): Ditto.
+       (gdb_sourcelines): Ditto.
+       (map_arg_registers): Ditto.
+       (get_register_name): Ditto.
+       (gdb_regnames): Ditto.
+       (get_register): Ditto.
+       (gdb_fetch_registers): Ditto.
+       (register_changed_p): Ditto.
+       (gdb_changed_register_list): Ditto.
+       (gdb_cmd): Ditto.
+       (call_wrapper): Ditto.
+       (gdb_listfiles): Ditto.
+       (gdb_stop): Ditto.
+       (gdbtk_dis_asm_read_memory): Ditto.
+       (compare_lines): Ditto.
+       (gdb_disassemble): Ditto.
+       (tk_command): Ditto.
+       (cleanup_init): Ditto.
+       (gdbtk_interactive): Ditto.
+       (x_event): Ditto.
+       (gdbtk_wait): Ditto.
+       (gdbtk_call_command): Ditto.
+       (tk_command_loop): Ditto.
+       (gdbtk_init): Ditto.
+end-sanitize-gdbtk
+       * breakpoint.h (set_breakpoint_sal): Ditto.
+       * remote-utils.c (usage): Ditto.
+       * remote.c (set_thread): Ditto.
+       (remote_thread_alive): Ditto.
+       (get_offsets): Ditto.
+       (read_frame): Ditto.
+       (remote_insert_breakpoint): Ditto.
+       (remote_remove_breakpoint): Ditto.
+       * sparc-nat.c (fetch_core_registers): Ditto.
+       * corelow.c (add_to_thread_list): Ditto.
+       (ignore): Ditto.
+       * inftarg.c (proc_wait): Ditto.
+       * infptrace.c (udot_info): Ditto.
+       (fetch_register): Ditto.
+       * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
+       (hardwire_print_tty_state): Ditto.
+       (hardwire_flush_output): Ditto.
+       (hardwire_flush_input): Ditto.
+       (hardwire_send_break): Ditto.
+       (hardwire_setstopbits): Ditto.
+       * ser-tcp.c (tcp_return_0): Ditto.
+       (tcp_noflush_set_tty_state): Ditto.
+       (tcp_print_tty_state): Ditto.
+       * solib.c (match_main): Ditto.
+       * gdbtypes.c (print_bit_vector): Ditto.
+       (print_arg_types): Ditto.
+       (dump_fn_fieldlists): Ditto.
+       (print_cplus_stuff): Ditto.
+       * symfile.h (entry_point_address): Ditto.
+       * symfile.c (decrement_reading_symtab): Ditto.
+       * valops.c (value_arg_coerce): Ditto.
+       * value.h (find_function_in_inferior): Ditto.
+       (value_allocate_space_in_inferior): Ditto.
+       * values.c (vb_match): Ditto.
+       * thread.c (info_thread_command): Ditto.
+       (restore_current_thread): Ditto.
+       (thread_apply_all_command): Ditto.
+       (thread_apply_command): Ditto.
+       * inferior.h (write_pc_pid): Ditto.
+       * infrun.c (delete_breakpoint_current_contents): Ditto.
+       * breakpoint.c (print_it_normal): Ditto.
+       (watchpoint_check): Ditto.
+       (print_it_done): Ditto.
+       (print_it_noop): Ditto.
+       (maintenance_info_breakpoints): Ditto.
+       (create_longjmp_breakpoint): Ditto.
+       (hbreak_command): Ditto.
+       (thbreak_command): Ditto.
+       (watch_commnd_1): Ditto.
+       (rwatch_command): Ditto.
+       (awatch_command): Ditto.
+       (do_enable_breakpoint): Ditto.
+       * ch-valprint.c (chill_val_print_array_elements): Ditto.
+       * eval.c (evaluate_subexp): Ditto.
+       (get_label): Ditto.
+       (evaluate_struct_tuple): Ditto.
+       * eval.c (init_array_element): Ditto.
+
+       * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
+       * breakpoint.c (hw_breakpoint_used_count): Ditto.
+       (hw_watchpoint_used_count): Ditto.
+       * findvar.c (write_register_gen): Ditto.
+       (read_register_pid): Ditto.
+       * symtab.c (cplusplus_hint): Ditto.
+       * infcmd.c (breakpoint_auto_delete_contents): Ditto.
+       * ch-valprint.c (chill_print_type_scalar): Ditto.
+       * gdbtypes.c (add_name): Ditto.
+       (add_mangled_type): Ditto.
+       (cfront_mangle_name): Ditto.
+       * sparc-tdep.c (isbranch): Ditto.
+       * inftarg.c (child_stop): Ditto.
+       * win32-nat.c (child_stop): Ditto.
+       * mac-nat.c (child_stop): Ditto.
+       * remote-utils.c (sr_com): Ditto.
+       * dbxread.c (process_now): Ditto.
+       * ch-exp.c (require): Ditto.
+       (check_token): Ditto.
+       (expect): Ditto.
+       (parse_mode_call): Ditto.
+       (parse_mode_or_normal_call): Ditto.
+       * scm-lang.c (scm_lookup_name): Ditto
+       * f-lang.c (allocate_saved_bf_node): Ditto.
+       (allocate_saved_function_node): Ditto.
+       (allocate_saved_f77_common_node): Ditto.
+       (allocate_common_entry_node): Ditto.
+       (add_common_block): Ditto.
+       (add_common_entry): Ditto.
+       (find_first_common_named): Ditto.
+       (patch_common_entries): Ditto.
+       (patch_all_commons_by_name): Ditto.
+       (clear_bf_list): Ditto.
+       (get_bf_for_fcn): Ditto.
+       (clear_function_list):  Ditto.
+       * scm-exp.c (scm_istr2int): Ditto.
+       (scm_istring2number): Ditto.
+       * scm-valprint.c (scm_inferior_print): Ditto.
+       * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
+       * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
+       (f77_create_arrayprint_offset_tbl): Ditto.
+       (f77_print_array_1): Ditto.
+       (f77_print_array): Ditto.
+       (list_all_visible_commons): Ditto.
+       (there_is_a_visible_common_named): Ditto.
+       * mdebugread.c (ecoff_relocate_efi): Ditto.
+       * callback.c (os_close): Ditto.
+       (os_get_errno): Ditto.
+       (os_isatty): Ditto.
+       (os_lseek): Ditto.
+       (os_open): Ditto.
+       (os_read): Ditto.
+       (os_read_stdin): Ditto.
+       (os_write): Ditto.
+       (os_write_stdout): Ditto.
+       (os_rename): Ditto.
+       (os_system): Ditto.
+       (os_time): Ditto.
+       (os_unlink): Ditto.
+       (os_shutdown): Ditto.
+       (os_init): Ditto.
+       (os_printf_filtered): Ditto.
+
+       * scm-lang.h (scm_parse): Change old style decl to prototype.
+       * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
+       * top.c (init_proc): Ditto.
+       (query_hook): Ditto.
+       (error_hook): Ditto.
+       * f-lang.c (c_value_print): Ditto.
+       * ch-exp.c (parse_expression): Ditto.
+       (parse_primval): Ditto.
+       (parse_untyped_expr): Ditto.
+       (parse_opt_untyped_expr): Ditto.
+       (ch_lex): Ditto.
+       * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
+       (sparc_frame_saved_pc): Ditto.
+       (sparc_push_dummy_frame): Ditto.
+       (sparc_pop_frame): Ditto.
+       * defs.h (fclose): Ditto.
+       (atof): Ditto.
+       (error_hook): Ditto.
+
+       * arc-tdep.c (single_step): Change arg to type "enum target_signal".
+       * rs6000-tdep.c (single_step): Ditto.
+       * sparc-tdep.c (single_step): Ditto.
+
+       * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
+       to PTR which is what make_cleanup expects.
+       * utils.c (null_cleanup): Change arg type to PTR.
+       * defs.h (null_cleanup): Change prototype to match actual function.
+       * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
+       * ch-valprint.c (chill_val_print): Cast 2nd arg of
+       chill_print_type_scalar to LONGEST.
+       * infrun.c (wait_for_inferior): Have empty switch case for
+       BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
+       (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
+       * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
+       is defined.
+       * symfile.c (generic_load): Scan long int using a long int spec,
+       not an int spec.
+       * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
+       is defined.
+       (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
+       not defined.
+       * inflow.c (handle_sigio): Only need prototype when the actual
+       function is compiled in.
+       * valprint.c (longest_to_int): Expand error message to be
+       separate messages for args larger than largest signed int
+       and args smaller than smallest signed int.
+       * valprint.c (print_longest): Fix problems with support for case
+       where compiler supports type "long long" but the runtime doesn't
+       support printing them with "%ll".
+       * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
+       return types to void since we don't actually return anything
+       meaningful and callees ignore the values anyway.
+       * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
+       ifdef.
+       (modify_run_on_last_close_flag): Ditto.
+       (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
+       ifdef
+       * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
+       random value.
+       * infrun.c (wait_for_inferior): Ensure random_signal is not used
+       uninitialized.
+       * valops.c (call_function_by_hand): Ensure struct_addr is not used
+       uninitialized.
+       * breakpoint.c (watch_command_1): Ensure prev_frame is not used
+       uninitialized.
+       * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
+       to "const char *".
+start-sanitize-gdbtk
+       * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
+       to proper pointer type, from int.
+       (gdbtk_query): Change first arg to "const char *" from "char *".
+end-sanitize-gdbtk
+       * infptrace.c (udot_info): Add two dummy args so that the type is
+       correct for passing to add_info.
+       * f-lang.c (saved_fcn): Move decl to head of file so it can be used
+       in prototypes.
+       (saved_bf_symnum): Ditto.
+       (SAVED_FUNCTION): Ditto.
+       (SAVED_FUNCTION_PTR): Ditto.
+       (SAVED_BF): Ditto.
+       (SAVED_BF_PTR): Ditto.
+       * ch-exp.c (parse_named_record_element): Build error message in
+       temporary buffer before passing it to expect, rather than passing
+       wrong number of args to expect.
+       * demangle.c (set_demangling_style): Call set_demangling_command with
+       correct number of arguments.
+       * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
+       int to match actual function.
+       (os_isatty): Call fdmap with right number of arguments, was missing
+       the host_callback* arg.
+       * target.c (cleanup_target): Prototype all functions casts.
+       * target.h (one_stepped, single_step): Declare here and convert
+       single_step to prototype.
+       * infrun.c (one_stepped, single_step): Don't declare externs
+       here, they have moved to target.h.
+       * eval.c (init_array_element): Declare previously undeclared
+       last two args as LONGEST.
+       * dcache.c (dcache_xfer_memory):  Change xfunc decls to prototype form.
+start-sanitize-gdbtk
+       * gdbtk.c (register_changed_p): Remove unused local variable "buf".
+end-sanitize-gdbtk
+
+Thu Jul 25 16:11:54 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
+
+Mon Jul 22 18:13:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (os9kread.o):  Remove dependency on partial-stab.h.
+       * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h:  Don't
+       use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
+       text address.  Use a seperate flag (textlow_not_set) instead.
+       This makes stabs in ELF .o files work a lot better.
+       * mdebugread.c xcoffread.c:  Define textlow_not_set for
+       partial-stab.h.
+       * stabsread.h (end_psymtab):  Add textlow_not_set arg to prototype.
+
+start-sanitize-gdbtk
+Sat Jul 20 17:46:40 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.tcl (files_command): Reorder the binding tags for
+       the listbox widget to avoid referencing the listbox after
+       the containing widget has been destroyed by the action of
+       a previous binding.
+end-sanitize-gdbtk
+
+Sat Jul 20 10:41:06 1996  Fred Fish  <fnf@cygnus.com>
+
+       * dwarf2read.c (struct filenames): Change internal "struct file"
+       to "struct fileinfo" to avoid conflict with "struct file" in
+       <sys/file.h> on HPUX and Solaris.
+
+start-sanitize-gdbtk
+Sat Jul 20 10:09:28 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.tcl (delete_expr): Unset corresponding element of
+       expr_update_list when destroying an expression.
+       (create_expr_window): Initialize expr_num, delete_expr_num,
+       and expr_update_list here when each new expression window
+       is created, rather than once at startup.
+end-sanitize-gdbtk
+
+Fri Jul 19 14:05:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * dwarf2read.c: New file, DWARF 2 reader originally contributed by
+       Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
+       * Makefile.in (COMMON_OBS): Add dwarf2read.o.
+       (SFILES): Add dwarf2read.c.
+       (dwarf2read.o): Add build rule.
+       * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
+       exported functions.
+       * elfread.c (elf_symfile_read): Call them.
+       (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
+
+Thu Jul 18 01:22:01 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * symfile.c (symfile_bfd_open): 
+       * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
+       free the user from having to type the .exe extension.
+
+Wed Jul 17 06:54:50 1996  Mark Alexander  <marka@cygnus.com>
+
+       * mon960-rom.c: Shorten the mon960_inits string to a single
+       carriage return; this prevents a hang on connecting immediately
+       after powerup, when MON960 is attempting autobaud detection.
+
+Tue Jul 16 23:47:04 1996  Mark Alexander  <marka@cygnus.com>
+
+       * a29k-tdep.c (get_saved_register): Allow PC to be modified
+       when innermost frame is selected, but not in outer frames.
+
+Tue Jul 16 23:37:25 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * command.c (do_setshow_command):  Don't segfault when showing
+       var_string and var_string_noescape vars that are NULL.
+
+Mon Jul 15 16:55:48 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
+       cygwin32_conv_to_posix_path.
+       (child_create_inferior): unix_path_to_dos_path renamed to
+       cygwin32_conv_to_win32_path.  Rewrite code to translate PATH.
+
+Mon Jul 15 16:44:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * defs.h printcmd.c:  Create global disassemble_info structure
+       tm_print_insn_info.
+start-sanitize-gdbtk
+       * gdbtk.c (gdb_disassemble):  Setup di.mach from
+       tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
+end-sanitize-gdbtk
+       * i386-tdep.c (set_assembly_language_command):  set
+       tm_print_insn_info.mach to the appropriate value for 386 or 8086
+       disassembly.
+       * printcmd.c (print_insn):  Move init of disassembler_info to
+       _initialize_printcmd.  Set endian for disassembler here.
+       * sparc-tdep.c:  Set tm_print_insn_info.mach as appropriate to
+       select sparc/sparclite.
+       * config/sparc/{tm-sparc.h tm-sparclite.h}:  Get rid of
+       TM_PRINT_INSN.  Set TM_PRINT_INSN_MACH to
+       bfd_mach_sparc/bfd_mach_sparc_sparclite.
+
+Fri Jul 12 19:04:32 1996  Fred Fish  <fnf@cygnus.com>
+
+       * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
+       than xmalloc/xrealloc.
+
+Fri Jul 12 17:59:47 1996  Fred Fish  <fnf@ninemoons.com>
+
+       * objfiles.c (map_to_file): Error return from mmalloc_findbase is
+       a NULL pointer, not a -1.
+
+Fri Jul 12 10:16:24 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * i386-tdep.c (set_assembly_language_command):  New routine to
+       select between i386 and i8086 instruction sets for disassembly.
+       New command `set assembly-language {i386 i8086}'.
+
+Thu Jul 11 21:13:21 1996  Mark Alexander  <marka@cygnus.com>
+
+       * monitor.c (monitor_write_memory, monitor_read_memory_single):
+       Disable use of "long long" memory read/write commands; can't
+       use them because we hold the values to read/write in an int
+       variable, and because strtoul fails on values that exceed the
+       size of a long.  This fixes breakpoint problems on MON960.
+
+Thu Jul 11 11:39:31 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
+       * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
+
+Wed Jul 10 16:54:41 1996  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
+       and MMALLOC_CHECK macros, and add comment indicating how host dependent
+       makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
+       to use it but to not do heap corruption checking.
+       * gdbserver/Makefile.in: Ditto.
+       * utils.c (init_malloc): Replace warning() use with direct call of
+       fprintf_unfiltered, since current_target has not yet been set and thus
+       we cannot use warning().  If we try to use mmcheck and it fails,
+       suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
+       defined.  Other small mmalloc related cleanups.
+       * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
+       * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
+
+       * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
+       * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT): 
+       * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
+       * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
+       * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
+       * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
+       * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
+       * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
+       Remove obsolete defines.
+
+       * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
+       * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
+       * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
+       * config/rs6000/aix4.mh (MMALLOC_DISABLE):
+       * config/powerpc/aix4.mh (MMALLOC_DISABLE):
+       * config/powerpc/aix.mh (MMALLOC_DISABLE):
+       * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
+       * config/mips/mipsm3.mh (MMALLOC_DISABLE):
+       * config/mips/decstation.mh (MMALLOC_DISABLE):
+       * config/m88k/cxux.mh (MMALLOC_DISABLE):
+       * config/i386/i386mk.mh (MMALLOC_DISABLE):
+       * config/i386/i386m3.mh (MMALLOC_DISABLE):
+       * config/i386/i386gnu.mh (MMALLOC_DISABLE):
+       Use MMALLOC_CFLAGS instead.
+
+Tue Jul  9 22:41:12 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * h8300-tdep.c: Remove some outdated comments.
+       (h8300_skip_prologue): Rework to be more correct for the H8/300H.
+       Handle stm.l insns for the H8/S.
+       (examine_prologue): Likewise.
+
+Tue Jul  9 16:48:55 1996  Raymond Jou  <rjou@mexican.cygnus.com>
+
+       * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
+
+Mon Jul 08 08:50:39 1996  Mark Alexander  <marka@cygnus.com>
+
+       * mon960-rom.c (mon960_open): Add floating point detection to
+       prevent hang on non-FPU processors (PR 9775).
+       (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
+       setting breakpoints and improve loading speed.
+
+Sun Jul  7 14:57:34 1996  Fred Fish  <fnf@cygnus.com>
+
+       * coffread.c (record_minimal_symbol): Don't presave name string
+       on symbol_obstack before passing to prim_record_minimal_symbol.
+       It now handles saving the string itself.
+       * dbxread.c (read_dbx_dynamic_symtab): Ditto.
+       * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
+       * os9kread.c (record_minimal_symbol): Ditto.
+       * solib.c (solib_add_common_symbols): Ditto.
+
+       * coffread.c (coff_symtab_read): Don't presave name string on
+       symbol_obstack before passing to prim_record_minimal_symbol_and_info.
+       It now handles saving the string itself.
+       * dbxread.c (record_minimal_symbol): Ditto.
+       * elfread.c (record_minimal_symbol_and_info): Ditto.
+       
+       * dstread.c (record_minimal_symbol): Remove static function that just
+       called prim_record_minimal_symbol with the same args (after change to
+       prim_record_minimal_symbol to do it's own name string saves).
+       * nlmread.c (record_minimal_symbol): Ditto.
+       * somread.c (record_minimal_symbol): Ditto.
+
+       * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
+       (hpread_read_function_type): Ditto.
+       (hpread_process_one_debug_symbol): Ditto.
+       * mdebugread.c (parse_symbol): Ditto.
+       (new_symbol): Ditto.
+       * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
+
+       * coffread.c (process_coff_symbol): Use obsavestring to save
+       SYMBOL_NAME, rather than obstack_copy0.
+       * dstread.c (create_new_symbol): Ditto
+       * symfile.c (obconcat): Ditto.
+       * stabsread.c (patch_block_stabs): Ditto.
+       * xcoffread.c (SYMNAME_ALLOC): Ditto.
+
+       * symfile.c (obsavestring): Update comments
+       * solib.c (solib_add_common_symbols): Remove local var origname.
+
+Wed Jul  3 15:56:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * configure:  Re-build with autoconf-2.10.
+
+       * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
+       config/sparc/tm-sparclite.h:  Initialize tm_print_insn from
+       TM_PRINT_INSN, which comes from the tm file.
+
+Tue Jul 02 21:41:20 1996  Mark Alexander  <marka@cygnus.com>
+
+       * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c, 
+       os9kread.c: Replace identical sym_offsets functions with
+       default_symfile_offsets.
+       * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
+       macro to allocate section_offsets.
+       * symfile.c (default_symfile_offsets): New function.
+       * symfile.h: Declare default_symfile_offsets.
+       * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
+       simplify allocation of section_offsets.
+
+Tue Jun 11 12:02:55 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (INTERNAL_LDFLAGS):  Add in flags from configure.
+       * configure configure.in:  Only make sol-thread.o for native.
+       Also, switch to dlopened libthread_db.so.1.
+       * sol-thread.c:  Switch to using dlopen to get the thread_db
+       library.
+
+Thu Jun 13 16:53:25 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * configure, configure.in:  Change test for libthread_db to only
+       work for configs where build/host/target are the same.
+
+Tue Jul  2 15:04:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
+       PowerPC.
+
+       * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
+       support.
+       * configure: Regenerate.
+
+Mon Jul  1 13:00:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Raymond Jou  <rjou@mexican.cygnus.com>:
+        * mpw-make.sed: Add lines to whack out autoconf hook
+        @CONFIG_LDFLAGS@.
+
+Mon Jul 01 11:07:15 1996  Mark Alexander  <marka@cygnus.com>
+
+       * remote-e7000.c (e7000_stop): New function.
+
+Fri Jun 28 06:34:19 1996  Dawn Perchik  <dawn@cygnus.com>
+
+       * configure, configure.in: Add target sparclet.
+       * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
+       (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
+       command to start process running on target is different from one
+       to continue execution), MO_HEX_PREFIX (if addresses from monitor
+       have a "0x" prefix).
+       * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
+       registers array.  This is to allow NULLs to be place holders in
+       the tm-*.h file so that only minor changes are needed when a new
+       processor is introduced (eg, one without floating point).
+       * sparc-tdep.c: Conditionally remove dependancies on floating
+       point.
+       * sparclet-rom.c, config/sparc/sparclet.mt,
+       config/sparc/tm-sparclet.h: New files for target sparclet.
+       * symfile.c (load_command): Add option for 2nd parameter; a load
+       offset added to the vma of each section.
+
+Fri Jun 28 05:39:19 1996  Dawn Perchik  <dawn@cygnus.com>
+
+        * main.c (main): Add option "l" for setting remote_timeout.
+
+Fri Jun 28 05:25:18 1996  Dawn Perchik  <dawn@cygnus.com>
+
+        * remote-e7000.c, remote.c, target.h, top.c: Add set option
+       "remote_timeout" for setting remote_timeout.  Add set option
+       "use_hard_breakpoints" for setting hardware .vs. memory
+       breakpoints.
+
+Fri Jun 28 04:32:18 1996  Dawn Perchik  <dawn@cygnus.com>
+
+        * remote-e7000.c (e7000_parse_device): New function.
+       Add option "tcp_remote" to target command if using 
+       tcp to connect to a remote host which is then connected 
+       via serial port to the e7000 (for exampole, a port master).
+       (e7000_open): Change to call e7000_parse_device.
+
+Fri Jun 28 03:47:17 1996  Dawn Perchik  <dawn@cygnus.com>
+
+       * monitor.c (monitor_debug): Fix remotedebug buffering.
+
+Thu Jun 27 18:24:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
+       (NATDEPFILES): Add a space.
+
+Wed Jun 26 06:05:39 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
+       is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
+
+       * ch-exp.c (calculate_array_length): Function removed.
+
+Tue Jun 25 17:41:06 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * remote-e7000.c (e7000_read_inferior_memory_large): New function.
+       (e7000_xfer_inferior_memory): Call it.
+
+Tue Jun 25 23:14:07 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * gdb/gdbserver/Makefile.in (docdir): Removed.
+
+Tue Jun 25 22:05:38 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
+
+       * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
+       Use autoconf set values.
+       (docdir): Removed.
+       * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+       * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir, 
+       includedir): Use autoconf set values.
+       (docdir): Removed.
+       * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
+       * nlm/configure: Rebuilt.
+        * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
+
+Mon Jun 24 09:56:14 1996  Angela Marie Thomas (angela@cygnus.com)
+
+       * stabsread.c (read_cfront_member_functions): add type
+
+Sun Jun 23 23:40:48 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * win32-nat.c: #include <unistd.h>.
+       (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
+       (child_create_inferior): Convert only env var PATH to win32 style.
+       (set_pathstyle_dos): Delete.
+       (_initialize_inftarg): Delete dos-path-style command.
+
+start-sanitize-gdbtk
+Fri Jun 21 11:04:47 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.tcl (create_register_windows): Include missing '$'s.
+       Add global declarations for various reg_format_* variables.
+       * gdbtk.tcl (populate_register_window): Make initial window one
+       line taller to account for new column header line.
+
+Fri Jun 21 09:46:47 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.c (get_register): Support for printing raw formats.
+       * gdbtk.tcl: Add hint for using debug_interface.
+       (center_window, add_breakpoint_frame, delete_breakpoint_frame):
+       Enclose arg in braces for consistency.
+       (create_registers_window, populate_reg_window, update_registers):
+       Major rewrite to support displaying multiple formats in the register
+       window.
+       (init_reg_info): New function.
+       (recompute_reg_display_list):  Reset reg_display_list, start
+       register display lines at line 2.
+
+end-sanitize-gdbtk
+Thu Jun 20 13:42:23 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in: Revise sol-thread.o test.
+       * configure: Regenerated.
+
+       * source.c (find_source_lines): Reassign size to result of read.
+
+start-sanitize-gdbtk
+Thu Jun 20 08:18:59 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
+       avoid backing up over prompt.  At every input, make sure insert
+       point is at least after command start, handle control-u to delete
+       current input line.
+       (tclsh): Handle backspace to avoid backing up over prompt.  Handle
+       control-u to delete current input line.
+
+Wed Jun 19 17:23:38 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * configure.in: disable gdbtk for *cygwin32* hosted compiles
+       * configure: regenerated with autoconf 2.8
+
+end-sanitize-gdbtk
+Tue Jun 18 16:25:54 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
+       (h8300_command): Likewise.
+       (set_machine): Likewise.
+       (set_machine_hook): Likewise.
+       (_initialize_h8300m): Likewise.
+
+       * config/h8300/tm-h8300.h (h8300smode): Declare.
+
+Sun Jun 16 15:21:51 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
+
+       * somsolib.c (som_solib_create_inferior_hook): Handle tracking
+       of shl_load calls for hpux10.
+
+Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
+
+       * config.in: Regenerated.
+       * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
+
+       * configure: Regenerated.
+       * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
+       avoid name clashes with SunOS headers.
+
+Tue Jun 11 19:52:50 1996  Fred Fish  <fnf@cygnus.com>
+
+       From Michael Snyder <Michael_Snyder@next.com>:
+       * bcache.c (print_bcache_statistics): Avoid divide-by-zero
+       exception if one or more objfile has no symbols, such as when
+       a dynamic library has been stripped.
+
+Tue Jun 11 12:02:55 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (INTERNAL_LDFLAGS):  Add in flags from configure.
+       * configure configure.in:  Only make sol-thread.o for native.
+       Also, switch to dlopened libthread_db.so.1.
+       * sol-thread.c:  Switch to using dlopen to get the thread_db
+       library.
+
+Mon Jun 10 14:17:19 1996  Fred Fish  <fnf@cygnus.com>
+
+       * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
+       Change from 0xE0000000 to 0xC0000000.
+
+Thu Jun  6 17:10:32 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/powerpc/xm-solaris.h: Initial version of support for
+       Solaris on PowerPC.
+
+Wed Jun  5 01:52:57 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * configure.in (configdirs): Force 4100 builds to use 4300 GDB
+       target.
+       * configure: Rebuild.
+
+       * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
+       little-endian builds.
+       
+Mon Jun  3 11:48:29 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * inftarg.c (child_thread_alive): Protect declaration with
+       #ifndef CHILD_THREAD_ALIVE.
+
+       * source.c (find_source_lines): Check the time on the symtab's bfd if
+       it exists, else check the time on the exec_bfd.
+
+Thu May 30 09:43:17 1996  Mark Alexander <marka@cygnus.com>
+
+       * dsrec.c (make_srec):  Fix calculation of address size
+       to allow addresses less than 0x100.
+
+Thu May 30 04:24:09 1996  Wilfried Moser (Alcatel)  <moser@rtl.cygnus.com>
+
+       * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
+
+Tue May 28 16:15:47 1996  Geoffrey Noer  <noer@cygnus.com>
+
+       * remote-mips.c: cannot use EINVAL for breakpoint test since
+       its value varies for different hosts (e.g. go32's is 19, while
+       sunos is 22).  Changed to hardcoded 22 since that is what the
+       mips boards return.
+
+Tue May 28 11:14:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * configure: Regenerated.
+       * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
+       (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
+
+Sun May 26 16:56:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * solib.c (solib_absolute_prefix, solib_search_path): New variables.
+       (_initialize_solib): Add set/show commands for those variables.
+       (solib_map_sections): Implement searching using them.
+
+Sun May 26 14:14:49 1996  Fred Fish  <fnf@cygnus.com>
+
+       Changes from: David Mosberger-Tang  <davidm@azstarnet.com>
+
+       * NEWS:  Add Alpha Linux as a new native configuration.
+
+       * mdebugread.c (parse_symbol): When we find a malloc() symbol with
+       return type VOID, assume no debugging info is available for that
+       object file and patch the return value into VOID *.  Otherwise,
+       operations requiring an implicit call to malloc() will fail.
+
+       * infrun.c (wait_for_inferior): The criterion to detect entering a
+       sigtramp handler is now: (a) the current pc is inside a sigtramp
+       handler, (b) the previous pc is not in a sigtramp handler, and (c)
+       the current stack pointer is "inner" than the old one.  Condition
+       (c) is new to avoid mistaking a return from a signal handler into
+       sigtramp as a new sigtramp invocation.
+
+       * dcache.c (struct dcache_block): Declare addr as CORE_ADDR.  An
+       int may not be big enough to hold an address.
+       (dcache_hit): Ditto.
+       (dcache_peek_byte): Fix indentation.
+
+       * configure.in (alpha-*-linux*): Add target.
+       * configure: Rebuild
+
+       * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
+       (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
+       (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
+       (SIGCONTEXT_ADDR): Ditto.
+       (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
+
+       * config/alpha/alpha-linux.mh: New file.
+       * config/alpha/alpha-linux.mt: Ditto.
+       * config/alpha/nm-linux.h: Ditto.
+       * config/alpha/tm-alphalinux.h: Ditto.
+       * config/alpha/xm-alphalinux.h: Ditto.
+       * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
+       * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
+       xm-alphaosf.h.
+       * config/alpha/alpha-osf2.mh: Ditto.
+
+       * blockframe.c (find_pc_partial_function): Pass PC to
+       SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
+       that detect sigtramp code via designated code sequences (as is the
+       case for Linux/Alpha, for example).
+       
+       * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
+       to ignore new PC argument.
+       * config/m68k/tm-hp300bsd.h: Ditto.
+       * config/vax/tm-vax.h: Ditto.
+
+       * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
+       (alpha_osf_skip_sigtramp_frame): Ditto.
+       (push_sigtramp_desc): Ditto.
+       (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
+       sigcontext address from frame.
+       (alpha_saved_pc_after_call): When in sigtramp, use
+       alpha_frame_saved_pc() instead of read-register().
+       (after_prologue): When inside a dynamically generated sigtramp
+       function, there is no prologue, so return address of first
+       instruction.
+       (alpha_in_prologue): Fix typo in comment.
+       (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
+       whether we're inside a dynamicaly generated sigtramp function.  If
+       so, create and push and appropriate procedure descriptor.
+       (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
+       the frame past a sigtramp frame (if the current frame is indeed a
+       sigtramp function).
+       (init_extra_frame_info): Don't read next frame register off of
+       stack-pointer when inside a dynamiccaly generated sigtramp.
+       (alpha_pop_frame): Also unlink and destroy procedure descriptors
+       created for dynamically generated sigtramp functions.
+
+       * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
+       <alpha/ptrace.h> instead of <machine/reg.h>
+
+Tue Jul  2 13:58:10 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_validate_task_sc):
+       Give terminal to gdb while asking question.
+       (inf_resume): Don't validate the task suspend-count while execing.
+
+Thu Jun 13 11:04:52 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
+       additional suspend count.
+       (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
+       (inf_resume): Call inf_validate_task_sc here.
+       (gnu_resume): Call inf_update_procs to ensure noticing new threads.
+
+Fri Jun  7 17:00:43 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
+
+Thu May 23 15:13:56 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * h8300-tdep.c (IS_PUSH): Refine.
+       (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
+       (IS_SUB4_SP, IS_SUBL_SP): New macros.
+       (h8300_skip_prologue): Handle H8/300H prologue code sequences.
+       (examine_prologue): Handle addresses from 0x010000 to 0xffffff
+       when in H8/300H mode.  Get the return pointer's address correctly
+       for the H8/300H.  Handle H8/300H prolouge code sequences.
+
+       * symfile.c (generic_load): Print the starting address
+       of the file just loaded.
+
+Thu May 23 12:09:52 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
+
+Tue May 21 11:53:56 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * breakpoint.c (bpstat_do_actions):  Avoid endless recursion
+       if a `source' command is contained in bs->commands.
+
+       * infrun.c (wait_for_inferior):  Update step_frame_address when
+       stepping into a new line.
+
+       From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab):
+       * breakpoint.c (breakpoint_1):  Add shlib_disabled case to
+       bpenables array.
+
+Mon May 20 22:52:00 1996  Mark Alexander  <marka@cygnus.com>
+
+       * dsrec.c (load_srec): Add WAITACK parameter, for machines
+       like EST visionICE that send back an ACK after each S-record.
+       * monitor.c (monitor_wait_srec_ack): New function.
+       (monitor_load): Pass monitor_wait_srec_ack to load_srec
+       if the monitor's MO_SREC_ACK flag is set.
+       * monitor.h: Define MO_SREC_ACK flag.
+       * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
+       * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
+       * srec.h: Add WAITACK parameter to load_srec prototype.
+
+Sun May 19 21:22:00 1996  Rob Savoye  <rob@chinadoll>
+
+       * config/sparc/sparclite.mt: Add the sparc simulator.
+
+Sun May 19 16:49:37 1996  Fred Fish  <fnf@cygnus.com>
+
+       * defs.h (read_command_lines, query_hook): Update prototypes.
+       (readline_begin_hook, readline_hook, readline_end_hook): Declare.
+       * breakpoint.c (commands_command): Build message in temporary buffer
+       and pass that, as well as tty control flag, to read_command_lines.
+       * top.c (readline_begin_hook, readline_hook, readline_end_hook):
+       Define here.
+       (command_loop): Check for non-NULL instream before looping.
+       (command_line_input): Use readline_hook when appropriate, to get
+       user input from a GUI window.
+       (read_next_line): Also build prompt if getting user input from a GUI.
+       (recurse_read_control_structure): Fix typo in comment.
+       (read_command_lines): Use passed in prompt and tty flag to decide how
+       to build message.  Use readline_begin_hook when appropriate, to set
+       up a GUI interaction window.  Just return head, whether NULL or not,
+       after using readline_end_hook to complete GUI interaction.
+       (define_command, document_command): Build message in a temporary
+       buffer and pass it to read_command_lines, along with tty flag.
+
+start-sanitize-gdbtk
+       * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
+       New functions.
+       (tk_command_loop): Set instream to NULL to enable Tk user interaction.
+       (gdbtk_init): Set readline_begin_hook, readline_hook,
+       and readline_end_hook.
+       * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
+       gdbtk_tcl_readline_end): New functions.
+       (tclsh): Pack scroll bar on right side of window, not left.
+end-sanitize-gdbtk
+
+Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * blockframe.c (frameless_look_for_prologue):
+       Add FUNCTION_START_OFFSET only if func_start is non-zero.
+       * minsyms.c (lookup_minimal_symbol_by_pc):  Return NULL if
+       pc is not in a known section.
+       * stack.c (print_frame_info):  Remove check for fi->pc in known
+       section, now handled by lookup_minimal_symbol_by_pc.
+
+start-sanitize-gdbtk
+Fri May 17 13:54:34 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.tcl (create_command_window): Change a misspelled "get"
+       to the intended "cget".
+       (delete_line): Fix so it deletes the current line at the
+       insertion cursor.
+end-sanitize-gdbtk
+
+Fri May 17 13:31:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * sh-stub.c: New file, was config/sh/stub.c.
+
+start-sanitize-gdbtk
+Thu May 16 19:20:29 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
+
+       * gdbtk.tcl (gdb_prompt): Set this early on.
+       (create_command_window): Use gdb_prompt rather than "(gdb) ".
+       (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
+       (tclsh): If an evaluation window already exists, just bring it
+       to the front instead of trying to create another.
+       * gdbtk.c (tk_command_loop): New function.
+       (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
+
+Thu May 16 16:16:35 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.tcl (evaluate_tcl_command, tclsh):  New functions that
+       implement a tcl evaluation window for gdbtk maintainers to use.
+
+Thu May 16 11:42:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * gdbtk.tcl (files_command): Correctly insert list of files into
+       listbox widget.
+
+       * gdbtk.tcl (files_command): listbox command no longer accepts
+       -geometry.
+
+Wed May 15 16:04:09 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdbtk.tcl (create_command_window): If command window's buffer
+       is disabled, don't execute any of the key bindings.
+end-sanitize-gdbtk
+
+Wed May 15 08:25:12 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * top.c (read_next_line): Fix thinkos.  From Donn Seeley.
+
+       * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
+       C_STAT symbols.
+       * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
+       Flush cached frames just before exiting.
+       * remote-sim.c (gdbsim_resume): Complain if the program isn't
+       being run.
+       * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
+
+Tue May 14 18:05:16 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * procfs.c (procfs_thread_alive procfs_stop):  Make static.
+       (procfs_pid_to_str):  New routine to print out thread id's in an
+       intelligible manner.
+       * sol-thread.c (sol_thread_fetch_registers):  Re-order manner in
+       which supply_register is called to fix bug with writing
+       individual regs.
+       * config/sparc/tm-sun4sol2.h:  Define default for
+       target_pid_to_str in case host lacks libthread_db.
+
+Mon May 13 23:53:30 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in config.in configure configure.in
+       config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
+       config/sparc/tm-sun4sol2.h:  Use autoconf to config Solaris thread
+       and pthread support, since pre-2.5 systems don't come with
+       libthread_db.so.1.
+
+       * procfs.c (info_proc):  Use int instead of id_t.  Old versions of
+       Irix don't seem to define this.
+
+start-sanitize-gdbtk
+Mon May 13 13:43:25 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdbtk.c (tk_command): Catch case where no argument is given
+       since this will cause the tcl interpreter to dump core.
+end-sanitize-gdbtk
+
+Mon May 13 17:40:58 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * top.c (execute_control_command, case while_control): Allow
+       a while command to be interrupted.
+
+Mon May 13 16:17:36 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * sol-thread.c:  More cleanup, add comments.
+       (sol_thread_resume):  Prevent people from trying to step
+       inactive threads.
+       (sol_thread_wait sol_thread_fetch_registers
+       sol_thread_store_registers):  Remove unnecessary check for
+       sol_thread_active.  These routines won't get called unless threads
+       are active.
+
+Mon May 13 11:29:37 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       SH3-E support from Allan Tajii <atajii@hmsi.com>:
+       * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
+       float registers.
+       (sh3e_reg_names): New register name array.
+       (sh_processor_type_table): Add sh3e processor type.
+       * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
+       (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
+       full set of registers.
+       * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
+       (e7000_fetch_registers, e7000_wait): Use them.
+       * sh3-rom.c (sh3_regnames): Add float registers.
+       (sh3e_cmds, sh3e_ops): New globals.
+       (sh3e_open): New function.
+       (_initialize_sh3_rom): Rename from _initialize_sh3, set up
+       sh3e target vector.
+
+Fri May 10 15:53:38 1996  Stu Grossman  (grossman@lisa.cygnus.com)
+
+       * sol-thread.c:  Cleanup.  gcc -Wall fixes.  Add prototypes.
+       Print out messages instead of codes for thread_db errors.  Make
+       access macros for thread and lwp manipulation.  Make cleanups to
+       fixup inferior_pid in case of errors.
+
+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.
+start-sanitize-gdbtk
+       * gdbtk.c: Fix a couple of misspellings.
+end-sanitize-gdbtk
+       * 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.
@@ -22,6 +2546,163 @@ Wed Feb 28 22:32:18 1996  Stan Shebs  <shebs@andros.cygnus.com>
        * remote.c (remote_detach): Send a command 'D' to the target
        when detaching, update the function's comments.
 
+Thu Jun  6 16:11:38 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (thread_cmd_list): New declaration.
+       (parse_int_arg): New function.
+
+Wed Jun  5 17:28:04 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.h (struct proc): Add DETACH_SC field.
+       * gnu-nat.c (make_proc): Set DETACH_SC.
+       (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
+       (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
+       (add_thread_commands): Add set/show for detach-suspend-count.
+       Add takeover-suspend-count cmd.
+       (inf_detach): Set suspend counts to the detach SC, not 0.
+       (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
+       set_task_detach_sc_cmd, show_task_detach_sc_cmd,
+       set_thread_default_thread_detach_sc_cmd,
+       show_thread_default_thread_detach_sc_cmd): New functions.
+       (show_task_cmd): Also show detach-suspend-count values.
+       (thread_takeover_sc_cmd): New function.
+
+Fri May 31 16:49:24 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (show_thread_run_cmd): Actually print state.
+
+Thu May 30 10:47:56 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
+
+Tue May 28 17:06:36 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
+       pointer to the flags now, not the flags themselves.
+
+Mon May 27 13:31:17 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
+       (gnu_create_inferior): Check return from ptrace.
+
+Sun May 26 16:56:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.h (struct proc): Add DEAD field.
+       * gnu-nat.c (make_proc): Initialize DEAD.
+       (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
+       (gnu_wait): Only abort for 0 threads if the task isn't dead.
+
+Sat May 25 17:06:05 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
+
+Wed May 22 18:44:28 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
+       (inf_set_traced): Only give no-signal-thread error message if
+       turning *on* tracing.
+
+Wed May 15 13:03:16 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_validate_procs): If INF has no threads, always
+       set inf->threads_up_to_date to 0.
+       (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
+       (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
+       (proc_update_sc): Cast thread state arg to thread_set_state.
+       (proc_get_state): Cast thread state arg to thread_get_state.
+       (inf_validate_task_sc): Cast task_basic_info arg to task_info.
+       * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
+       inf_update_procs before we lookup the thread.
+       * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
+
+Tue May  7 17:52:33 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
+
+Mon May  6 19:06:49 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
+       INIT_TRACEMASK instead of setting the exec flags.
+
+Fri May  3 19:10:57 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
+       the task's died, so others have a chance at it.
+       (gnu_resume): When single-stepping a single thread, given an error
+       if there is no such thread.  When single-stepping one but running
+       the others, just given a warning and still run all the threads.
+       (gnu_wait): If there seem to be no threads, look harder, and
+       signal an error if there really aren't any.
+       (gnu_attach): Reset thread numbering to 0.
+
+       * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
+       thread name in warning messages.
+
+       * gnu-nat.c (active_inf): New function.
+       (show_sig_thread_cmd, show_stopped_cmd): Use it.
+       (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
+       info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
+       New functions.
+       (add_task_commands): Add new port-right info commands.
+
+Fri Apr 26 20:42:16 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
+       use mach_msg with MACH_RCV_INTERRUPT.
+       (set_noninvasive_cmd): New function.
+       (add_task_commands): Add command entry for `set noninvasive'.
+
+Mon Mar  4 14:12:02 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
+       (safe_bcopy): Function removed.
+
+Mon Dec  4 14:18:26 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c (proc_update_sc): Assert only threads can have state.
+       (make_proc): Initialize state_valid & state_changed fields.
+
+Tue Nov 28 17:51:21 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * reply_mig_hack.awk: New file.
+
+Tue Nov 14 14:31:03 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * breakpoint.c (breakpoint_1): Print breakpoint thread field.
+
+       * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
+       threads.
+
+Mon Nov 13 18:30:53 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * target.c (debug_to_check_threads): New function.
+
+       * inflow.c (terminal_init_inferior_with_pgrp): New function.
+       (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
+       * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
+       but only if PROCESS_GROUP_TYPE is defined.
+
+Mon Nov  6 16:42:09 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * target.c (debug_to_thread_alive): Pass through the return value.
+
+Thu Nov  2 18:05:00 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * target.c (signals, target_signal_from_host, target_signal_to_host): 
+       Add mach exceptions.
+       * target.h (enum target_signal): Add mach exceptions.
+
+Mon Oct 30 16:41:04 1995  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnu-nat.c: New file: gnu native backend.
+       * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
+       * gnu-nat.h: New file.
+       * config/nm-gnu.h: New file.
+       * config/tm-i386gnu.h: New file.
+       * config/xm-i386gnu.h: New file.
+       * config/i386/i386gnu.mh: New file.
+       * config/i386/i386gnu.mt: New file.
+
 Wed Feb 28 15:50:12 1996  Fred Fish  <fnf@cygnus.com>
 
        * Makefile.in (VERSION): Bump version to 4.15.2 to establish
@@ -74,7 +2755,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>.
@@ -95,7 +2776,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.
@@ -740,7 +3421,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
@@ -781,7 +3462,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.
@@ -958,7 +3639,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.050761 seconds and 4 git commands to generate.