2004-02-15 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 939090fdc60a43e549c955ee71085905238a4e66..7a5a2ade080b264bb347d5e2b814cde3959c4e35 100644 (file)
@@ -1,4 +1,965 @@
-2004-01-28  Roland McGrath  <roland@redhat.com>
+2004-02-15  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
+       * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
+       * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
+       * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
+       * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
+       * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
+       * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
+
+2004-02-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
+       * dwarf2-frame.c (dwarf2_frame_data): New variable.
+       (struct dwarf2_frame_ops): New.
+       (dwarf2_frame_default_init_reg): New function, based on
+       dwarf2_frame_init_reg.
+       (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
+       (dwarf2_frame_init_reg): Call architecture-specific function.
+       (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
+       (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
+       instead of dwarf2_frame_data.
+       (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
+       Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
+
+2004-02-15  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
+       register_gdbarch_swap.
+       (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
+       * f-lang.c (_initialize_f_language): Update, use
+       DEPRECATED_REGISTER_GDBARCH_SWAP.
+       * remote.c (_initialize_remote): Ditto.
+       * regcache.c (_initialize_regcache): Ditto.
+       * parse.c (_initialize_parse): Ditto.
+       * infrun.c (_initialize_infrun): Ditto.
+       * mi/mi-main.c (_initialize_mi_main): Ditto.
+       * gdbtypes.c (_initialize_gdbtypes): Ditto.
+       
+       * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
+       poking .cacheable directly.
+       * symfile.c (symfile_bfd_open): Ditto.
+
+       * Makefile.in: Update all dependencies.
+
+       * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
+       (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
+       .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
+       (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
+       (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
+
+2004-02-14  Andrew Cagney  <cagney@redhat.com>
+
+       * arch-utils.c (legacy_convert_register_p): Check
+       DEPRECATED_REGISTER_CONVERTIBLE_P.
+       * findvar.c (value_of_register): Ditto.
+
+       * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * arch-utils.c (deprecated_register_convertible_not): Delete.
+       * arch-utils.h (deprecated_register_convertible_not): Delete.
+       * mi/mi-main.c (get_register): Update.  Update copyright.
+       * infcmd.c (default_print_registers_info): Update.
+
+       * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
+       (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
+       (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
+       * gdbarch.h, gdbarch.c: Re-generate.    
+       * frame.c (deprecated_get_next_frame_hack): Delete function.
+       * frame.h (deprecated_get_next_frame_hack): Delete declaration.
+       * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
+       Update.
+       * infcall.c (call_function_by_hand): Update.
+
+2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
+
+       * symfile.c (init_entry_point_info, entry_point_address): Move
+       from here...  
+       * objfiles.c (init_entry_point_info, entry_point_address):..to
+       here.
+       * symfile.h (init_entry_point_info, entry_point_address): Remove
+       prototypes.
+       * objfiles.h (init_entry_point_info, entry_point_address):Add
+       prototypes.  
+       * cris-tdep.c: Remove include of symfile.h. Add include of
+       objfiles.h.
+       * infcall.c: Ditto.
+       * mcore-tdep.c: Ditto.
+       * mn10300-tdep.c: Ditto.
+       * sh64-tdep.c: Ditto.
+       * v850-tdep.c: Ditto.
+       * arm-tdep.c: Remove include of symfile.h.
+       * blockframe.c: Ditto.
+       * coffread.c: Ditto.
+       * dbxread.c: Ditto.
+       * dwarf2read.c: Ditto.
+       * dwarfread.c: Ditto.
+       * frv-tdep.c: Ditto.    
+       * ia64-tdep.c: Ditto.
+       * mdebugread.c: Ditto.
+       * mipsread.c: Ditto.
+       * rs6000-tdep.c: Ditto. 
+       * s390-tdep.c: Ditto.
+       * sh-tdep.c: Ditto.
+       * xstormy16-tdep.c: Ditto. 
+       * gdbarch.sh: Remove include of symfile.h.
+       * gdbarch.c: Regenerate.
+       * solib-irix.c (enable_break): Use entry_point_address().
+       Add comment about include file.
+       * xcoffread.c: Add comment about include file.
+       * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) 
+       (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) 
+       (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) 
+       (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) 
+       (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
+
+2004-02-13  Andrew Cagney  <cagney@redhat.com>
+
+       * corelow.c (core_xfer_partial): Use "struct bfd_section".
+       * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
+       copyright.
+       * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
+
+2004-02-12  Fred Fish  <fnf@redhat.com>
+
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
+        set_gdbarch_store_return_value.
+
+2004-02-12  Andrew Cagney  <cagney@redhat.com>
+
+       * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
+       (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
+       (interrupt_query): Ditto.
+       (ofunc): Delete unused variable.
+       * cris-tdep.c (cris_abi): Delete unused function.
+       (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
+       (cris_get_wide_opcode, cris_get_short_size): Ditto.
+       (cris_get_asr_quick_shift_steps): Ditto.
+       (cris_skip_prologue_frameless_p): Ditto.
+       * arm-tdep.c (arm_push_return_address): Delete unused function.
+       (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
+       * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
+       * s390-tdep.c (s390_function_start): Delete unused function.
+
+2004-02-12  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
+       gdbarch.h, gdbarch.c: Re-generate.
+       * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
+       to generic_prologue_frameless_p.
+       * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
+       * arch-utils.c (generic_prologue_frameless_p): Delete function.
+
+2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
+
+       * mips-linux-tdep.c: Include "frame.h".
+       (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
+       (mips_linux_skip_resolver): New functions.
+       (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
+       and set_gdbarch_in_solib_call_trampoline.
+       * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
+       to after set_gdbarch_in_solib_return_trampoline.  Only set the
+       solib hooks to mips16 functions if the OS ABI is unknown.
+       * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
+       including "config/tm-linux.h".
+       (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
+       * Makefile.in (mips-linux-tdep.o): Update.
+
+2004-02-11  David Carlton  <carlton@kealia.com>
+
+       * linespec.c (decode_compound): Only look for a class symbol when
+       considering all but the rightmost component.
+
+2004-02-11  Andrew Cagney  <cagney@redhat.com>
+
+       * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
+       abi code are are separatly grouped.
+
+2004-02-11  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
+       * v850-tdep.c (v850_gdbarch_init): Update.
+       * sh64-tdep.c (sh64_gdbarch_init): Update.
+       * sh-tdep.c (sh_gdbarch_init): Update.
+       * s390-tdep.c (s390_gdbarch_init): Update.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Update.
+       * mips-tdep.c (mips_gdbarch_init): Update.
+       * mcore-tdep.c (mcore_gdbarch_init): Update.
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
+       * m32r-tdep.c (m32r_gdbarch_init): Update.
+       * ia64-tdep.c (ia64_gdbarch_init): Update.
+       * hppa-tdep.c (hppa_gdbarch_init): Update.
+       * h8300-tdep.c (h8300_gdbarch_init): Update.
+       * frv-tdep.c (frv_gdbarch_init): Update.
+       * d10v-tdep.c (d10v_gdbarch_init): Update.
+       * cris-tdep.c (cris_gdbarch_init): Update.
+       * avr-tdep.c (avr_gdbarch_init): Update.
+       * arm-tdep.c (arm_gdbarch_init): Update.
+       * alpha-tdep.c (alpha_gdbarch_init): Update.
+
+2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
+       comma.
+       (sh_sh4al_dsp_register_name): Ditto.
+
+2004-02-10  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
+       (mips_init_frame_pc_first): Delete function.
+       (mips_frame_saved_pc): Delete function.
+       (mips_frame_chain): Delete function.
+       (mips_init_extra_frame_info): Delete function.
+       (mips_xfer_register): Delete unused variable "reg".
+       (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
+       (mips_n32n64_return_value): Delete unused variable "reg".
+       (mips_n32n64_return_value): Delete unused variable "pos".
+       (mips_o32_push_dummy_call): Delete unused variable "valbuf".
+       (mips_o32_return_value): Delete unused variable "pos".
+       (mips_o64_push_dummy_call): Delete unused variable "valbuf".
+       (mips_print_fp_register): Delete unused variable "namelen"
+       (mips_print_fp_register): Delete unused variable "flt2"
+       (get_frame_pointer): Delete function.
+       (cached_proc_desc): Delete static variable.
+       (mips_pop_frame): Delete function.
+       (mips_find_saved_regs): Delete function.
+       (mips_get_saved_register): Delete function.
+       (mips_saved_pc_after_call): Delete function.
+       (SIGFRAME_BASE): Delete macro.
+       (SIGFRAME_FPREGSAVE_OFF): Delete macro.
+       (SIGFRAME_PC_OFF): Delete macro.
+       (SIGFRAME_REGSAVE_OFF): Delete macro.
+       (mips_dump_tdep): Do not print deleted macro definitions.
+
+2004-02-10  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (SFILES): Remove explictly listed tui files.
+       (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
+
+2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
+       
+       * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
+       to use paddr functions to format ia64 addresses and long values.
+       (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
+       (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
+       (get_kernel_table, ia64_find_proc_info_x): Ditto.
+       (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
+       (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
+
+2004-02-10  Andrew Cagney  <cagney@redhat.com>
+
+       * defs.h: Do not include "tui.h".
+       * gdb_curses.h: New file.
+       * tui/tui-hooks.h: New file.
+       * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
+       (tui_install_hooks, tui_remove_hooks): Delete declarations.
+       (tui_initialize_io): Delete declaration.
+       (tui_initialize_readline: Delete redundant declaration.
+       (struct tui_point): Delete definition.
+       * tui/tui-data.h (struct tui_point): Define.
+       * cli/cli-decode.c [TUI]: Include "tui/tui.h".
+       * utils.c: Include "tui/tui.h".
+       * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
+       * printcmd.c [TUI]: Include "tui/tui.h".
+       * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
+       * tui/tui-command.c: Include "gdb_curses.h".
+       * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
+       * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
+       * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
+       * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
+       * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
+       * Makefile.in: Update all dependencies.
+       (tui_hooks_h, gdb_curses_h): Define.
+       (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
+
+2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
+
+       * objfiles.h (struct objfile): Remove unused fields auxf1 and
+       auxf2. Add comments about some other rarely used fields.
+
+2004-02-10  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (init.c): Fix script removing duplicates. Problem
+       reported by Peter Schauer.
+
+2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
+
+       * bcache.c (bcache_xmalloc): Use obstack_init instead of
+       obstack_specify_allocation.
+       * objfiles.c (allocate_objfile): Ditto.
+       * solib-sunos.c (solib_add_common_symbols) 
+       (allocate_rt_common_objfile): Ditto.
+       * symfile.c (reread_symbols): Ditto.
+       * gdb_obstack.h: Add comment.
+
+2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
+
+       * linespec.c (decode_line_1, locate_first_half)
+       (decode_compound, lookup_prefix_sym): Update comments. Delete old
+       commented out code.
+
+2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
+       obstack_free.
+
+2004-02-09  Andrew Cagney  <cagney@redhat.com>
+
+       * blockframe.c (find_pc_partial_function): If find_pc_overlay
+       fails, try find_pc_section.  Fix PR c++/1267.
+       * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
+       instead of find_pc_mapped_section.
+       (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
+       not default to the section containing PC.  Fix PR symtab/1519.
+
+2004-02-09  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in (mips-tdep.o): Update dependencies.
+       * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
+       "trad-frame.h".
+       (mips_unwind_pc): Return the pseudo PC register.
+       (mips_unwind_dummy_id): New function.
+       (mips16_fetch_instruction): New function.
+       (mips32_fetch_instruction): New function.
+       (struct mips_frame_cache): Define.
+       (mips_mdebug_frame_cache): New function.
+       (mips_mdebug_frame_this_id): New function.
+       (mips_mdebug_frame_prev_register): New function.
+       (mips_mdebug_frame_unwind): Define.
+       (mips_mdebug_frame_sniffer): New function.
+       (mips_mdebug_frame_base_address): New function.
+       (mips_mdebug_frame_base): Define.
+       (mips_mdebug_frame_base_sniffer): New function.
+       (mips_gdbarch_init): Append unwind and base sniffers.  Set
+       unwind_dummy_id.
+
+2004-02-08  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c: Print both the register number and name.
+
+       * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
+       and a sed into a single sed.  Make .c and .o patterns more robust.
+       (OBS): Delete.
+       (INIT_FILES): Replace OBS with COMMON_OBS.
+       (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
+
+2004-02-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
+       the PT_WCOOKIE request.
+
+2004-02-08  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (mips_unwind_pc): New function.
+       (mips_gdbarch_init): Set mips_unwind_pc.
+
+       * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
+       (get_frame_id): Allow the UNKNOWN_FRAME.
+       (frame_register_unwind, get_frame_type): Ditto.
+
+       * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
+       and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
+       unwind_dummy_id indicates a legacy frame.
+
+       * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
+       * configure: Re-generate.
+
+       * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
+       methods.
+
+2004-02-08  Andrew Cagney  <cagney@redhat.com>
+
+       * configure.in (CONFIG_ALL): Set to Makefile target, and not
+       makefile macro.
+       * configure: Re-generate.
+       (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
+       * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
+       (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
+       (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
+       (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
+       (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
+       (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
+       (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
+       (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
+       (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
+
+2004-02-07  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in: Update all dependencies.
+
+       * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
+       * configure: Re-generate.
+       * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
+       (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
+       (COMMON_OBS): Add "main.o" and "annotate.o".
+       (ANNOTATE_OBS): Delete.
+       (OBS): Remove ANNOTATE_OBS.
+       (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
+       CONFIG_INITS.
+       (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
+       against CONFIG_OBS and "main.o".
+       (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
+       (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
+
+       * tui/tui-command.c: Include "gdb_string.h", delete register
+       attribute, use ISO-C function signatures.
+       * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
+       * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
+       * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
+       * tui/tui.c: Ditto.
+
+       * tui/tui-command.c: Change variable and function names to lower
+       case.
+       * tui/tui-data.c, tui/tui-disasm.c: Ditto.
+       * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
+       * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
+       * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
+       * tui/tui-winsource.c, tui/tui.c: Ditto.
+
+2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
+
+       * buildsym.c (free_pending_blocks, finish_block)
+       (record_pending_block, make_blockvector, end_symtab): Replace
+       symbol_obstack with objfile_obstack.
+       * coffread.c (process_coff_symbol, coff_read_struct_type) 
+       (coff_read_enum_type): Ditto.
+       * cp-namespace.c (initialize_namespace_symtab) 
+       (check_one_possible_namespace_symbol): Ditto.
+       * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file) 
+       (dwarf2_symbol_mark_computed): Ditto.
+       * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
+       * elfread.c (elf_symtab_read): Ditto.
+       * hpread.c (hpread_symfile_init, hpread_symfile_init)
+       (hpread_read_enum_type, hpread_read_function_type)
+       (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
+       Ditto.
+       * jv-lang.c (get_java_class_symtab, add_class_symbol) 
+       (java_link_class_type): Ditto.
+       * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab) 
+       (new_symbol): Ditto.
+       * minsyms.c (install_minimal_symbols): Ditto.
+       * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
+       (terminate_minimal_symbol_table): Replace symbol_obstack with
+       objfile_obstack.
+       (free_objfile): Remove freeing of symbol_obstack.
+       * objfiles.h: Remove symbol_obstack field.
+       * pa64solib.c (add_to_solist): Replace symbol_obstack with
+       objfile_obstack.
+       * solib-sunos.c (allocate_rt_common_objfile): Remove init of
+       symbol_obstack.
+       (solib_add_common_symbols): Replace symbol_obstack with
+       objfile_obstack.
+       * somsolib.c (som_solib_add): Ditto.
+       * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
+       (common_block_start, common_block_end): Ditto.
+       * symfile.c (reread_symbols): Remove freeing and init of
+       symbol_obstack.
+       (allocate_symtab): Rename symbol_obstack to objfile_obstack.
+       * symfile.h: Update comment.
+       * symmisc.c (print_objfile_statistics): Remove symbol_obstack
+       stats printing.
+       * symtab.c (symbol_set_names): Replace symbol_obstack with
+       objfile_obstack.
+       * symtab.h (struct general_symbol_info, struct minimal_symbol):
+       Update comments.
+       * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
+       (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
+       objfile_obstack.
+
+2004-02-07  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
+       "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
+       fields and variables.
+       * tui/tui-wingeneral.h (m_beVisible): Delete macro.
+       (m_beInvisible): Delete macro.
+       * tui/tui-data.h: Fix case case fields and variables.
+       (m_genWinPtrIsNull): Delete macro.
+       (tui_win_list): Rename winList.
+       (TUI_SRC_WIN): Rename srcWin.
+       (TUI_DISASM_WIN): Rename disassemWin.
+       (TUI_DATA_WIN): Rename dataWin.
+       (TUI_CMD_WIN): Rename cmdWin.
+       (m_genWinPtrNotNull): Delete macro.
+       (m_winPtrIsNull): Delete macro.
+       (m_winPtrNotNull): Delete macro.
+       (tui_win_is_source_type): Replace m_winIsSourceType
+       (tui_win_is_auxillary): Replace m_winIsAuzillary.
+       (tui_win_has_locator): Replace m_hasLocator.
+       (tui_set_win_highlight): Replace m_setWinHighlightOn and
+       m_setWinHighlightOff.
+       * tui/tui-data.c: Update references.
+       (tui_win_is_source_type, tui_set_win_highlight): New functions.
+       (tui_win_has_locator, tui_win_is_auxillary): New functions.
+       * tui/tui-command.c, tui/tui-disasm.c: Update references.
+       * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
+       * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
+       * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
+       * tui/tui-winsource.c, tui/tui.c: Ditto.
+
+2004-02-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
+       * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
+       StackGhost.
+
+       * sparc-tdep.c (sparc32_frame_prev_register): Rename local
+       variable `i6' to `i7'.
+       (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
+
+2004-02-07  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
+       (TuiPoint, TuiPointPtr): Ditto.
+       (TuiStatus, TuiStatusPtr): Ditto.
+       (TuiWinType, TuiWinTypePtr): Ditto.
+       (struct tui_point): Rename _TuiPoint.
+       (tui_get_low_disassembly_address): Rename
+       tuiGetLowDisassemblyAddress.
+       (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
+       (tuiFree): Delete declaration.
+       (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
+       (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
+       * tui/tui.c (tuiFree): Delete function.
+       * cli/cli-cmds.c (disassemble_command): Update references.
+       * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
+       * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
+       * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
+       * tui/tui-winsource.c: Ditto.
+
+2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
+
+       * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
+       coffstab_build_psymtabs, elfstab_build_psymtabs)
+       (stabsect_build_psymtabs): Replace psymbol_obstack with
+       objfile_obstack.
+       * dwarf2-frame.c (decode_frame_entry_1): Ditto.
+       * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
+       Ditto.
+       * dwarfread.c (scan_compilation_units): Ditto.
+       * elfread.c (elfstab_offset_sections): Ditto.
+       * hppa-tdep.c (read_unwind_info): Ditto.
+       * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
+       (hpread_end_psymtab): Ditto.
+       * mdebugread.c (mdebug_build_psymtabs, add_pending)
+       (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
+       Ditto.
+       * mips-tdep.c (non_heuristic_proc_desc): Ditto.
+       * objfiles.c (add_to_objfile_sections) 
+       (build_objfile_section_table): Ditto.
+       (allocate_objfile): Remove init of psymbol_obstack.
+       (free_objfile): Remove freeing of psymbol_obstack.
+       * objfiles.h (struct objfile): Remove field
+       psymbol_obstack. Update comments.
+       * pa64solib.c (pa64_solib_add_solib_objfile): Replace
+       psymbol_obstack with objfile_obstack.
+       * solib-sunos.c (allocate_rt_common_objfile): Remove init of
+        psymbol_obstack.
+       * somread.c (som_symfile_offsets, init_import_symbols)
+       (init_export_symbols): Replace psymbol_obstack with
+       objfile_obstack.
+       * somsolib.c (som_solib_add_solib_objfile): Ditto.
+       * symfile.c (default_symfile_offsets, syms_from_objfile)
+       (reread_symbols): Remove freeing and init of psymbol_obstack.
+       (cashier_psymtab): Update comment.
+       * symmisc.c (print_objfile_statistics): Don't report stats for
+       psymbol obstack.
+       * symtab.h (struct general_symbol_info, struct partial_symtab):
+       Update comments.
+       * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
+       (xcoff_symfile_offsets): Replace psymbol_obstack with
+       objfile_obstack.
+
+2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
+
+       * objfiles.h (struct objfile): Add objfile_obstack field.
+       Remove type_obstack field.
+
+       * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
+       read_structure_scope read_enumeration, new_symbol): Replace
+       type_obstack with objfile_obstack.
+       * dwarfread.c (struct_type, enum_type): Ditto.
+       * gdbtypes.c (alloc_type, alloc_type_instance, init_type) 
+       (lookup_fundamental_type): Ditto.
+       * gdbtypes.h (TYPE_ALLOC): Ditto.
+       * hpread.c (hpread_read_enum_type, hpread_read_function_type) 
+       (hpread_read_doc_function_type, hpread_read_struct_type) 
+       (fix_static_member_physnames, hpread_read_array_type) 
+       (hpread_read_subrange_type, hpread_type_lookup): Ditto.
+       * jv-lang.c (java_lookup_class, type_from_class, type_from_class) 
+       (java_link_class_type): Ditto.
+       * mdebugread.c (parse_type): Ditto.
+       * objfiles.c (allocate_objfile, free_objfile): Ditto.
+       * solib-sunos.c (solib_add_common_symbols): Ditto.
+       * stabsread.c (define_symbol, read_type, read_member_functions,
+       read_cpp_abbrev, read_one_struct_field): Ditto.
+       * symfile.c (reread_symbols): Ditto.
+       * symmisc.c (print_objfile_statistics): Ditto.
+       
+2004-02-07  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
+       (tui_exec_info_content): Rename TuiExecInfoContent.
+       (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
+       (TuiWinInfo, TuiWinInfoPtr): Ditto.
+       (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
+       (TuiList, TuiListPtr): Ditto.
+       (TuiLayoutType, TuiLayoutTypePtr): Ditto.
+       (TuiDataType, TuiDataTypePtr): Ditto.
+       (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
+       (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
+       (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
+       (TuiSourceElement, TuiSourceElementPtr): Ditto.
+       (TuiDataElement, TuiDataElementPtr): Ditto.
+       (TuiWinElement, TuiWinElementPtr): Ditto.
+       (TuiDataInfo, TuiDataInfoPtr): Ditto.
+       (TuiCommandElement, TuiCommandElementPtr): Ditto.
+       (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
+       (TuiWhichElement, TuiWhichElementPtr): Ditto.
+       (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
+       (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
+       * tui/tui-command.c, tui/tui-data.c: Update references.
+       * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
+       * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
+       * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
+       * tui/tui-winsource.c, tui/tui.c: Ditto.
+       
+2004-02-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.h: Update copyright.
+       (enum dwarf2_frame_reg_rule): New.
+       (struct dwarf2_frame_state_reg): New.
+       (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
+       * dwarf2-frame.c: Update copyright.
+       (enum dwarf2_reg_rule): Remove.
+       (struct dwarf2_frame_state): Remove defenition of `struct
+       dwarf2_frame_state_reg'.
+       (read_reg): Call get_frame_arch to get the architecture instead of
+       using CURRENT_GDBARCH.
+       (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
+       DWARF2_FRAME_.
+       (dwarf2_frame_init_reg): New function.
+       (dwarf2_frame_cache): Call get_frame_arch to get the architecture
+       instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
+       initialize the register state.  Prefix old `enum dwarf2_reg_rule'
+       tags with DWARF2_FRAME_.
+       (dwarf2_frame_prev_register): Call get_frame_arch to get the
+       architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
+       dwarf2_reg_rule' tags with DWARF2_FRAME_.
+
+2004-02-06  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui-data.h (struct tui_list): Rename _TuiList.
+       (enum tui_data_type): Rename _TuiDataType.
+       (struct tui_layout_def): Rename _TuiLayoutDef.
+       (struct tui_source_element): Rename _TuiSourceElement.
+       (struct tui_data_element): Rename _TuiDataElement.
+       (struct tui_command_element): Rename _TuiCommandElement.
+       (struct tui_locator_element): Rename _TuiLocatorElement.
+       (union tui_which_element): Define.
+       (struct tui_win_element): Rename _TuiWinElement.
+       (struct tui_data_info): Rename _TuiDataInfo.
+       (struct tui_source_info): Rename _TuiSourceInfo.
+       (struct tui_command_info): Rename _TuiCommandInfo.
+       (tui_initialize_static_data): Rename initializeStaticData.
+       (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
+       (tui_alloc_win_info): Rename allocWinInfo.
+       (tui_init_generic_part): Rename initGenericPart.
+       (tui_init_win_info): Rename initWinInfo.
+       (tui_alloc_content): Rename allocContent.
+       (tui_add_content_elements): Rename addContentElements.
+       (tui_init_content_element): Rename initContentElement.
+       (tui_free_window): Rename freeWindow.
+       (tui_free_win_content): Rename freeWinContent.
+       (tui_free_data_content): Rename freeDataContent.
+       (tui_free_all_source_wins_content): Rename
+       freeAllSourceWinsContent.
+       (tui_del_window): Rename tuiDelWindow.
+       (tui_del_data_windows): Rename tuiDelDataWindows.
+       (tui_partial_win_by_name): Rename partialWinByName.
+       (tui_win_name): Rename winName.
+       (tui_current_layout): Rename currentLayout.
+       (tui_set_current_layout_to): Rename setCurrentLayoutTo.
+       (tui_term_height): Rename termHeight.
+       (tui_set_term_height_to): Rename setTermHeightTo.
+       (tui_term_width): Rename termWidth.
+       (tui_set_term_width_to): Rename setTermWidthTo.
+       (tui_set_gen_win_origin): Rename setGenWinOrigin.
+       (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
+       (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
+       (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
+       (tui_source_windows): Rename sourceWindows.
+       (tui_clear_source_windows): Rename clearSourceWindows.
+       (tui_clear_source_windows_detail): Rename
+       clearSourceWindowsDetail.
+       (tui_clear_win_detail): Rename clearWinDetail.
+       (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
+       (tui_default_tab_len): Rename tuiDefaultTabLen.
+       (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
+       (tui_win_with_focus): Rename tuiWinWithFocus.
+       (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
+       (tui_layout_def): Rename tuiLayoutDef.
+       (tui_win_resized): Rename tuiWinResized.
+       (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
+       (tui_next_win): Rename tuiNextWin.
+       (tui_prev_win): Rename tuiPrevWin.
+       (tui_add_to_source_windows): Rename addToSourceWindows.
+       * tui/tui-winsource.c, tui/tui-win.c: Update references.
+       * tui/tui-layout.c, tui/tui-source.c: Ditto.
+       * tui/tui-stack.c, tui/tui-io.c: Ditto.
+       * tui/tui.c, tui/tui-data.c: Ditto.
+       * tui/tui-interp.c, tui/tui-data.c: Ditto.
+       * tui/tui-disasm.c, tui/tui-command.c: Ditto.
+
+       * tui/tui-source.h: Update copyright.  Include "tui-data.h".
+       (struct symtab): Declare.
+       (tui_set_source_content): Rename tuiSetSourceContent.
+       (tui_show_symtab_source): Rename tuiShowSource.
+       (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
+       (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
+       * tui/tui-source.c: Update copyright.  Update references.
+       * tui/tui-win.c, tui/tui-winsource.c: Update references.
+       * tui/tui-stack.c: Update references.
+
+       * tui/tui-win.h: Update copyright.  Include "tui-data.h".
+       (struct tui_win_info): Declare.
+       (tui_scroll_forward): Rename tuiScrollForward.
+       (tui_scroll_backward): Rename tuiScrollBackward.
+       (tui_scroll_left): Rename tuiScrollLeft.
+       (tui_scroll_right): Rename tuiScrollRight.
+       (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
+       (tui_resize_all): Rename tuiResizeAll.
+       (tui_refresh_all_win): Rename tuiRefreshAll.
+       (tui_sigwinch_handler): Rename tuiSigwinchHandler.
+       * tui/tui-layout.c, * tui/tui-io.c: Update references.
+       * tui/tui-wingeneral.h, * tui/tui.c: Update references.
+       * tui/tui-disasm.c, * tui/tui-command.c: Update references.
+
+       * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
+       (tui_erase_data_content): Rename tuiEraseDataContent.
+       (tui_display_all_data): Rename tuiDisplayAllData.
+       (tui_check_data_values): Rename tuiCheckDataValues.
+       (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
+       (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
+       (tui_first_data_element_no_in_line): Rename
+       tuiFirstDataElementNoInLine.
+       (tui_delete_data_content_windows): Rename
+       tuiDeleteDataContentWindows.
+       (tui_refresh_data_win): Rename tuiRefreshDataWin.
+       (tui_display_data_from): Rename tuiDisplayDataFrom.
+       (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
+       * tui/tui-windata.c, tui/tui-hooks.c: Update references.
+       * tui/tui-win.c, tui/tui-regs.c: Update references.
+       * tui/tui-layout.c, tui/tui.c: Update references.
+
+       * tui/tui-wingeneral.h: Update copyright.
+       (m_allBeVisible): Delete macro.
+       (m_allBeInvisible): Delete macro.       
+       (struct tui_gen_win_info): Declare.
+       (struct tui_win_info): Declare.
+       (tui_unhighlight_win): Rename unhighlightWin.
+       (tui_make_visible, tui_make_invisible): Replace makeVisible.
+       (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
+       (tui_make_window): Rename makeWindow.
+       (tui_copy_win): Rename copyWin.
+       (tui_box_win): Rename boxWin.
+       (tui_highlight_win): Rename highlightWin.
+       (tui_check_and_display_highlight_if_needed): Rename
+       checkAndDisplayHighlightIfNeeded.
+       (tui_refresh_all): Rename refreshAll.
+       (tui_delete_win): Rename tuiDelwin.
+       (tui_refresh_win): Rename tuiRefreshWin.
+       * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
+       (tui_make_visible, tui_make_invisible): New functions.
+       (tui_make_all_visible, tui_make_all_invisible): New functions.
+       (make_all_visible): Rename makeAllVisible.
+       * tui/tui-winsource.c, tui/tui-windata.c: Update references.
+       * tui/tui-data.c, tui/tui-winsource.c: Update references.
+       * tui/tui-windata.c, tui/tui-win.c: Update references.
+       * tui/tui-regs.c, tui/tui-layout.c: Update references.
+       * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
+
+2004-02-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * proc-api.c (write_with_trace): Initialize local variable to
+       silence compiler warning.
+
+2004-02-06  Andrew Cagney  <cagney@redhat.com>
+
+       * tui/tui-source.h: Do not include "defs.h".
+       (struct tui_win_info): Declare.
+       (tui_set_source_content_nil): Declare.
+       * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
+       (union tui_line_or_address): Rename _TuiLineOrAddress.
+       * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
+       (tui_update_source_window): Rename tuiUpdateSourceWindow.
+       (tui_update_source_window_as_is): Rename
+       tuiUpdateSourceWindowAsIs.
+       (tui_update_source_windows_with_addr): Rename
+       tuiUpdateSourceWindowsWithAddr.
+       (tui_update_source_windows_with_line): Rename
+       tuiUpdateSourceWindowsWithLine.
+       (tui_clear_source_content): Rename tuiClearSourceContent.
+       (tui_erase_source_content): Rename tuiEraseSourceContent.
+       (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
+       (tui_show_source_content): Rename tuiShowSourceContent.
+       (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
+       (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
+       (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
+       (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
+       (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
+       (tui_update_exec_info): Rename tuiUpdateExecInfo.
+       (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
+       (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
+       (tui_line_is_displayed): Rename tuiLineIsDisplayed.
+       (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
+       (struct tui_win_info): Declare.
+       * tui/tui-stack.c: Update references.
+       * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
+       * tui/tui-win.c, tui/tui-source.c: Ditto.
+       * tui/tui.c, tui/tui-disasm.c: Ditto.
+
+2004-02-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
+       of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
+
+2004-02-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * infrun.c (handle_inferior_event): Allow for breakpoint
+       instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
+       and SIGEMT.  Update comments.
+       * NEWS (Revised SPARC target): Mention support for non-executable
+       stack.
+
+2004-02-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
+       * inftarg.c: Update copyright year.
+       (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
+       * sparc-nat.c: Include "target.h" and "gdb_assert.h".
+       (sparc_xfer_wcookie): New function.
+       * sparc-tdep.c (sparc_fetch_wcookie): New function.
+       * Makefile.in (sparc-nat.o): Update dependencies.
+       * config/sparc/nm-nbsd.h: Include "target.h".
+       (NATIVE_XFER_WCOOKIE): New define.
+       (sparc_xfer_wcookie): New prototype.
+
+2004-02-04  Andrew Cagney  <cagney@redhat.com>
+
+       * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
+       SYSCALL_TRAP function.
+       (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
+
+2004-02-04  Andrew Cagney  <cagney@redhat.com>
+           Daniel Jacobowitz  <drow@mvista.com>
+
+       * objfiles.h: Delete comments refering to inside_entry_func and
+       DEPRECATED_FRAME_CHAIN_VALID.
+       * defs.h (inside_entry_func): Update prototype..
+       * blockframe.c (inside_entry_func): Rename to
+       legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
+       * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
+
+2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * breakpoint.c (struct captured_parse_breakpoint_args):  Move
+       outside of #ifdef SOLIB_ADD region.
+       (do_restore_lang_radix_cleanup): Ditto.
+       (resolve_pending_breakpoint): Ditto.
+
+2004-02-03  Andrew Cagney  <cagney@redhat.com>
+
+       * ia64-tdep.c (read_sigcontext_register): Delete unused function.
+       (process_note_abi_tag_sections): Delete unused function.
+       (ia64_read_fp): Delete unused function.
+       (gdbarch_extract_struct_value_address): Delete declaration.
+
+2004-02-02  Andrew Cagney  <cagney@redhat.com>
+
+       * vax-tdep.c (vax_frame_chain): Delete call to
+       deprecated_inside_entry_file.
+       * ns32k-tdep.c (ns32k_frame_chain): Ditto.
+
+2004-02-02  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
+       column that's "empty" or "same value" when eliminating REG_RA
+       rules.
+
+2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * NEWS: Add information about new pending breakpoint support.
+
+2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * breakpoint.h (struct breakpoint): Add new flag, from_tty,
+       and pending fields for pending breakpoint support.
+       * breakpoint.c (breakpoint_enabled): Add check for not pending.
+       (condition_command): Only parse condition if not a pending
+       breakpoint.
+       (print_one_breakpoint): Add support for pending breakpoints.
+       (describe_other_breakpoints): Add checks to verify we are not
+       dealing with pending breakpoints.
+       (check_duplicates): Don't check pending breakpoints.
+       (set_raw_breakpoint): Initialize pending flag.
+       (do_restore_lang_radix_cleanup): New cleanup routine.
+       (resolve_pending_breakpoint): New function.
+       (re_enable_breakpoints_in_shlibs): Try and resolve any
+       pending breakpoints via resolve_pending_breakpoint.
+       (mention): Add pending breakpoint support.
+       (parse_breakpoint_sals): Add new parameter to pass to
+       decode_line_1 to indicate silent errors when files or functions
+       are not found.  Change all callers.
+       (do_captured_parse_breakpoint): New function.
+       (break_command_1): Change prototype to return an rc value and to
+       take an optional pending breakpoint pointer.  Support creating
+       a pending breakpoint if a "not found" form of error occurs when
+       parsing the breakpoint.  Also support resolving an existing pending
+       breakpoint and be silent if the resolution fails.
+       (create_breakpoints): Change prototype to take pending breakpoint
+       pointer.  When resolving a pending breakpoint, use the new pointer
+       to provide a conditional or commands added by the end-user.
+       (delete_breakpoint): Add appropriate check for pending.
+       (breakpoint_re_set_one): Ditto.
+       (do_enable_breakpoint): Ditto.
+
+2004-02-02  David Carlton  <carlton@kealia.com>
+
+       * valops.c (enum oload_classification): New.
+       (find_overload_match): Break implementation into separate
+       functions; delete #if 0'd code; look for symbols within
+       namespaces.
+       (find_oload_champ_namespace,find_oload_champ_namespace_loop)
+       (find_oload_champ,oload_method_static,classify_oload_match): New.
+       * cp-support.h: Add declaration for cp_func_name; update
+       declaration for make_symbol_overload_list.
+       * cp-support.c (cp_func_name): New.
+       (overload_list_add_symbol): Fix comment, use
+       SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
+       (make_symbol_overload_list): Take a function name and a namespace
+       instead of a symbol; change implementation.
+       (make_symbol_overload_list_using): New.
+       (make_symbol_overload_list_qualified, read_in_psymtabs): New.
+
+2004-02-02  Fred Fish  <fnf@redhat.com>
+
+       * main.c (gdb_stdtarg): Move definition to group with other
+       gdb_stdtarg definitions and update copyright years.
+       * remote-sim.c (gdb_os_write_stderr): Write output to
+       gdb_stdtargerr stream instead of gdb_stdtarg stream.
+       (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
+       gdb_stderr stream and update copyright years.
+
+2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (mips-linux-nat.o): Update dependencies.
+       * mips-linux-nat.c: Include mips-tdep.h.
+
+2004-02-01  Roland McGrath  <roland@redhat.com>
 
        * sol-thread.c (sol_thread_xfer_partial): New function.
        (init_sol_thread_ops): Use that for to_xfer_partial hook.
This page took 0.033076 seconds and 4 git commands to generate.