* NEWS: Mention "regs" deprecated for m68hc11 too.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 343b576d71f6829f731928b8d30ee93cfdd8cb1a..6473f3e9b3a516ceba197da9bc35553dc3292dff 100644 (file)
+2003-07-24  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * NEWS: Mention "regs" deprecated for m68hc11 too.
+
+       * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
+       (m68hc11_print_register): New function to print out one register.
+       (m68hc11_print_registers_info): New function to print registers.
+       (show_regs): Deprecate and use the above.
+       (m68hc11_gdbarch_init): Install the print_registers_info.
+
+2003-07-24  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
+       that we have a SIGTRAP before returning non-zero.
+
+2003-07-23  Michal Ludvig  <mludvig@suse.cz>
+           Elena Zannoni  <ezannoni@redhat.com>
+
+       * linespec.c (decode_line_2): Avoid crash if 
+       find_function_start_sal() returns empty record.
+
+2003-07-23  Andreas Schwab  <schwab@suse.de>
+
+       * ia64-tdep.c (ia64_print_insn): New function.
+       (ia64_gdbarch_init): Set print_insn to it.
+       (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
+       deprecated_tm_print_insn_info.
+
+2003-07-22  Michael Snyder  <msnyder@redhat.com>
+
+       * h8300-tdep.c (h8300_extract_return_value): Teach it how to
+       handle 8-bit returns (long long).
+       (h8300h_extract_return_value): Ditto.
+       (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
+
+2003-07-22  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.c Include "gdb_obstack.h".
+       (struct gdbarch): Add an "obstack".
+       (alloc_gdbarch_data): Allocate the gdbarch data using
+       GDBARCH_OBSTACK_CALLOC.
+       (free_gdbarch_data): Delete function.
+       (gdbarch_obstack_zalloc): New function.
+       (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
+       Assert that the architecture is not initialized.
+       (gdbarch_alloc): Allocate an obstack, allocate the architecture
+       vector from the obstack.
+       (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
+       architecture obstack.
+       (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
+       (set_gdbarch_data): Assert that the data is not initialized.
+       (struct gdbarch_data): Delete member "free".
+       (register_gdbarch_data): Do not initialize "free".
+       * gdbarch.h, gdbarch.c: Re-generate.
+       
+2003-07-22  Andrew Cagney  <cagney@redhat.com>
+
+       * configure.in (build_warnings): Add -Wformat-nonliteral.
+       * configure: Re-generate.
+
+2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
+
+       * dwarf2loc.c (locexpr_describe_location): Fix typos.
+
+2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
+
+       * findvar.c (read_var_value): Remove case for thread local storage
+       variables.  It is now entirely handled by the dwarf2 location
+       expression code.
+       * printcmd.c (address_info): Ditto.
+       * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
+       enumeration value.
+       (struct symbol): Remove objfile field, which was used by
+       LOC_THREAD_LOCAL_STATIC only.
+       * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
+       * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
+       usage of objfile pointer.
+       * dwarf2loc.c (locexpr_describe_location): Add case to handle
+       thread local variables.
+       Add include of objfiles.h.
+       * dwarf2expr.c (execute_stack_op): Add comments about thread local
+       storage variables.
+       * Makefile.in (dwarf2loc.o): Update dependencies.
+
+2003-07-22  Andrew Cagney  <cagney@redhat.com>
+
+       * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
+       get_frame_base.
+       (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
+       (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
+       (struct value): Add opaque declaration.
+       (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
+
+2003-07-21  Andrew Cagney  <cagney@redhat.com>
+
+       From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
+       * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
+
+2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use 
+       regcache_cooked_read_unsigned instead of read_register.
+       (m68hc11_saved_pc_after_call): Likewise.
+       (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
+       instead of write_register.
+       (m68hc11_register_type): New function.
+       (m68hc11_register_virtual_type): Remove.
+       (m68hc11_store_return_value): Convert to use the regcache.
+       (m68hc11_extract_struct_value_address): Likewise.
+       (m68hc11_gdbarch_init): Remove deprecated ops for register to use
+       m68hc11_register_type; undeprecate store_return_value and
+       extract_struct_value_address.
+
+2003-07-20  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
+       and translate to use regcache.
+       (m68hc11_gdbarch_init): Undeprecate extract_return_value.
+
+2003-07-18  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * i386-tdep.c (i386_gdbarch_init): Do not set
+       DWARF2_BUILD_FRAME_INFO.
+       * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
+       unconditionally.
+       * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
+       DWARF2_BUILD_FRAME_INFO.
+
+2003-07-18  Andrew Cagney  <cagney@redhat.com>
+
+       From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
+        * disasm.c (gdb_disassemble_info): Initilize di.arch.
+
+2003-07-18  Andrew Cagney  <cagney@redhat.com>
+
+       * dwarf2-frame.c (dwarf2_frame_sniffer): Use
+       frame_unwind_address_in_block, instead of frame_pc_unwind.
+       (dwarf2_frame_cache): Ditto.
+
+2003-07-18  Andrew Cagney  <cagney@redhat.com>
+
+       * user-regs.h (struct gdbarch): Declare opaque.
+       * ui-out.h (struct ui_file): Declare opaque.
+       * dwarf2-frame.h (struct frame_info): Declare opaque.
+
+2003-07-18  Kris Warkentin  <kewarken@qnx.com>
+
+       * nto-procfs.c: Clean ARI hits.  Change #include <..> to
+       #include "...".
+       (procfs_meminfo): Change strerror to safe_strerror.
+       (procfs_can_run): Remove K&R badness.
+
+2003-07-17  Michael Snyder  <msnyder@redhat.com>
+
+       * remote-sim.c: Comment typo fix.
+
+2003-07-17  Andrew Cagney  <cagney@redhat.com>
+
+       * defs.h (GDB_MULTI_ARCH): Delete conditional define.  Handled by
+       configure.
+       * sparc-tdep.c (sparc_intreg_size): Make non-static.
+       * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
+       GDB_MULTI_ARCH_PARTIAL.
+
+2003-07-17  Elena Zannoni  <ezannoni@redhat.com>
+
+       * Makefile.in (x86-64-linux-nat.o): Update dependencies.
+       * x86-64-linux-nat.c (ps_get_thread_area): New function.  Add
+       include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
+
+2003-07-16  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
+       found.
+       (avr_frame_unwind_cache): Don't unwind FP for main.
+       Update a comment.
+       Save the computed prev_sp.
+       (avr_saved_regs_unwinder): Remove function.
+       (avr_frame_prev_register): Use PC unwind logic from 
+       avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
+
+2003-07-16  Andrew Cagney  <cagney@redhat.com>
+
+       * frame-base.h (frame_base_p_ftype): Delete definition.
+       (frame_base_append_predicate): Delete declaration.
+       * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
+       (frame_unwind_append_predicate): Delete declaration.
+       * frame-unwind.c (struct frame_unwind_table): Delete field "p".
+       (append_predicate): Delete parameter "p".
+       (frame_unwind_append_predicate): Delete function.
+       (frame_unwind_append_sniffer): Update call to append_predicate.
+       (frame_unwind_free): Delete function.
+       (_initialize_frame_unwind): Pass NULL as "free" to
+       register_gdbarch_data.
+       (frame_unwind_init): Append the dummy_frame_sniffer.
+       (frame_unwind_find_by_frame): Simplify.
+       * frame-base.c (struct frame_base_table): Delete field "p".
+       (append_predicate): Delete parameter "p".
+       (frame_base_append_predicate): Delete function.
+       (frame_base_append_sniffer): Update call to append_predicate.
+       (frame_base_free): Delete function.
+       (frame_base_find_by_frame): Simplify.
+       (_initialize_frame_base): Pass NULL as "free" to
+       register_gdbarch_data.
+       * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
+       (x86_64_sigtramp_frame_sniffer): Replace
+       "x86_64_sigtramp_frame_p".
+       (x86_64_init_abi): Set the frame unwind sniffers.
+       * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
+       (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
+       (m68k_gdbarch_init): Set the frame unwind sniffers.
+       * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
+       "i386_sigtramp_frame_p".
+       (i386_frame_sniffer): Replace "i386_frame_p".
+       (i386_gdbarch_init): Set the frame unwind sniffers.
+       * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
+       (avr_gdbarch_init): Set the frame unwind sniffers.
+       * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
+       "alpha_sigtramp_frame_p"
+       (alpha_heuristic_frame_sniffer): Replace
+       "alpha_heuristic_frame_p".
+       (alpha_gdbarch_init): Set the frame unwind sniffers.
+       (alpha_dwarf2_init_abi): Ditto.
+       * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
+       "alpha_debug_frame_p".
+       (alpha_mdebug_frame_base_sniffer): Replace
+       "alpha_mdebug_frame_base_p".
+       (alpha_mdebug_init_abi): Set the frame unwind sniffers.
+       * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
+       (d10v_gdbarch_init): Set the frame unwind sniffer.
+       * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
+       (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
+       * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
+       (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
+       * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
+       * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
+
+2003-07-16  Michael Snyder  <msnyder@redhat.com>
+
+       * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
+       should go thru sh_dsp_register_sim_regno, else the dsp regs
+       will not get the right values.
+
+2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
+       deprecated_store_floating by call to store_typed_floating.
+       (sh_sh4_register_convert_to_raw): Substitute call to
+       deprecated_extract_floating by call to extract_typed_floating.
+
+2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
+
+2003-07-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
+       register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
+       gdbarch_register_type in 32 bit code throughout.  Avoid current_gdbarch
+       as possible.
+       (do_pseudo_register): Remove.
+       (sh_push_dummy_code): New function.
+       (sh64_store_struct_return): Rename from sh_store_struct_return.
+       Only called for sh64 now.
+       (sh_extract_struct_value_address): Regcache'ify.
+       (sh_push_dummy_call): Rename from sh_push_arguments.  Regcache'ify
+       and accomodate new tasks.
+       (sh64_push_return_address): Rename from sh_push_return_address.
+       Only called for sh64 now.
+       (sh_default_extract_return_value): Rename from sh_extract_return_value.
+       Regcache'ify.
+       (sh3e_sh4_extract_return_value): Regcache'ify.
+       (sh_default_store_return_value): Ditto.
+       (sh3e_sh4_store_return_value): Ditto.
+       (sh_default_register_byte): Remove.
+       (sh_sh4_register_byte): Remove.
+       (sh_default_register_raw_size): Remove.
+       (sh_sh4_register_raw_size): Remove.
+       (sh_register_virtual_size): Remove.
+       (sh_sh3e_register_virtual_type): Remove.
+       (sh_sh3e_register_type): New function.
+       (sh_sh4_register_virtual_type): Remove.
+       (sh_sh4_register_type): New function.
+       (sh_default_register_virtual_type): Remove.
+       (sh_default_register_type): New function.
+       (do_fv_register_info): Add parameters to accomodate call from
+       sh_print_registers_info.
+       (do_dr_register_info): Ditto.
+       (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
+       Add parameters to accomodate call from sh_print_registers_info.
+       (sh_do_fp_register): Ditto.
+       (sh64_do_pseudo_register): Call do_dr_register_info,
+       do_fv_register_info and sh_do_fp_register with default parameters.
+       (sh_do_register): Add parameters to accomodate call from
+       sh_print_registers_info.
+       (sh_print_register): Ditto.
+       (sh_print_registers_info): Rename from sh_do_registers_info.
+       Add parameters to be used as gdbarch_print_registers_info
+       implementation.  Accomodate removed do_pseudo_register function
+       pointer.
+       (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
+       function pointer. Call sh_print_register with default parameters.
+       (sh64_do_registers_info): Call sh_print_registers_info instead of
+       sh_do_registers_info.
+       (sh_gdbarch_init): Rearrange to cleanup and to allow easier
+       detection of deprecated vs. non-deprecated functionality.
+       Rename sh_call_dummy_words to sh64_call_dummy_words.  Remove
+       function pointer assignments by direct function calls.
+
+2003-07-15  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
+       (frame_register_unwind, create_new_frame): Ditto.
+       (legacy_get_prev_frame, get_frame_type): Ditto.
+       (get_frame_base_address): Use frame_base_find_by_frame.
+       (get_frame_locals_address): Use frame_base_find_by_frame.
+       (get_frame_args_address): Use frame_base_find_by_frame.
+       * frame-base.h (frame_base_sniffer_ftype): Declare.
+       (frame_base_append_sniffer): Declare.
+       (frame_base_find_by_frame): Replace frame_base_find_by_pc.
+       * frame-base.c (append_predicate): Add a "sniffer" parameter.
+       (frame_base_append_sniffer): New function.
+       (frame_base_append_predicate): Add a NULL sniffer.
+       (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
+       (struct frame_base_table): Add "sniffer".
+       (frame_base_free): Free the "sniffer" table.
+       * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
+       (frame_unwind_append_sniffer): Declare.
+       (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
+       * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
+       (struct frame_unwind_table): Add "sniffer", delete "middle".
+       (append_predicate): Add "sniffer" parameter, append the sniffer.
+       (frame_unwind_init): Update append_predicate call.
+       (frame_unwind_append_sniffer): New function.
+       (frame_unwind_append_predicate): Update append_predicate call.
+       (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
+
+2003-07-15  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (get_prev_frame): Move disabled inside_entry_func to
+       before code inhibiting repeated unwind attempts.  Add to
+       commentary on that test's problems.
+       * blockframe.c (inside_main_func): Look for "main" in the minimal
+       symbol table.
+       * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
+       identical.
+
+2003-07-15  Andrew Cagney  <cagney@redhat.com>
+
+       * complaints.c (struct explanation): Define.
+       (struct complaints): Change type of "explanation" to "struct
+       explanation".
+       (symfile_explanations): Convert to a "struct explanation" table.
+       (vcomplaint): Update.
+
+2003-07-15  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-linux-nat.c (regmap): Removed.
+       (supply_gregset, fill_gregset): Call 
+       x86_64_linux_(fill,supply)_gregset functions.
+       * x86-64-linux-tdep.c (USER_*): New defines.
+       (user_to_gdb_regmap, x86_64_core_fns): New structure.
+       (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
+       New functions.
+       (fetch_core_registers): Ditto.
+       (_initialize_x86_64_linux_tdep): Call add_core_fns().
+       * x86-64-linux-tdep.h: New file.
+       * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
+       and core-regset.o.
+       * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
+
+2003-07-13  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.c (x86_64_store_return_value): Use
+       regcache_cooked_write_part instead of regcache_cooked_write.
+
+       * configure.host: Add x86_64-*-freebsd*.
+       * configure.tgt: Add x86_64-*-freebsd*.
+       * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
+       * amd64fbsd-nat.c: New file.
+       * amd64fbsd-tdep.c: New file.
+       * config/i386/nm-fbsd64.h: New file.
+       * config/i386/fbsd64.mh: New file.
+       * config/i386/fbsd64.mt: New file.
+
+2003-07-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
+       `sc_regs_offset' and `sc_fpregs_offset'.
+       * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
+       SIGFRAME_FPREGSAVE_OFF): Remove defines.
+       (alpha_sigtramp_register_address): Rewrite to use new members of
+       `struct gdbarch_tdep'.
+       (alpha_gdbarch_init): Initialize new members of struct
+       gdbarch_tdep'.
+       * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
+       ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
+       (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
+       (alphafbsd_pc_in_sigtramp): Implement.
+       (alphafbsd_sigtramp_offset): New function.
+       (alphafbsd_sigcontext_addr): New function.
+       (alphafbsd_init_abi): Initialize signal trampoline related members
+       of `struct gdbarch_tdep'.
+       (_initialize_alphafbsd_tdep): Add prototype.
+
+2003-07-11  Theodore A. Roth  <troth@openavr.org>
+
+       * Makefile.in (install-only): Quote sed expression when generating
+       transformed_name.
+
+2003-07-11  Richard Henderson  <rth@redhat.com>
+
+       * Makefile.in (dwarf2-frame.o): Add complaints_h.
+       * dwarf2-frame.c: Include complaints.h.
+       (decode_frame_entry_1): Rename from decode_frame_entry; tidy
+       variable initialization; return NULL on error.
+       (decode_frame_entry): New.
+
+2003-07-11  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.h (frame_address_in_block): Delete declaration.
+       * blockframe.c (frame_address_in_block): Delete function.
+       (get_frame_block): Use get_frame_address_in_block.
+       (block_innermost_frame): Ditto.
+       * stack.c (print_frame, backtrace_command_1): Ditto.
+
+       * frame.h (get_frame_address_in_block): Declare.
+       (frame_unwind_address_in_block): Declare.
+       * frame.c (frame_unwind_address_in_block): New function.
+       (get_frame_address_in_block): New function.
+
+2003-07-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Simplify predicate methods.  Remove need to provide
+       pre-default.   Note: re-generate has no effect.
+       
+2003-07-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: When a variable, but not a function, compare against
+       0.  Fix problem in previous patch.
+       * gdbarch.c: Re-generate.
+       
+2003-07-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Use gdb_assert instead of internal_error.  Compare
+       functions against NULL, not 0.
+       * gdbarch.c: Re-generate.
+       
+2003-07-10  Fred Fish  <fnf@ninemoons.com>
+
+       * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
+       null string instead of a null pointer.
+       * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
+
+2003-07-09  Michael Snyder  <msnyder@redhat.com>
+
+       * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
+
+2003-07-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
+       X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
+       X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
+       X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
+       * x86-64-tdep.c: ... from here.
+
+2003-07-09  Andreas Schwab  <schwab@suse.de>
+
+       * m68k-tdep.h (enum struct_return): Define.
+       (struct gdbarch_tdep): Add struct_return.
+       * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
+       bytes are padded to the right, not to the left.  Pass struct value
+       address in register %a1, not on stack.
+       (m68k_use_struct_convention): New function.
+       (m68k_gdbarch_init): Set use_struct_convention.  Initialize
+       struct_return in tdep to pcc_struct_return.
+       * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
+       reg_struct_return.
+
+2003-07-09  Joel Brobecker  <brobecker@gnat.com>      
+
+       * somread.c (som_symfile_offsets): Fix compilation error.   
+
+2003-07-09  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
+       Add comments about the checks.
+
+2003-07-08  Andrew Cagney  <cagney@redhat.com>
+
+       * Makefile.in: Make dependency section headers consistent.
+       (config_h): Move to $BUILD headers section.
+       (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
+       (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
+       (ada-exp.tab.c): Move to YACC/LEX section.
+       (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
+       (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
+
+2003-07-08  Kris Warkentin  <kewarken@qnx.com>
+
+       * nto-procfs.c: Cleaned up a bunch of ARI hits.
+       Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
+       of strerror with safe_strerror, use ISO C function definitions,
+       and replace instances of sprintf with snprintf.
+
+2003-07-07  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (get_prev_frame): Enable check for identical frames.
+       Update comments.  Update error messages.
+
+2003-07-07  Joel Brobecker  <brobecker@gnat.com>
+
+        * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
+
+2003-07-07  Joel Brobecker  <brobecker@gnat.com>
+
+        * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
+        sort_symtab_syms, no longer necessary.
+
+2003-07-07  Joel Brobecker  <brobecker@gnat.com>
+
+       * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
+
+2003-07-07  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
+       (mips_register_byte): Likewise.
+
+2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (sparc_tdep_h): New.
+       (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
+       (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
+       * sparc-linux-nat.c: Include "sparc-tdep.h".
+       * sparc-nat.c: Likewise.
+       * sparc-tdep.c: Likewise.
+       * sparc64nbsd-nat.c: Likewise.
+       * sparcnbsd-nat.c: Likewise.
+       * sparcnbsd-tdep.c: Likewise.
+       * sparc-tdep.h: New file.
+       * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
+       and sparc_npc_regnum.
+
+2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * mips-linux-nat.c (mips_linux_cannot_fetch_register)
+       (mips_linux_cannot_store_register): List supported instead of
+       unsupported registers.
+
+2003-07-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * disasm.c (dump_insns): Separate instructions from addresses.
+
+2003-07-07  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
+       dependencies.
+       * m68k-tdep.c (NUM_FREGS): Delete.
+       (SIG_PC_FP_OFFSET): Delete.
+       (TARGET_M68K): Delete.
+       (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
+       P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
+       P_MOVEL_SP, P_MOVEML_SP): Define.
+       (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
+       P_TRAP): Delete.
+        (m68k_register_raw_size): Delete.
+       (m68k_register_virtual_size): Delete.
+       (m68k_register_type): Renamed from m68k_register_virtual_type and
+       add gdbarch argument.
+       (m68k_store_struct_return): Delete.
+       (m68k_deprecated_extract_return_value): Delete.
+       (m68k_deprecated_extract_struct_value_address): Delete.
+       (m68k_frame_chain): Delete.
+       (m68k_frame_saved_pc): Delete.
+       (m68k_fix_call_dummy): Delete.
+       (m68k_push_dummy_frame): Delete.
+       (m68k_pop_frame): Delete.
+       (m68k_extract_return_value): New function.
+       (m68k_store_return_value): Rewrite using regcache.
+       (m68k_extract_struct_value_address): Rewrite using regcache.
+       (m68k_push_dummy_call): New function.
+       (struct m68k_frame_cache): Define.
+       (m68k_alloc_frame_cache): New function.
+       (m68k_analyze_frame_setup): New function.
+       (m68k_analyze_register_saves): New function.
+       (m68k_analyze_prologue): New function.
+       (m68k_skip_prologue): Rewrite using above functions.
+       (m68k_unwind_pc): New function.
+       (m68k_frame_cache): New function.
+       (m68k_frame_this_id): New function.
+       (m68k_frame_prev_register): New function.
+       (m68k_frame_unwind): New variable.
+       (m68k_frame_p): New function.
+       (m68k_sigtramp_frame_cache): New function.
+       (m68k_sigtramp_frame_this_id): New function.
+       (m68k_sigtramp_frame_prev_register): New function.
+       (m68k_sigtramp_frame_unwind): New variable.
+       (m68k_sigtramp_frame_p): New function.
+       (m68k_frame_base_address): New function.
+       (m68k_frame_base): New function.
+       (m68k_unwind_dummy_id): New function.
+       (fill_gregset): Use regcache_collect.
+       (fill_fpregset): Likewise.
+       (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
+       defined.
+       (m68k_gdbarch_init): Don't define call_dummy_words.  Don't set
+       deprecated_init_frame_pc, deprecated_store_struct_return,
+       deprecated_extract_return_value, deprecated_store_return_value,
+       deprecated_frame_chain, deprecated_frame_saved_pc,
+       deprecated_frame_init_saved_regs, deprecated_register_raw_size,
+       deprecated_register_virtual_size,
+       deprecated_max_register_raw_size,
+       deprecated_max_register_virtual_size,
+       deprecated_register_virtual_type, deprecated_register_size,
+       deprecated_register_byte, deprecated_register_bytes,
+       deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
+       call_dummy_location, deprecated_call_dummy_breakpoint_offset,
+       deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
+       deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
+       deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
+       deprecated_push_dummy_frame, deprecated_pop_frame,
+       deprecated_dummy_write_sp.  Set deprecated_saved_pc_after_call
+       only if SYSCALL_TRAP is defined.  Set extract_return_value,
+       store_return_value, extract_struct_value_address, register_type,
+       push_dummy_call, unwind_dummy_id, unwind_pc.  Add two frame unwind
+       predicates.
+       * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
+       M68K_MAX_REGISTER_SIZE): Define.
+       (struct m68k_sigtramp_info): Define.
+       (struct gdbarch_tdep): Add get_sigtramp_info.
+       * m68klinux-nat.c (fetch_register): Use register_size instead of
+       REGISTER_RAW_SIZE.  Don't put assignment in if.
+       (store_register): Likewise.
+       (fetch_inferior_registers): Likewise.
+       (store_inferior_registers): Likewise.
+       * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
+       (m68k_linux_frame_saved_pc): Delete.
+       (m68k_linux_sigcontext_reg_offset,
+       m68k_linux_ucontext_reg_offset): Define.
+       (m68k_linux_get_sigtramp_info): New function.
+       (m68k_linux_extract_return_value): Rewrite using regcache.
+       (m68k_linux_store_return_value): Likewise.
+       (m68k_linux_extract_struct_value_address): Likewise.
+       (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
+       Don't set deprecated_frame_saved_pc,
+       deprecated_extract_return_value, deprecated_store_return_value,
+       deprecated_extract_struct_value_address.  Set
+       extract_return_value, store_return_value,
+       extract_struct_value_address.
+
+2003-07-07  Andrew Cagney  <cagney@redhat.com>
+
+       * expprint.c: Include "user-regs.h" instead of "frame.h".
+       (print_subexp): Use user_reg_map_regnum_to_name, instead of
+       frame_map_regnum_to_name.
+       * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
+       (frame_map_name_to_regnum): Simplify, call
+       user_reg_map_name_to_regnum.
+       (frame_map_regnum_to_name): Simplify, call
+       user_reg_map_regnum_to_name.
+       (frame_register_unwind): Update.
+       * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
+       (_initialize_frame_reg): Call user_reg_add_builtin.
+       * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
+       (value_of_register): Use value_of_user_reg.
+       * eval.c (evaluate_subexp_standard): Update.
+       * parse.c (write_dollar_variable): Update.
+       * d10v-tdep.c (d10v_print_registers_info): Update.
+       * infcmd.c (registers_info): Update.
+       * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
+       (builtin_regs_h): Delete macro.
+       (user_regs_h): Define.
+       (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
+       (builtin-regs.o): Delete target.
+       (user-regs.o): Specify dependencies.
+       (expprint.o): Update dependencies.
+       (findvar.o): Update dependencies.
+       (frame.o): Update dependencies.
+       (std-regs.o): Update dependencies.
+
+2003-07-06  Christopher Faylor  <cgf@redhat.com>
+
+       * win32-nat.c (solib_symbols_add): Use one variable for all section
+       address stuff.  Pass variable rather than address of variable to
+       safe_symbol_file_add.
+
+2003-07-06  Andreas Schwab  <schwab@suse.de>
+
+       * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
+
+2003-07-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * rs6000-nat.c (vmap_symtab): Fix compilation error.
+
+2003-07-04  Kris Warkentin  <kewarken@qnx.com>
+
+       * config/i386/nto.mh: Set XM_FILE to xm-i386.h
+
+2003-07-04  Kris Warkentin  <kewarken@qnx.com>
+
+       * nto-procfs.c: New file.  Native procfs support for QNX Neutrino.
+       * config/i386/nto.mh: New file.
+       * config/i386/nm-nto.h: New file.
+       * configure.host: Add i[3456]86-*-nto*.
+
+2003-07-03  Joel Brobecker  <brobecker@gnat.com>
+
+       * remote-vx.c (vx_add_symbols): Fix compilation error.
+
+2003-07-03  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (REGISTER_NAME): Do not supply a default.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
+       (legacy_register_name): Declare.
+       * config/sparc/tm-sp64.h (legacy_register_name): Declare.
+       (REGISTER_NAME): Define.
+       * sparc-tdep.c (legacy_register_name): New function.
+       * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
+       (REGISTER_NAME): Define.
+       (hppa64_register_name): Declare.
+       * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
+       * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
+       (hppa64_register_name): New function.
+       (hppa_register_name): New function.
+       * arch-utils.c (legacy_register_name): Delete.
+       * arch-utils.h (legacy_register_name): Delete.
+
+2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cli/cli-interp.c (cli_interpreter_resume): Update the
+       cli_uiout's stream to gdb_stdout.
+
+2003-07-03  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
+       predicate.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * regcache.c (init_regcache_descr): Use legacy code when either
+       REGISTER_BYTE or REGISTER_RAW_SIZE is set.
+
+2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       * NEWS: Move "set logging" entry into GDB 6.0 section.
+
+2003-07-02  Jim Blandy  <jimb@redhat.com>
+
+       * s390-tdep.c (struct frame_extra_info): new member:
+       'stack_bought_valid'.
+       (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
+       initialize fextra_info->stack_bought.
+       (s390_frameless_function_invocation): Don't trust the value of
+       fextra_info_ptr->stack_bought unless
+       fextra_info->stack_bought_valid is set.
+
+       New S390 prologue analyzer.
+       * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
+       (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
+       pv_constant_last, pv_add, pv_add_constant, pv_subtract,
+       pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
+       compute_x_addr, s390_on_stack, s390_store,
+       s390_get_signal_frame_info): New functions.
+       (S390_NUM_SPILL_SLOTS): New macro.
+       (s390_get_frame_info): Rewritten.
+       (is_arg_reg): Deleted.
+
+        Break out the decoding of S/390 instructions into separate
+        functions, to make it more legible, and easier to check
+        against the spec.
+        * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
+       is_rx, is_rxe): New functions.
+       (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
+       op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
+       op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
+       op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
+       enums for opcode values.  (Is this an improvement?)
+
+2003-07-02  Andrew Cagney  <cagney@redhat.com>
+
+       * i386-tdep.c: Revert change committed as part of trad-frame code
+       below.
+
+2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (insert_catchpoint): Make static.
+
+2003-07-02  Andreas Schwab  <schwab@suse.de>
+
+       * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
+       former ia64_push_arguments and ia64_push_return_address, and use
+       regcache functions instead of read/write_register.
+       (ia64_gdbarch_init): Set push_dummy_call instead of
+       deprecated_push_arguments and deprecated_push_return_address.
+
+2003-07-01  Andreas Jaeger  <aj@suse.de>
+
+       * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
+       before the call.
+       Set %rax only to number of SSE registers used.
+
+2003-07-01  Andrew Cagney  <cagney@redhat.com>
+
+       * trad-frame.h: Update comments, a -1 .addr is reserved.
+       (trad_frame_value_p, trad_frame_addr_p): Declare.
+       (trad_frame_reg_p): Declare.
+       (trad_frame_set_value): Rename trad_frame_register_value.
+       (trad_frame_set_unknown): Declare.
+       * trad-frame.c (trad_frame_realreg_p): New function.
+       (trad_frame_addr_p, trad_frame_value_p): New function.
+       (trad_frame_set_unknown): New function.
+       (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
+       (trad_frame_prev_register): Use trad_frame_realreg_p,
+       trad_frame_addr_p and trad_frame_value_p.
+       (trad_frame_set_value): Rename trad_frame_register_value.
+       * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
+       and trad_frame_set_value.
+
+2003-06-30  Jim Blandy  <jimb@redhat.com>
+
+       Patch from IBM (authors unspecified, probably Ulrich Weigand and
+       Gerhard Tonn) for argument passing on the S/390 and S/390x:
+       * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
+       for 16 registers, and then 32 more bytes.
+       (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
+       New macros.
+       (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
+       Move up in the file, since it's now used by is_simple_arg.
+       (is_simple_arg): Don't assume registers are four bytes long.
+       Exclude all double arguments.  Extended floats are not simple
+       args.
+       (is_power_of_two): New function.
+       (pass_by_copy_ref): Call is_power_of_two, and check that the
+       length fits in a register, rather than listing all the acceptable
+       sizes.  Extended floats are not passed by reference.
+       (s390_push_arguments): Don't assume registers are four bytes long.
+       Reserve an argument register to point to the buffer for structures
+       returned by value.  Use S390_NUM_FP_PARAMETER_REGISTERS and
+       S390_STACK_FRAME_OVERHEAD.
+
+2003-06-30  Andreas Schwab  <schwab@suse.de>
+
+       * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
+       format error message.
+
+2003-06-30  Joel Brobecker  <brobecker@gnat.com>
+
+       * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
+
+2003-06-30  David Carlton  <carlton@kealia.com>
+
+       Band-aid for PR c++/1245.
+       * Makefile.in (cp-support.o): Depend on complaints_h.
+       * cp-support.c: Include complaints.h.  Add declaration for
+       find_last_component.
+       (cp_find_first_component): Separate code into
+       cp_find_first_component_aux.
+       (cp_find_first_component_aux): Call demangled_name_complaint.
+       (demangled_name_complaint): New.
+
+2003-06-30  Andrew Cagney  <cagney@redhat.com>
+
+       * remote.c (remote_write_bytes): Explicitly compute and then use
+       the payload size.  Update comments to reflect.  Fixes problem of
+       GDB not sending small packets as found by Fred Fish.
+
+2003-06-30  Andrew Cagney  <cagney@redhat.com>
+
+       * remote.c (remote_async_wait): Fix -Wformat problem.
+
+2003-06-29  Andrew Cagney  <cagney@redhat.com>
+
+       * remote.c (remote_wait): Call error, and not warning, when the
+       packet is corrupt.
+       (remote_async_wait): Ditto.
+
+2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * sparc-tdep.c (sparc_y_regnum): Make external again.
+
+2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cli/cli-logging.c (pop_output_files): Add void to function
+       definition.
+
+2003-06-29  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c (frame_register_unwind): Use unsigned char when dumping
+       the buffer contents.
+
+2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cli/cli-logging.c: New file.
+       * cli-out.c (struct ui_out_data): Add original_stream.
+       (cli_redirect): New function.
+       (cli_ui_out_impl): Add cli_redirect.
+       (cli_out_new): Initialize original_stream.
+       * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
+       (uo_redirect, ui_out_redirect): New.
+       * ui-out.h (struct ui_out_impl): Add redirect member.
+       (redirect_ftype): New.
+       (ui_out_redirect): Add prototype.
+       * Makefile.in: Add rules for cli-logging.c.
+       * NEWS: Mention "set logging".
+
+2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
+
+       * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
+
+2003-06-27  Andrew Cagney  <cagney@redhat.com>
+
+       * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
+       (m68hc11_gdbarch_init): Do not set call_dummy_address.
+       * avr-tdep.c (avr_call_dummy_address): Delete function.
+       (avr_gdbarch_init): Do not set call_dummy_address.
+
+2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
+
+       * symfile.c (syms_from_objfile): Move variables to inner block.
+       Move the checks for the non-mainline case a bit earlier to avoid
+       doing some useless computations.
+
+2003-06-27  Elena Zannoni  <ezannoni@redhat.com>
+
+        * dwarfread.c (decode_modified_type): Gag new compiler warning.
+
+2003-06-26  Elena Zannoni  <ezannoni@redhat.com>
+
+       * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
+       sections.
+
+2003-06-26  Michael Chastain  <mec@shout.net>
+
+       * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
+       gdb/testsuite/gdb.c++/pr-1210.exp.
+
+2003-06-26  Andrew Cagney  <cagney@redhat.com>
+
+       * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
+       altivec_expression.h and altivec_registers.h.
+
+2003-06-26  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
+       info->mach when MIPS16.  Patch suggested by Fred Fish.
+
+2003-06-26  Andrew Cagney  <cagney@redhat.com>
+
+       * utils.c (internal_vproblem): Print the problem to a reason
+       buffer and then pass to query.  Make the msg variable more local.
+
+2003-06-26  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate.  Deprecate.
+       (FRAME_LOCALS_ADDRESS): Add predicate.  Deprecate.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * frame-base.c (default_frame_args_address): Update.  Use
+       default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
+       not available.
+       (default_frame_locals_address): Ditto for
+       DEPRECATED_FRAME_LOCALS_ADDRESS.
+       * vax-tdep.c (vax_sigtramp_saved_pc): Update.
+       (vax_frame_num_args): Update.
+       (vax_gdbarch_init): Update.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Update.
+       * ns32k-tdep.c (ns32k_gdbarch_init): Update.
+       * mcore-tdep.c (mcore_gdbarch_init): Update.
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
+       * ia64-tdep.c (ia64_gdbarch_init): Update.
+       * symtab.h (address_class): Update comments.
+       * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
+       * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
+       (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
+       * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
+       (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
+       (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
+       * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
+       * alpha-mdebug-tdep.c: Update.
+       * ada-lang.c (add_symbols_from_enclosing_procs): Update.
+
+2003-06-26  Andreas Jaeger  <aj@suse.de>
+
+       * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
+       of SSE registers so that varargs functions work.  Rework handling
+       of passing arguments on the stack.
+       (x86_64_store_return_value): Return double and float values in SSE
+       register.
+
+2003-06-24  Michael Chastain  <mec@shout.net>
+
+       * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
+       the "constructor breakpoints ignored" bug.
+
+2003-06-25  David Carlton  <carlton@kealia.com>
+
+       * MAINTAINERS: Update e-mail address.
+
+2003-06-24  Jim Blandy  <jimb@redhat.com>
+
+       * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
+
+       * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
+       function.
+       (ppc_linux_init_abi): Register it as the
+       CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
+
+       * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
+       (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
+       method.
+
+       * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
+       (ppc64_standard_linkage_target): Use it.
+
+2003-06-23  Andrew Cagney  <cagney@redhat.com>
+
+       * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
+       for 0 "int0" and 4 "int32" sized registers.
+       * gdbtypes.c (builtin_type_int0): Define.
+       (build_gdbtypes): Initialize builtin_type_int0.
+       * gdbtypes.h (builtin_type_int0): Declare.
+
+2003-06-23  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
+       as characters are unsigned.
+
+2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       PR gdb/1179
+       * dwarfread.c (struct_type): Skip static fields without crashing.
+
+2003-06-22  Andrew Cagney  <cagney@redhat.com>
+
+       GDB 6.0 branch created.
+       * README: Update.
+       * PROBLEMS: Update.  Empty.
+       * NEWS: Update.
+
+2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
+       Suggested by Nick Hibma <n_hibma@webweaving.org>.
+
+2003-06-22  Andrew Cagney  <cagney@redhat.com>
+
+       * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
+       GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD.  Suggested by Momchil
+       Velikov.
+
+2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cli/cli-cmds.c (shell_escape): Silence warnings from old
+       compilers.
+
+2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
+
+       * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
+       argument of val_print.
+       * cp-valprint.c (cp_print_value): Don't add the offset parameter
+       to the address argument of baseclass_offset or target_read_memory.
+       Do add it to the argument of cp_print_value_fields.
+
+2003-06-21  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
+       (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
+       instead of 0..NUM_REGS.
+       (mips_register_reggroup_p): New function.
+       (mips_pseudo_register_write): New function.
+       (mips_pseudo_register_read): New function.
+       (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
+       based on the register's type.
+       (read_next_frame_reg): Simplify.  Assert that REGNO is a pseudo /
+       cooked.
+       (mips_get_saved_register): Simplify.  Assert that REGNO is a
+       pseudo / cooked.
+       (mips_register_byte): New function.  Use MIPS_REGISTER_BYTE.
+       (mips_register_type): Replace mips_register_virtual_type.  Map
+       NUM_REGS..2*NUM_REGS onto 0..NUM_REGS.  Use MIPS_REGISTER_TYPE
+       when available.
+       (read_next_frame_reg): Simplify, but handle SP_REGNUM.  Assert
+       that the register is cooked / virtual.
+       (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
+       Only get the extra info when needed.
+       (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
+       (mips32_heuristic_proc_desc): Fetch the cooked register.
+       (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
+       (mips_init_extra_frame_info, get_frame_pointer): Ditto.
+       (mips_print_register): Use gdbarch_register_type, instead of
+       REGISTER_VIRTUAL_TYPE.
+       (print_gp_register_row): Use gdbarch_register_type, instead of
+       REGISTER_VIRTUAL_TYPE.  Allow for a pseudo / cooked REGNUM.
+       (mips_print_registers_info): Assert REGNO is pseodo / cooked.
+       Print the pseudo / cooked registers.
+       (mips_print_registers_info): Assert REGNO is pseodo / cooked.
+       Print the pseudo / cooked registers.
+       (mips_xfer_register): Use regcache_cooked_read_part.  Assert that
+       REG_NUM is pseudo / cooked.
+       (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
+       (mips_n32n64_xfer_return_value): Ditto.
+       (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
+       (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
+       (mips_register_sim_regno): New function.
+       (mips_gdbarch_init): Set deprecated_register_byte,
+       register_group_p, pseudo_register_write, pseudo_register_read,
+       register_sim_regno, and num_pseudo_regs.  Set register_type,
+       instead of register_virtual_type.
+       * Makefile.in (mips-tdep.o): Update dependencies.
+       * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
+       REGISTER_VIRTUAL_TYPE.
+       * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
+       * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
+       * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
+       * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
+       * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
+
+2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
+       * cli/cli-cmds.c: Include "gdb_vfork.h".
+       (shell_escape): Use vfork.
+
+2003-06-21  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
+       32 bit floating-point register saves.
+
+       * frame.h (deprecated_unwind_get_saved_register): Delete.
+       * frame.c (deprecated_unwind_get_saved_register): Delete function.
+       * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
+       and deprecated_get_next_frame_hack instead of
+       deprecated_unwind_get_saved_register.
+
+       * mips-tdep.c (mips_dump_tdep): Do not print
+       REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
+
+       * frame.c (get_frame_register): New function.
+       (frame_unwind_register_signed): New function.
+       (get_frame_register_signed): New function.
+       (frame_unwind_register_unsigned): New function.
+       (get_frame_register_unsigned): New function.
+       * frame.h: Add comments on naming schema.
+       (get_frame_register, frame_unwind_register_signed): Declare.
+       (get_frame_register_signed, get_frame_register_signed): Declare.
+       (frame_unwind_register_unsigned): Declare.
+       (get_frame_register_unsigned): Declare.
+
+2003-06-20  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
+
+2003-06-20  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
+       (avr_read_sp): Ditto.
+
+2003-06-20  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/arm/linux.mt: Remove code protected by GDBSERVER define.
+       * config/arm/nm-linux.h: Likewise.
+       * config/arm/tm-linux.h: Likewise.
+       * config/ia64/nm-linux.h: Likewise.
+       * config/ia64/tm-ia64.h: Likewise.
+       * config/s390/tm-linux.h: Likewise.
+       * config/s390/tm-s390.h: Likewise.
+       * s390-nat.c: Likewise.
+       * s390-tdep.c: Likewise.
+
+       * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
+       * config/ia64/linux.mt: Likewise.
+       * config/m68k/linux.mh: Likewise.
+       * config/mips/linux.mt: Likewise.
+       * config/powerpc/linux.mh: Likewise.
+       * config/sh/linux.mt: Likewise.
+
+2003-06-19  Kris Warkentin  <kewarken@qnx.com>
+
+       * solib.c (solib_open): Change tests for whether to search
+       LD_LIBRARY_PATH and PATH to better deal with remotes.  Update
+       comments.
+
+2003-06-19  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_frame_address): Delete function.
+       (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
+       set_gdbarch_frame_args_address.
+
+2003-06-19  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
+       (REGISTER_CONVERT_FROM_TYPE): Delete.
+       (mips_register_convert_to_type): Delete declaration.
+       (mips_register_convert_from_type): Delete declaration.
+       * linux-nat.h (struct target_ops): Declare opaque.  s/Linux/Linux
+       kernel/.
+
+2003-06-19  Michael Snyder  <msnyder@redhat.com>
+
+       * linux-nat.h: New file.
+       * linux-nat.c: Include linux-nat.h.
+       * lin-lwp.c: Include linux-nat.h.
+       Move struct lwp_info def to linux-nat.h.
+       * linux-proc.c: Include linux-nat.h.
+       (linux_make_note_section): Iterate over lwps instead of threads.
+       (linux_do_thread_registers): Use lwp instead of merged pid.
+       * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
+       * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
+       Add dependency on linux_nat_h.
+
+2003-06-19  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
+
+2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
+
+       * varobj.c (get_type, get_target_type): Use check_typedef.
+
+2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (insert_catchpoint): Call internal_error.
+
+2003-06-19  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_push_dummy_code): Delete function.
+       (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
+
+2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arch-utils.c (default_prepare_to_proceed): Remove.
+       (generic_prepare_to_proceed): Remove.
+       * arch-utils.h (default_prepare_to_proceed): Remove prototype.
+       (generic_prepare_to_proceed): Remove prototype.
+       * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
+       * hppah-nat.c (hppa_switched_threads): Remove.
+       * infrun.c (prepare_to_proceed): New static function, copied from
+       generic_prepare_to_proceed.  Remove select_it argument.
+       (proceed): Call prepare_to_proceed.
+       * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
+       variables.
+       (ptrace_wait): Don't set the removed variables.
+       (hppa_switched_threads): Remove.
+       * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
+       * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
+       (lin_lwp_prepare_to_proceed): Remove prototype.
+       * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
+       * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
+
+2003-06-18  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
+       trad-frame.h.
+       (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
+       (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
+       (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
+       (AVR_PROLOGUE_*): Enumerate prologue types.
+       (struct frame_extra_info): Remove.
+       (struct avr_unwind_cache): Define.
+       (avr_write_sp): Delete function.
+       (avr_read_fp): Ditto.
+       (avr_init_extra_frame_info): Ditto.
+       (avr_pop_frame): Ditto.
+       (avr_frame_saved_pc): Ditto.
+       (avr_saved_pc_after_call): Ditto.
+       (avr_push_return_address): Ditto.
+       (avr_frame_chain): Ditto.
+       (avr_store_struct_return): Ditto.
+       (avr_push_arguments): Ditto.
+       (avr_scan_prologue): Update comments. Changed to set up the info for
+       cache unwinding. Now returns end of prologue PC.
+       (avr_skip_prologue): Better handling of functions lacking a prologue
+       by using avr_scan_prologue.
+       (avr_scan_arg_moves): New function.
+       (avr_saved_regs_unwinder): Ditto.
+       (avr_frame_unwind_cache): Ditto.
+       (avr_unwind_pc): Ditto.
+       (avr_frame_this_id): Ditto.
+       (avr_frame_prev_register): Ditto.
+       (avr_frame_p): Ditto.
+       (avr_frame_base_address ): Ditto.
+       (avr_unwind_dummy_id): Ditto.
+       (avr_push_dummy_code): Ditto.
+       (push_stack_item): Ditto.
+       (pop_stack_item): Ditto.
+       (avr_push_dummy_call): Ditto.
+       (struct stack_item): Define.
+       (avr_frame_unwind): Declare structure.
+       (avr_frame_base): Ditto.
+       (avr_gdbarch_init): Remove calls to
+       set_gdbarch_deprecated_init_frame_pc,
+       set_gdbarch_deprecated_target_read_fp,
+       set_gdbarch_deprecated_dummy_write_sp,
+       set_gdbarch_deprecated_fp_regnum,
+       set_gdbarch_deprecated_push_arguments,
+       set_gdbarch_deprecated_push_return_address,
+       set_gdbarch_deprecated_pop_frame,
+       set_gdbarch_deprecated_store_struct_return,
+       set_gdbarch_deprecated_frame_init_saved_regs,
+       set_gdbarch_deprecated_init_extra_frame_info,
+       set_gdbarch_deprecated_frame_chain,
+       set_gdbarch_deprecated_frame_saved_pc,
+       set_gdbarch_deprecated_saved_pc_after_call.
+       Add calls to set_gdbarch_push_dummy_call,
+       set_gdbarch_push_dummy_code,
+       frame_unwind_append_predicate,
+       frame_base_set_default,
+       set_gdbarch_unwind_dummy_id,
+       set_gdbarch_unwind_pc.
+       Wrap a long line.
+
+2003-06-18  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
+       registers for H8/300S.
+       (h8300_print_registers_info): Ditto.
+       (h8300_gdbarch_init): Accommodate register count for H8/300S.
+
+2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/nm-linux.h (linux_record_stopped_pid): New prototype.
+       * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
+       (lin_lwp_wait): Likewise.  Update comments.
+       * linux-nat.c (struct simple_pid_list, add_to_pid_list)
+       (pull_pid_from_list, linux_record_stopped_pid): New.
+
+2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * ada-lang.c (scan_discrim_bound): Name first argument.
+       (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
+       declared by ALL_BLOCK_SYMBOLS.
+
+2003-06-17  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * ada-tasks.c (find_function_in_inferior): Don't declare it.
+       ("regcache.h"): Include it.
+       * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
+
+2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
+
+        * NEWS: Mention gdbserver detach change and "disconnect" command.
+        * infcmd.c (disconnect_command): New function.
+        (_initialize_infcmd): Add ``disconnect'' command.
+        * remote.c (remote_async_detach): Delete.
+        (remote_detach): Merge remote_async_detach.
+        (remote_disconnect): New.
+        (init_remote_ops): Set to_disconnect.
+        (init_remote_cisco_ops): Likewise.
+        (init_remote_async_ops): Likewise.  Use remote_detach.
+        * target.c (cleanup_target): Default to_disconnect.
+        (update_current_target): Inherit to_disconnect.
+        (target_disconnect, debug_to_disconnect): New functions.
+        (setup_target_debug): Set to_disconnect.
+        * target.h (struct target_ops): Add to_disconnect.
+        (target_disconnect): Add prototype.
+
+2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (insert_catchpoint): New function.
+       (insert_breakpoints): Use catch_exceptions to call
+       insert_catchpoint.  Disable catchpoints if they fail to insert.
+
+2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symfile.c (reread_symbols): Clear sym_private.
+
+2003-06-17  Andrew Cagney  <cagney@redhat.com>
+
+       * trad-frame.h (struct frame_info): Add opaque declaration.
+       * remote-fileio.h (struct cmd_list_element): Add opaque
+       declaration.
+       * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
+       comments.
+
+2003-06-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * remote.c (remote_prepare_to_store): Replace call to
+       deprecated_read_register_bytes with multiple regcache_raw_read
+       calls.
+
+2003-06-17  Kris Warkentin  <kewarken@qnx.com>
+
+       * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
+       (nto_find_and_open_solib): Likewise.
+       (nto_init_solib_absolute_prefix): Likewise.
+       (_initialize_nto_tdep): Fix indentation.
+
+2003-06-17  Kris Warkentin  <kewarken@qnx.com>
+
+       * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
+
+2003-06-17  Kris Warkentin  <kewarken@qnx.com>
+
+       * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
+
+2003-06-17  Jim Blandy  <jimb@redhat.com>
+
+       * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
+
+2003-06-16  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_extract_return_value): New function.
+       (avr_gdbarch_init): Set extract_return_value method.
+
+2003-06-16  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.h (deprecated_get_next_frame_hack): Declare.
+       * frame.c (legacy_saved_regs_prev_register): Only require
+       DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed.  Assert that
+       there are always saved regs.
+       (deprecated_generic_get_saved_register): Do not require
+       DEPRECATED_FRAME_INIT_SAVED_REGS.
+       (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
+       use frame ID unwind instead.
+       (deprecated_get_next_frame_hack): New function.
+
+2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c (h8300_push_arguments): Remove.  Substitute by...
+       (h8300_push_dummy_call): ...this function.  Some minor optimization.
+       (h8300_push_return_address): Remove.
+       (h8300_gdbarch_init): Remove calls to
+       set_gdbarch_deprecated_dummy_write_sp,
+       set_gdbarch_deprecated_push_arguments and
+       set_gdbarch_deprecated_push_return_address.
+       Add call to set_gdbarch_push_dummy_call.
+
+2003-06-16  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
+       (E_PSEUDO_EXR_REGNUM): Ditto.
+       (h8300_is_argument_spill): Check for instructions moving argument
+       registers into safe registers.
+       (h8300_skip_prologue): Check for stm instruction to push registers
+       used for register variables onto stack.
+       (gdb_print_insn_h8300): Remove.
+       (h8300_examine_prologue): Add a comment.
+       (h8300_register_name): Take pseudo registers into account.
+       (h8300s_register_name): Ditto.
+       (h8300sx_register_name): Ditto.
+       (h8300_print_register): Ditto.
+       (h8300_print_registers_info): Define "nice" printing order.
+       (h8300_saved_pc_after_call): Take pseudo registers into account.
+       (h8300_register_type): Ditto.  Return type used for remote connection
+       when requesting real CCR or EXR register, return actual type when
+       requesting pseudo CCR or EXR.
+       (h8300_pseudo_register_read): New function.
+       (h8300_pseudo_register_write): Ditto.
+       (h8300_dbg_reg_to_regnum): Ditto.
+       (h8300s_dbg_reg_to_regnum): Ditto.
+       (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
+       set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
+       set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
+       set_gdbarch_print_insn architecture dependent.
+       Call set_gdbarch_pseudo_register_read and
+       set_gdbarch_pseudo_register_write.
+       (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
+
+2003-06-16  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
+       * s390-tdep.c (s390_gdbarch_init): Update.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Update.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Update.
+       * mips-tdep.c (mips_gdbarch_init): Update.
+       * mcore-tdep.c (mcore_gdbarch_init): Update.
+       * cris-tdep.c (cris_gdbarch_init): Update.
+       * infcall.c (call_function_by_hand): Update.
+       * ia64-tdep.c (ia64_push_arguments): Update comment.
+       * frame.c (legacy_get_prev_frame): Do not assume
+       SAVE_DUMMY_FRAME_TOS_P.
+       * dummy-frame.c (find_dummy_frame): Update comment.
+
+2003-06-16  Andrew Cagney  <cagney@redhat.com>
+
+       * regcache.c (do_cooked_read): Do not use register_valid_p.
+
+2003-06-15  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_register_type): Remove a blank line.
+       (avr_scan_prologue): Correct some comments.
+
+2003-06-15  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_scan_prologue): Update comment describing the various
+       prologue types.
+       Properly scan prologues generated by gcc with the -mcall-prologues
+       option.
+       Add code to scan -mcall-prologues for mega devices.
+
+2003-06-15  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_register_byte): Delete function.
+       (avr_register_raw_size): Delete function.
+       (avr_register_virtual_size): Delete function.
+       (avr_register_virtual_type): Delete function.
+       (avr_register_type): New function.
+       (avr_address_to_pointer): Remove unused code.
+       (avr_read_fp): Need to read FP as two separate bytes due to change to
+       avr_register_type() usage.
+       (avr_gdbarch_init): Don't set deprecated_register_size.
+       Don't set deprecated_register_bytes.
+       Don't set deprecated_register_byte.
+       Don't set deprecated_register_raw_size.
+       Don't set deprecated_max_register_raw_size.
+       Don't set deprecated_register_virtual_size.
+       Don't set deprecated_max_register_virtual_size.
+       Don't set deprecated_register_virtual_type.
+       Set register_type method.
+
+2003-06-15  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (linux-nat.o): Add rule.
+       * linux-nat.c: New file.
+       * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
+       (CHILD_INSERT_VFORK_CATCHPOINT): Define.
+       (CHILD_INSERT_EXEC_CATCHPOINT): Define.
+       * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
+       * config/arm/linux.mh (NATDEPFILES): Likewise.
+       * config/i386/linux.mh (NATDEPFILES): Likewise.
+       * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
+       * config/ia64/linux.mh (NATDEPFILES): Likewise.
+       * config/m68k/linux.mh (NATDEPFILES): Likewise.
+       * config/mips/linux.mh (NATDEPFILES): Likewise.
+       * config/powerpc/linux.mh (NATDEPFILES): Likewise.
+       * config/s390/s390.mh (NATDEPFILES): Likewise.
+       * config/sparc/linux.mh (NATDEPFILES): Likewise.
+
+2003-06-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-tdep.c: Reorder includes, fix some whitespace issues and
+       replace out-of-date comment.
+
+2003-06-15  Andrew Cagney  <cagney@redhat.com>
+
+       * rdi-share/host.h (Fail): Change to a varargs function.
+       * remote-rdi.c (Fail): Update.
+
+2003-06-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_next_regnum): Fix bounds checking.
+       (i386_convert_register_p, i386_register_to_value,
+       i386_register_from_value): Handle types longer than 8 bytes.
+
+2003-06-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_register_to_value, i386_value_to_register):
+       Move floating-point code to new function in i387-tdep.c.
+       * i387-tdep.c (i387_register_to_value, i387_value_to_register):
+       New functions containing code moved here from i386-tdep.c.
+       * i387-tdep.h: Add opaque declaration for `struct type'.
+       (i387_register_to_value, i387_value_to_register): New prototypes.
+       * x86-64-tdep.c (x86_64_convert_register_p): New function.
+       (x86_64_init_abi): Set convert_register_p, register_to_value and
+       value_to_register here.
+
+2003-06-14  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (mips_register_to_value): Make static.
+       (mips_value_to_register): Make static.
+       * i386-tdep.c (i386_fetch_pointer_argument): Make static.
+       * ia64-tdep.c (ia64_register_raw_size): Make static.
+       (ia64_register_virtual_size): Make static.
+       (ia64_register_byte): Make static.
+       * i387-tdep.c: Include "i387-tdep.h".
+       (print_387_control_word): Delete function.
+       (print_387_status_word): Delete function.
+       (print_387_status_bits): Delete function.
+       (print_387_control_bits): Delete function.
+       * Makefile.in (i387-tdep.o): Update dependencies.
+       * rdi-share/host.h (Fail): Declare.
+       * remote-rdi.c (Fail): Update to match declaration.
+
+2003-06-14  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
+       * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
+       * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
+       * config/djgpp/fnchange.lst: Delete "remote-array.c".
+       * README: Delete reference to remote-array.
+       * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
+       (remote-array.o): Delete target.
+       * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
+       * remote-array.c: Delete file.
+
+2003-06-14  Andrew Cagney  <cagney@redhat.com>
+            Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
+       (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
+       parameter with "frame".
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * frame.h (put_frame_register): Declare.
+       * frame.c (put_frame_register): New function.
+       * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
+       (legacy_register_to_value): Rewrite, use "frame" to get the
+       register value.
+       (legacy_value_to_register): Rewrite, use "frame" to find the
+       register's location before storing.
+       * arch-utils.h (legacy_convert_register_p): Update.
+       (legacy_register_to_value, legacy_value_to_register): Update.
+       * findvar.c (value_from_register): Rewrite, eliminate use of
+       REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
+       "frame" to REGISTER_TO_VALUE.
+       * valops.c (value_assign): Move the CONVERT_REGISTER code to the
+       lval_reg_frame_relative + lval_register branch of the switch.  Do
+       not use REGISTER_CONVERT_FROM_TYPE.  Use put_frame_register.
+       * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
+       I386_EDI_REGNUM): New defines.
+       (i386_next_regnum, i386_convert_register_p,
+       i386_register_to_value, i386_value_to_register): New functions.
+       (i386_register_convertible, i386_register_convert_to_virtual,
+       i386_convert_to_raw): Remove functions.
+       (i386_gdbarch_init): Set convert_register_p, register_to_value and
+       value_to_register instead of register_convertible,
+       register_convert_to_virtual and register_convert_to_raw.
+       * mips-tdep.c (mips_convert_register_p): New function.
+       (mips_value_to_register): Replace mips_register_convert_from_type.
+       (mips_register_to_value): Replace mips_register_convert_to_type.
+       (mips_gdbarch_init): Set conver_register_p, value_to_register and
+       register_to_value.
+       * alpha-tdep.c (alpha_convert_register_p): Update.
+       (alpha_value_to_register): Update, store the register.
+       (alpha_register_to_value): Update, fetch the register.
+
+2003-06-14  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
+       (avr_gdbarch_init): Remove avr_call_dummy_words variable.
+       Don't set deprecated_call_dummy_words.
+       Remove commented out set_gdbarch_believe_pcc_promotion() call.
+       Don't set remote_translate_xfer_address.
+       (avr_io_reg_read_command): Remove commented out debug printf.
+       Wrap a long line.
+
+2003-06-14  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
+       causes gdb to seg fault.
+
+2003-06-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * sparc-nat.c (fetch_inferior_registers): Correct
+       a reference to "registers".
+
+2003-06-14  Jeroen Dekkers  <jeroen@dekkers.cx>
+
+       * Makefile.in (exc_request_U_h): Define
+       (exc_request_S_h): Likewise.
+       (msg_reply_S_h): Likewise.
+       (msg_U_h): Likewise.
+       (notify_S_h): Likewise.
+       (process_reply_S_h): Likewise.
+       (gnu-nat.o): Depend on gdb_obstack_h
+       * gnu-nat.c: Include "gdb_obstack.h".
+
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces.  Clarify
+       when deprecated REGISTER macros can be deleted.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2003-06-13  Jim Blandy  <jimb@redhat.com>
+
+       * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
+       Linux entry point symbols for _dl_debug_state, too.
+
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
+       available, do not use the FP register, and always save the TOS.
+       * dummy-frame.c (dummy_frame_this_id): Do not assert
+       SAVE_DUMMY_FRAME_TOS.
+       * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
+       (i386_gdbarch_init): Do not set save_dummy_frame_tos.
+       (i386_push_dummy_call): Add 8 to the returned SP.
+       * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
+       * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
+       (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
+       * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
+       (x86_64_push_dummy_call): Return "sp + 16".
+       (x86_64_init_abi): Do not set save_dummy_frame_tos.
+       * alpha-tdep.c (alpha_gdbarch_init): Do not set
+       save_dummy_frame_tos.
+
+2003-06-13  Jim Blandy  <jimb@redhat.com>
+
+       * frv-tdep.c (frv_use_struct_convention): Delete static
+       declaration for function deleted in my change of 2003-06-12.
+
+2003-06-13  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
+       (avr_pointer_to_address): Shift code addrs left 1 bit.
+       (avr_convert_from_func_ptr_addr): Delete function since operation is
+       better handled by avr_address_to_pointer and avr_pointer_to_address.
+       (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
+
+2003-06-13  Mark Kettenis  <kettenis@gnu.org>
+
+       From Kelley Cook  <kelleycook@wideopenwest.com>:
+       * configure.host: Accept i[34567]86 variants.
+       * configure.tgt: Likewise.
+       * nlm/configure.in: Likewise.
+       * nlm/configure: Regenerated.
+
+2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (solib-svr4.h): Dont' include it.
+       (arm_linux_svr4_fetch_link_map_offsets): Move to ...
+       * arm-linux-tdep.c: ... here.  Make static.
+       (arm_linux_init_abi): Register it.
+       (solib-svr4.h): Include it.
+       * Makefile.in: Update dependencies.
+       * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
+       (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
+
+2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
+       indicate registers used for return values.
+       (struct frame_extra_info): Drop args_pointer and locals_pointer.
+       (h8300_examine_prologue): Remove initializing dropped frame_extra_info
+       members.
+       (h8300_init_extra_frame_info): Ditto.
+       (h8300_frame_locals_address): Removed.
+       (h8300_frame_args_address): Removed.
+       (h8300_extract_return_value): Use new regcache structure. Only care
+       for 16 bit CPUs.
+       (h8300h_extract_return_value): Same function for 32 bit CPUs.
+       (h8300_store_return_value): Use new regcache structure. Only care
+       for 16 bit CPUs.
+       (h8300h_store_return_value): Same function for 32 bit CPUs.
+       (h8300_store_struct_return): Removed.
+       (h8300_extract_struct_value_address): Use new regcache structure.
+       (h8300h_extract_struct_value_address): Removed.
+       (h8300_push_dummy_code): New function.
+       (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
+       Remove call_dummy_words.  Call set_gdbarch_extract_return_value and
+       set_gdbarch_store_return_value architecture dependent.
+       Call set_gdbarch_push_dummy_code and
+       set_gdbarch_extract_struct_value_address.
+       Remove calls to set_gdbarch_frame_args_address,
+       set_gdbarch_frame_locals_address,
+       set_gdbarch_deprecated_store_struct_return,
+       set_gdbarch_deprecated_extract_return_value,
+       set_gdbarch_deprecated_extract_struct_value_address,
+       set_gdbarch_deprecated_call_dummy_words and
+       set_gdbarch_deprecated_sizeof_call_dummy_words.
+
+2003-06-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c (h8300_register_byte): Remove.
+       (h8300h_register_byte): Remove.
+       (h8300_register_virtual_type): Remove.  Substitute by...
+       (h8300_register_type): New function.
+       (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
+       (h8300h_extract_struct_value_address): Ditto.
+       (h8300_gdbarch_init): Drop calls to
+       set_gdbarch_deprecated_register_byte and
+       set_gdbarch_deprecated_register_virtual_type.
+       Add call to set_gdbarch_register_type.
+
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh: Update comments on registers.
+       (deprecated_register_byte): Rename register_byte.
+       (deprecated_register_raw_size): Rename register_raw_size.
+       (deprecated_register_virtual_size): Rename register_virtual_size.
+       (deprecated_register_virtual_type): Rename register_virtual_type.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
+       * vax-tdep.c (vax_gdbarch_init): Update.
+       * v850-tdep.c (v850_gdbarch_init): Update.
+       * sparc-tdep.c (sparc_gdbarch_init): Update.
+       * sh-tdep.c (sh_gdbarch_init): Update.
+       * s390-tdep.c (s390_gdbarch_init): Update.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Update.
+       * ns32k-tdep.c: Update.
+       * mn10300-tdep.c (mn10300_gdbarch_init): Update.
+       * mips-tdep.c (mips_gdbarch_init): Update.
+       * mcore-tdep.c (mcore_gdbarch_init): Update.
+       * m68k-tdep.c (m68k_gdbarch_init): Update.
+       * m68hc11-tdep.c (m68hc11_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.
+       * cris-tdep.c (cris_gdbarch_init): Update.
+       * avr-tdep.c (avr_gdbarch_init): Update.
+       * alpha-tdep.c (alpha_gdbarch_init): Update.
+       * arm-tdep.c (arm_gdbarch_init): Update.
+
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
+       mips_o32_use_struct_convention with always_use_struct_convention.
+
+2003-06-12  David Carlton  <carlton@kealia.com>
+
+       * cp-namespace.c (cp_set_block_scope): Comment out
+       processing_has_namespace_info branch.
+
 2003-06-12  Jim Blandy  <jimb@redhat.com>
 
+       Recognize and skip 64-bit PowerPC Linux linkage functions.
+       * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
+       insn_pattern, insns_match_pattern, d_field, ds_field): New
+       functions, macros, and types for working with PPC instructions.
+       (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
+       ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
+       ppc64_skip_trampoline_code): New functions, variables, and macros
+       for recognizing and skipping linkage functions.
+       (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
+       ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
+
        * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
        register offsets for both the 32- and 64-bit interfaces.
 
        * h8300-tdep.c (h8300_use_struct_convention): Delete.
        (h8300_gdbarch_init): Register always_use_struct_convention,
        instead of h8300_use_struct_convention.
-       * mips_o32-tdep.c (mips_o32_use_struct_convention): Delete.
+       * mips-tdep.c (mips_o32_use_struct_convention): Delete.
        (mips_o32_gdbarch_init): Register always_use_struct_convention,
        instead of mips_o32_use_struct_convention.
 
        (h8300sx_register_name): Ditto for H8SX registers.
        (h8300_print_register): Revise register printing, avoid depending
        on 32 bit long.
-       (h8300_register_byte); Only care for H8/300 registers.
+       (h8300_register_byte): Only care for H8/300 registers.
        (h8300h_register_byte): New function for any other architecture.
        (h8300_register_raw_size): Remove.
        (h8300_register_virtual_type): Revise to return actually useful
 
 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
 
-       * doublest.c (convert_doublest_to_floatformat): When dealing 
-       with the implied integer bit, only alter mant_bits if we are 
+       * doublest.c (convert_doublest_to_floatformat): When dealing
+       with the implied integer bit, only alter mant_bits if we are
        processing a full 32 bits of mantissa.
 
 2003-06-11  David Carlton  <carlton@bactrian.org>
 
 2003-06-11  Jeff Johnston  <jjohnstn@redhat.com>
 
-       * ia64-tdep.c (ia64_gdbarch_init): Set number of long double 
+       * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
        bits to 128.
 
 2003-06-11  Andrew Cagney  <cagney@redhat.com>
        dependencies for building remote.o.
        * remote-fileio.c: New file implementing the remote File-I/O protocol.
        * remote-fileio.h: New header file defining remote File-I/O interface.
-       * remote.c (remote_write_bytes, remote_read_bytes): Remove  
+       * remote.c (remote_write_bytes, remote_read_bytes): Remove
        static storage class.
        (remote_wait, remote_async_wait): Call remote_fileio_request() on
        'F' packet.
        * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
        from GCC's acinclude.m4.
        * configure.in: Check for getopt's delcaration.
-       * aclocal.m4, config.in, configure: Re-generate.        
+       * aclocal.m4, config.in, configure: Re-generate.
        * main.c (error_init): Delete declaration.
        * defs.h (error_init): Declare.
        * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
        (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
        using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
        (find_implementation, resolve_msgsend, resolve_msgsend_stret,
-       resolve_msgsend_super, resolve_msgsend_super_stret): 
+       resolve_msgsend_super, resolve_msgsend_super_stret):
        Use it.
 
 2003-06-07  Andrew Cagney  <cagney@redhat.com>
        * sh-tdep.c (sh_gdbarch_init): Ditto.
        * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
        * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
-       
+
 2003-06-07  Andrew Cagney  <cagney@redhat.com>
 
        * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
        * win32-nat.c (solib_symbols_add): Allocate section_addrs
        dynamically.
        * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
-       
+
 2003-06-06  Andrew Cagney  <cagney@redhat.com>
 
        * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
 
 2003-06-06  Michal Ludvig  <mludvig@suse.cz>
 
-       * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums 
+       * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
        to regcache_collect().
 
 2003-06-05  J. Brobecker  <brobecker@gnat.com>
        * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
 
 2003-06-04  Jeff Johnston  <jjohnstn@redhat.com>
+
        * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
        * config.in: Regenerated.
        * configure.in: Add test for syscall function and check for
        (stop_wait_callback): Check for threads already having exited and
        delete such threads fromt the lwp list when discovered.
        (stop_callback): Don't assert retcode of kill call.
+
        Roland McGrath  <roland@redhat.com>
        * i386-linux-nat.c (ps_get_thread_area): New function needed by
        nptl libthread_db.
        (alpha_heuristic_frame_prev_register): Likewise.
        * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
 
-       * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use 
+       * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
        alpha-specific register id names.
        (alpha_mdebug_frame_unwind_cache): Likewise.
        (alpha_mdebug_frame_prev_register): Likewise.
 
 2003-06-03  Theodore A. Roth  <troth@openavr.org>
 
-       * remote.c (init_remote_state): Compute sizeof_g_packet by 
+       * remote.c (init_remote_state): Compute sizeof_g_packet by
        accumulation of the size of all registers instead of blindly using
        DEPRECATED_REGISTER_BYTES.
 
 
 2003-06-02  Elena Zannoni  <ezannoni@redhat.com>
 
-       * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro. 
+       * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
        * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
        (syms_from_objfile): Ditto.
 
        (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
        (alpha_lds, alpha_sts): New.
        (alpha_convert_register_p): Change from _register_convertible.
-       (alpha_register_to_value): Change from _convert_to_virtual; 
+       (alpha_register_to_value): Change from _convert_to_virtual;
        restructure and fail for type sizes other than 4 or 8.
        (alpha_value_to_register): Similarly.
        (alpha_extract_return_value): Use alpha_sts.
        * alpha-tdep.c (alpha_push_dummy_call): Use
        builtin_type_ieee_double_little instead of builtin_type_double.
 
-       * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated 
+       * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
        sign-extension of 32-bit values.
        (alpha_store_return_value): Similarly.
 
 2003-05-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
 
        Committed by Elena Zannoni  <ezannoni@redhat.com>.
-       * coffread.c(coff_symtab_read): Do relocate static symbols from PE
+       * coffread.c(coff_symtab_read): Do relocate static symbols from PE
        files, don't relocate absolute symbols (and do use mst_abs).
 
 2003-05-23  Andrew Cagney  <cagney@redhat.com>
 
        * c-exp.y (typebase): Remove duplicate occurence of
        `SIGNED_KEYWORD LONG LONG'.  Use builtin_type_long_long instead
-       of lookup_signed_typename. 
+       of lookup_signed_typename.
 
 2003-05-18  Mark Kettenis  <kettenis@gnu.org>
 
        * Makefile.in (cp-valprint.o): Update dependencies.
 
 2003-05-15  Jeff Johnston  <jjohnstn@redhat.com>
+
        * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
        (examine_prologue): Support looking through leaf functions, knowing
-       they start with mov r2,r12.  Support skipping over indirect stores 
-       of the input registers.  Upon hitting a non-nop branch instruction 
-       or predicated instruction, bail out by setting lim_pc to the current 
-       pc value in the loop.  At the end, if the lim_pc value is still 
+       they start with mov r2,r12.  Support skipping over indirect stores
+       of the input registers.  Upon hitting a non-nop branch instruction
+       or predicated instruction, bail out by setting lim_pc to the current
+       pc value in the loop.  At the end, if the lim_pc value is still
        beyond our calculated value and we have trust_limit set,
        use the lim_pc value.
 
        declaration.
 
 2003-05-15  David Carlton  <carlton@bactrian.org>
-       
-       Committed by Elena Zannoni <ezannoni@redhat.com>    
+
+       Committed by Elena Zannoni <ezannoni@redhat.com>
        * symtab.c (lookup_symbol_aux): Delete calls to
        lookup_symbol_aux_minsyms.
        (lookup_symbol_aux_minsyms): Comment out function and
        * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
 
 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
-       * dwarf2read.c (dwarf_decode_lines): Only use output of 
-       check_cu_functions() when calling record_line().  Do not update 
+
+       * dwarf2read.c (dwarf_decode_lines): Only use output of
+       check_cu_functions() when calling record_line().  Do not update
        the current address.
 
 2003-05-07  Andrew Cagney  <cagney@redhat.com>
        * gdbarch.h, gdbarch.c: Re-generate.
        * remote.c (remote_xfer_memory): Use
        gdbarch_remote_translate_xfer_address.
-       
+
 2003-05-07  Jeff Johnston  <jjohnstn@redhat.com>
 
        * infrun.c (prev_pc): Move declaration ahead of proceed().
        * config/tm-qnxnto.h: New file.
        * config/i386/i386nto.mt: New file.
        * config/i386/tm-i386nto.h: New file.
-       
+
 2003-05-04  Andrew Cagney  <cagney@redhat.com>
 
        * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
        that REGISTER_BYTE is consistent with the regcache.
        * gdbarch.sh (REGISTER_BYTE): Add a predicate.
        * gdbarch.h, gdbarch.c: Regenerate.
-       
+
 2003-05-04  Mark Kettenis  <kettenis@gnu.org>
 
        * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
        (print_formatted): Call gdb_print_insn, instead of print_insn.
        * Makefile.in (printcmd.o): Update dependencies.
        (mcore-tdep.o, d10v-tdep.o): Ditto.
-       
+
 2003-05-02  Andrew Cagney  <cagney@redhat.com>
 
        * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
 
 2003-04-24  Adam Fedor  <fedor@gnu.org>
 
-       * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove 
+       * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
        architecture dependant compilation and mark as unimplemented
        (until they get put in the gdbarch vector).
 
        * infcall.c (call_function_by_hand): Eliminate redundant
        indentation.  Move "saved_async" and "old_cleanups" to where they
        are needed.
-       
+
 2003-04-23  Andrew Cagney  <cagney@redhat.com>
 
        * infcall.c (call_function_by_hand): Eliminate the variables "rc"
        * infcall.c (call_function_by_hand): Move variables "start_sp",
        "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
        code to ON_STACK switch branch.
-       
+
 2003-04-23  Andrew Cagney  <cagney@redhat.com>
 
        * infcall.c (call_function_by_hand): Make declaration of "i",
 
        * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
        Update all the tests using SOFT_FLOAT considering the fact that
-       this macro was always set to 0. 
+       this macro was always set to 0.
        * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
        considering the fact that this macro was always set to 0.
        * hppa-tdep.h (hppa_store_return_value): Likewise.
        (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
        i386_mxcsr_regnum_p): Remove redundant parentheses.
        (i386_register_name): Use i386_num_register_names.
-       
+
        * i386-tdep.c (i386_extract_return_value,
        i386_store_return_value): Correct check for availability of
        floating-point registers.
 
        Committed by Elena Zannoni  <ezannoni@redhat.com>
        * gdb_gcore.sh: New script to create a core dump of a process.
-       
+
 2003-04-17  Elena Zannoni  <ezannoni@redhat.com>
 
        * values.c (value_being_returned): Don't fetch the return
 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
 
        * thread-db.c: Reindented.
+
 2003-04-17  Jeff Johnston  <jjohnstn@redhat.com>
-       * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t, 
-       td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
+
+       * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
+       td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
        as types.
 
 
 
 
 
-       
+
 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
 
        * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
        * alpha-tdep.c (alpha_init_frame_pc_first): Update.
        * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
        declaration.
-       
+
 2003-04-11  Andrew Cagney  <cagney@redhat.com>
 
        * i387-tdep.c: Update copyright.
        be freed more than once, causing wild memory corruptions.
        (gdb_disassembly): Look for the substring "-thread",
        instead of "-threads" in the target name, to make sure to find
-       the 'multi-thread' target.  Also, make sure we do the right thing 
+       the 'multi-thread' target.  Also, make sure we do the right thing
        with the "core" target.
 
 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
        * frame-unwind.h: Include "frame.h".
        (struct frame_unwind): Add "type" field.
        * Makefile.in (frame_unwind_h): Add $(frame_h).
-       
+
 2003-04-04  Andrew Cagney  <cagney@redhat.com>
 
        * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
        (d10v_frame_this_id): Use the previous frame's inner most stack
        address and this frame's func address for the frame ID.  Use
        frame_id_build.  Don't analyze beyond the current instruction.
-       
+
 2003-04-01  Andrew Cagney  <cagney@redhat.com>
 
        * frame.h (get_frame_locals_address, get_frame_args_address):
        Refer to the base address, instead of the address of the first
        local or parameter.
-       
+
 2003-04-01  Andrew Cagney  <cagney@redhat.com>
 
        Add frame debug info addresses:
        * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
        DEPRECATED_DUMMY_WRITE_SP.  Call when the method is available,
        instead of when push_dummy_call is not available.
-       
+
 2003-03-30  Andrew Cagney  <cagney@redhat.com>
 
        * infttrace.c: Include "gdbthread.h".
        * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
        define.
        * gdbarch.h: Regenerate.
-       
+
 2003-03-29  Andrew Cagney  <cagney@redhat.com>
 
        * infttrace.h: New file.
        TARGET_WRITE_SP.
        * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
        (sparc_pop_frame): Ditto.
-       
+
 2003-03-27  Andrew Cagney  <cagney@redhat.com>
 
        * NEWS: Mention removal of support for hppa*-*-bsd* and
        * cris-tdep.c (cris_gdbarch_init): Ditto.
        * m68k-tdep.c (m68k_gdbarch_init): Ditto.
        * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
-       
+
 2003-03-25  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
        * avr-tdep.c (avr_gdbarch_init): Update.
        * arm-tdep.c (arm_gdbarch_init): Update.
        * alpha-tdep.c (alpha_gdbarch_init): Update.
-       
+
 2003-03-25  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
        * arm-tdep.c (show_arm_command): Don't print out help.  Instead, show
        the current setting of each value.
        (_initialize_arm_tdep): Delete variable new_cmd and add new vars
-       new_set and new_show.  Use add_setshow_cmd_full and 
+       new_set and new_show.  Use add_setshow_cmd_full and
        add_setshow_boolean_cmd as appropriate.  Deprecate "set/show apcs32"
        commands and add new version as subcommands of "set/show arm".
 
        (num_disassembly_options): Renamed from num_flavor_options.
        (valid_disassembly_styles): Renamed from valid_flavors.
        (disassembly_style): Renamed from disassembly_flavor.
-       (set_disassembly_style_sfunc): Renamed from 
+       (set_disassembly_style_sfunc): Renamed from
        set_disassembly_flavor_sfunc.
        (set_disassembly_style): Renamed from set_disassembly_flavor.
        (arm_othernames): Updated.
        * frame.c (frame_register): Update.
        (get_saved_register): Update.
        * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
-       
+
 2003-03-13  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
        * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
        * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
        * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
-       
+
 2003-03-12  Andrew Cagney  <cagney@redhat.com>
 
        Eliminate the need for POP_FRAME.
        * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
        * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
        * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
-       
+
 2003-03-10  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (gdbarch_unwind_pc): New method.
        * gdbarch.sh: Don't generate two macro definitions when an
        undefined macro taking no arguments.
        * gdbarch.h: Regenerate.
-       
+
 2002-03-07  Michal Ludvig  <mludvig@suse.cz>
 
        * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
 2003-03-07  Michal Ludvig  <mludvig@suse.cz>
 
        * x86-64-tdep.c (x86_64_function_has_prologue): New function.
-       (x86_64_skip_prologue): Move prologue detection to 
+       (x86_64_skip_prologue): Move prologue detection to
        separate function.
        * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
 
        * gdbarch.sh (unwind_dummy_id): New multi-arch method with
        predicate.
        * gdbarch.h, gdbarch.c: Regneerate.
-       
+
 2003-03-05  Andrew Cagney  <cagney@redhat.com>
 
        * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
 
 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
 
-       * arch-utils.c (generic_register_byte): Fix to use the loop index 
+       * arch-utils.c (generic_register_byte): Fix to use the loop index
        and not regnum when summing the size of all registers up to regnum.
 
 2003-03-01  Andrew Cagney  <cagney@redhat.com>
        * avr-tdep.c (avr_gdbarch_init): Update.
        * arm-tdep.c (arm_gdbarch_init): Update.
        * alpha-tdep.c (alpha_gdbarch_init): Update.
-       
+
 2003-03-01  Andrew Cagney  <cagney@redhat.com>
 
        * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
        option enum and switch.  When no windows, set the interpreter to
        INTERP_CONSOLE.
-       
+
 2003-03-01  Andrew Cagney  <cagney@redhat.com>
 
        * main.c (captured_main): Replace magic option characters with an
        * cris-tdep.c (cris_gdbarch_init): Ditto.
        * avr-tdep.c (avr_gdbarch_init): Ditto.
        * arm-tdep.c (arm_gdbarch_init): Ditto.
-       
+
 2003-02-26  Kevin Buettner  <kevinb@redhat.com>
 
        * mips-tdep.c (show_mips_abi): New function.
        command ``show mips abi''.
 
 2003-02-26  Jeff Johnston  <jjohnstn@redhat.com>
+
        From Elena Zannoni  <ezannoni@redhat.com>
-       * dbxread.c (process_one_symbol): Only record line 0 if one or 
+       * dbxread.c (process_one_symbol): Only record line 0 if one or
        more sline entries have been seen for the function.
 
 2003-02-26  Michael Chastain  <mec@shout.net>
        * c-valprint.c (c_val_print): Ditto.
        * expprint.c (print_subexp): Ditto.
        * findvar.c (locate_var_value): Ditto.
-       * infcmd.c (jump_command): Ditto. 
-       * linespec.c (decode_line_2, decode_compound): Ditto. 
-       * maint.c (maintenance_translate_address): Ditto. 
-       * objc-lang.c (compare_selectors, compare_classes): Ditto. 
+       * infcmd.c (jump_command): Ditto.
+       * linespec.c (decode_line_2, decode_compound): Ditto.
+       * maint.c (maintenance_translate_address): Ditto.
+       * objc-lang.c (compare_selectors, compare_classes): Ditto.
        * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
        Ditto.
-       * p-valprint.c (pascal_val_print): Ditto. 
-       * stabsread.c (define_symbol): Ditto. 
+       * p-valprint.c (pascal_val_print): Ditto.
+       * stabsread.c (define_symbol): Ditto.
        * stack.c (print_frame, frame_info, print_block_frame_locals)
-       (print_frame_arg_vars, return_command): Ditto. 
-       * symfile.c (compare_symbols, compare_psymbols): Ditto. 
-       * symmisc.c (print_symbol): Ditto. 
+       (print_frame_arg_vars, return_command): Ditto.
+       * symfile.c (compare_symbols, compare_psymbols): Ditto.
+       * symmisc.c (print_symbol): Ditto.
        * symtab.c (lookup_partial_symbol, lookup_block_symbol)
        (compare_search_syms, print_symbol_info, print_msymbol_info)
-       (rbreak_command): Ditto. 
-       * tracepoint.c (tracepoints_info): Ditto. 
-       * typeprint.c (typedef_print): Ditto. 
-       * valops.c (value_of_variable, hand_function_call): Ditto. 
+       (rbreak_command): Ditto.
+       * tracepoint.c (tracepoints_info): Ditto.
+       * typeprint.c (typedef_print): Ditto.
+       * valops.c (value_of_variable, hand_function_call): Ditto.
        * cli/cli-cmds.c (edit_command, list_command): Ditto.
        * ada-typeprint.c: Update Copyright.
        * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
        instead of the absence of the "nm.h" file, to determine of the
        configuration non-native.
        * configure: Regenerate.
-       
+
 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
 
        From Brian Ford  <ford@vss.fsi.com>
        * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
        <sys/stat.h>.
        * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
-       
+
 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
 
        * Makefile.in (symm-nat.o): Update dependencies.
        * infttrace.c (threads_continue_all_but_one): Fix precedence problem
        with '&' and '!='.
        (threads_continue_all_with_signals): Ditto.
-  
+
 2003-02-05  Jim Ingham <jingham@apple.com>
            Keith Seitz  <keiths@redhat.com>
            Elena Zannoni  <ezannoni@redhat.com>
 
 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
 
-       * NEWS: Note that the m32r-*-elf* is obsolete. 
+       * NEWS: Note that the m32r-*-elf* is obsolete.
        * monitor.c (monitor_expect): Obsolete reference to m32r.
        * configure.tgt: Mark m32r-*-elf* as obsolete.
        * MAINTAINERS: Mark m32k as obsolete.
        (allocate_objfile): Call it.
        * objfiles.h (terminate_minimal_symbol_table): New declaration.
        (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
-       non-NULL. 
+       non-NULL.
        * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
        objfile has minimal symbols, compare minimal_symbol_count to zero,
        instead of comparing msymbols with NULL.
        * solib-sunos.c (solib_add_common_symbols): Call
        terminate_minimal_symbol_table.
        * symfile.c (reread_symbols): Same.
-       
+
 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
 
        * s390-tdep.c (s390_address_class_type_flags)
 
        * dwarf2cfi.c (pointer_encoding): Added new parameter.
        * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
-       error messages to contain BFD filename. 
+       error messages to contain BFD filename.
 
 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
 
        (breakpoint_1): Use cleanup to invoke ui_out_table_end().
        * cli/cli-setshow.c (cmd_show_list): Use
        make_cleanup_ui_out_tuple_begin_end.
-       
+
 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.c (frame_unwind_register): New function.
        (som_solib_add): Use.
        * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
        * hppa-tdep.c (unwind_command): Use.
-       
+
 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
 
        * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
 
        * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
        * utils.c: Update comments documenting legitimate uses of PTR.
-       
+
        * utils.c: Re-indent.
 
        * config/djgpp/fnchange.lst: Delete nindy files.
        elfstab_build_psymtabs.
        * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
        (DBX_STAB_SECTION): New macro.
-       * stabsread.h (elfstab_build_psymtabs): Update prototype. 
+       * stabsread.h (elfstab_build_psymtabs): Update prototype.
        * symfile.c (symfile_dummy_outputs): New function.
        (symfile_relocate_debug_section): New function.
        * symfile.h (symfile_relocate_debug_section): Add prototype.
            Daniel Jacobowitz  <drow@mvista.com>
 
        Fix PR gdb/961.
-       * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
+       * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
        variables.
        (RANGES_SECTION): New.
        (dwarf_ranges_buffer): New variable.
        now pass in either a `struct section_addr_info' list to say where
        each section is loaded, or a `struct section_offsets' table.  Pass
        these new arguments through to syms_from_objfile as appropriate.
-       (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, 
+       (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
        with the appropriate quiescent values for the new arguments.
 
        * symfile.c: #include "gdb_assert.h".
        (COMMON_OBS): Add frame-unwind.o.
        (frame-unwind.o): Specify dependencies.
        (frame.o, dummy-frame.o): Update dependencies.
-       
+
 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
 
        * ada-valprint.c: Eliminate PTR.
        * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
        * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
        * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
-       
+
 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
 
        * main.c (captured_main): Don't use PTR.
        * breakpoint.c (until_break_command): Add new argument.  Use it to
        decide whether to stop only at the current frame or not.
        * breakpoint.h (until_break_command): Update prototype.
-       * infcmd.c (until_command): Add new argument to until_break_command
+       * infcmd.c (until_command): Add new argument to until_break_command
        call.
        (advance_command): New function.
        (_initialize_infcmd): Update help string for 'until' command.
        * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
        Update copyright year.
        * dbxread.c(struct cont_elem): Obsolete.
-       (process_later, process_now): Obsolete functions. 
+       (process_later, process_now): Obsolete functions.
        (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
        Update copyright year.
        * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
        * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
        * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
        * xstormy16-tdep.c: Ditto.
-       
+
 2003-01-07  Andrew Cagney  <cagney@redhat.com>
 
        * alpha-tdep.c: Use get_frame_base.
        * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
        * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
        * config/sparc/tm-sparc.h: Ditto.
-       
+
 2003-01-07  Andrew Cagney  <cagney@redhat.com>
 
        * frame.c (deprecated_get_frame_context): New function.
        (deprecated_set_frame_context): Declare.
        * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
        (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
-       
+
 2003-01-07  Andrew Cagney  <cagney@redhat.com>
 
        * frame.c (deprecated_set_frame_next_hack): New function.
 
 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
 
-       * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
+       * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
        since it is in i386-tdep.c.
 
 2003-01-06  J. Brobecker  <brobecker@gnat.com>
        * avr-tdep.c, cris-tdep.c: Ditto.
        * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
        * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
-       
+
 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
 
        * configure.in: Remove --enable-netrom option.
        subscripts.  Remove evil changequotes here.
        * acconfig.h (TARGET_CPU_DEFAULT): Remove.
        * config.in, configure: Regenerated.
-       
+
        * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
        * configure.in: Cleanup section that sources GDB and BFD configure
        subscripts.  Remove evil changequotes here.
        * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
        * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
        * z8k-tdep.c: Ditto.
-       
+
 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
 
        * configure.in: Remove UI_OUT configuration code.
This page took 0.051575 seconds and 4 git commands to generate.