* irix5-nat.c (fetch_core_registers): Replace use of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b0c52eaf5509b8c3f71315646085e6400b9f122b..ab1b438174a886b1f297ae7b9b1a9cd5478be8e2 100644 (file)
@@ -1,3 +1,468 @@
+2004-11-13  Joel Brobecker  <brobecker@gnat.com>
+
+       * irix5-nat.c (fetch_core_registers): Replace use of
+       deprecated_registers by equivalent code.
+
+2004-11-13  Joel Brobecker  <brobecker@gnat.com>
+
+       * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
+       with equivalent code.
+       (fill_fpregset): Likewise.
+
+2004-11-13  Andrew Cagney  <cagney@gnu.org>
+
+       * MAINTAINERS: Do not list "Deleted" architectures.
+
+       * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
+       m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
+       sparc-*-vxworks*.
+       * NEWS: Mention that vxworks was deleted.
+       * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
+       * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
+       * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
+       * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
+       * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
+       * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
+       * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
+       * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
+       * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
+       * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
+       * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
+       * remote-vxmips.c, remote-vx.c: Delete.
+       * remote-vx68.c: Delete.
+       * config/m68k/tm-os68k.h: Remove reference to VxWorks.
+       * config/m68k/os68k.mt, ada-lang.h: Ditto.
+       * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
+       (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
+
+2004-11-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * config/i386/xm-go32.h: Don't include fopen-bin.h.
+       Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
+
+       * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
+       branch that doesn't define CRLF_SOURCE_FILES; always use
+       binary-mode open.
+       (print_source_lines_base, forward_search_command)
+       (reverse_search_command): Enable the code that accepts DOS-style
+       CRLF line endings on all platforms (this removes the need for
+       CRLF_SOURCE_FILES).
+
+       * defs.h: Fix wording of the comment before FOPEN_RB.
+       (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
+
+       * config/djgpp/fnchange.lst: Group renames for opcode directory
+       together.
+
+       * config/djgpp/djconfig.sh: Replace file names that don't exist
+       anymore with existing files, for checking the unpacked
+       distribution.
+
+       * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
+       Export pre-cooked values in configure-* targets that begin with
+       "@test -f stage_last".
+
+2004-11-12  Andrew Cagney  <cagney@gnu.org>
+
+       * defs.h (enum lval_type): Delete lval_reg_frame_relative.
+       * value.h (struct value): Update comment.
+       * valops.c (value_assign): Fold lval_reg_fame_relative into
+       lval_register.
+       * findvar.c (value_from_register, locate_var_value): Ditto.
+
+2004-11-12  Randolph Chung  <tausq@debian.org>
+
+       * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
+       * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
+       (write_exp_msymbol): Remove conditional check for symbols starting 
+       with $.  Update comments.
+
+2004-11-12  Randolph Chung  <tausq@debian.org>
+
+       * pa64solib.c (pa64_solib_thread_start_addr): Rename from 
+       so_lib_thread_start_addr.
+       * pa64solib.h (so_list): Forward declare.
+       (pa64_solib_thread_start_addr): Prototype.
+       * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
+       (no_shared_libraries): Remove.
+       (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
+       * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
+       * hpread.c (hpread_process_one_debug_symbol): Use either the som or
+       the elf solib handler to find the start address.
+
+       * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support 
+       files to the target makefile.
+       * config/pa/hpux1020.mh (NATDEPFILES):  Likewise.
+       * config/pa/hpux11.mh (NATDEPFILES): Likewise.
+       * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
+
+       * config/pa/hppa64.mt (TDEPFILES): Put target-specific support 
+       files for symbol reading and shared library handling here.
+       * config/pa/hppahpux.mt (TDEPFILES): Likewise.  
+       (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target 
+       without bringing in 64-bit support.
+
+2004-11-12  Andrew Cagney  <cagney@gnu.org>
+
+       * sparc-tdep.c: Replace VALUE_TYPE with value_type.
+       * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
+       * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
+       * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
+       * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
+       * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
+       * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
+
+       Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
+       * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
+       (VALUE_REGNUM): Define.
+       (struct value): Delete location.regnum, rename "regno" to
+       "regnum".
+       * value.c, valops.c, valarith.c, findvar.c: Update.
+
+       * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
+       (VALUE_BITPOS): Delete.
+       (value_type, value_offset, value_bitsize, value_bitpos): Declare.
+       * value.c (value_type, value_offset, value_bitpos)
+       (value_bitsize): New functions.  Update references.
+       * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
+       * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
+       * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
+       * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
+       * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
+       * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
+       * valops.c, eval.c, findvar.c, breakpoint.c: Update.
+       * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
+       * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
+
+2004-11-12  Andrew Cagney  <cagney@gnu.org>
+
+       * cris-tdep.c (cris_register_offset): Delete, never called.
+       (cris_spec_reg_applicable): Delete cris_ver_sim.
+       * MAINTAINERS: List d10v as OBSOLETE.
+       * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
+       FOPEN_WB et.al., defined by "fopen-bin.h".
+
+2004-11-12  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
+       * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
+       * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
+       * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
+
+2004-11-12  Mark Kettenis  <kettenis@jive.nl>
+
+       * tui/tui-io.c: Don't include "terminal.h".
+       * Makefile.in (tui-io.o): Update dependencies.
+
+2004-11-12  Kei Sakamoto  <sakamoto.kei@renesas.com>
+
+       * Makefile.in (m32r-linux-tdep.o): Update dependencies.
+       * m32r-linux-tdep.c (m32r_linux_init_abi): Call
+       set_gdbarch_regset_from_core_section for core file support.
+       (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
+       New functions.
+
+2004-11-11  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (skip_prologue_hard_way): Make static, add
+       stop_after_branch parameter and use it to determine if we should look
+       at the delay slot of the first branch insn to find prologue insns.
+       (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
+       (hppa_frame_cache): Likewise.
+
+2004-11-11  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
+       register so that it can be unwound from anywhere in the prologue.
+
+2004-11-10  msnyder  <msnyder@redhat.com>
+
+       * rs6000-tdep.c (skip_prologue): After saving lr_offset, 
+       must invalidate lr_reg (so we don't try to save it again).  
+       Ditto for cr_offset and cr_reg.
+
+2004-11-05  Jon Beniston <jon@beniston.com>
+
+       Committed by Andrew Cagney.
+       * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK 
+       when an unexpected packet is received, as the target stubs 
+       continually retransmit the same packet until ACKed.
+       
+2004-11-10  Randolph Chung  <tausq@debian.org>
+
+       * frame.c (get_prev_frame): Use get_frame_type to retrieve the 
+       frame's type.
+
+2004-11-10  Randolph Chung  <tausq@debian.org>
+
+       * blockframe.c (inside_entry_func): Move to .....
+       * frame.c (inside_entry_func): ... here, and make static.
+       (backtrace_past_entry): New flag.
+       (get_prev_frame): Stop backtrace at the entry function if enabled
+       by flag.  Update comments.
+       (_initialize_frame): Add command to set backtrace_past_entry flag.
+       * defs.h (inside_entry_func): Remove prototype.
+
+2004-11-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2read.c: Fix formatting.
+
+2004-11-10  Andrew Cagney  <cagney@gnu.org>
+
+       * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
+       (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
+       macros with function declarations.
+       * value.c (coerce_ref, coerce_array, coerce_number)
+       (coerce_enum): New functions.
+       (value_as_long, value_as_address): Update.
+       * ada-lang.c (ada_coerce_ref, ada_value_binop) 
+       (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
+       * jv-lang.c (evaluate_subexp_java): Update.
+       * valarith.c (value_less, value_neg, value_complement)
+       (value_binop, value_add, value_subscript, value_x_binop) 
+       (value_logical_not, value_sub): Update.
+       * valops.c (check_field, value_struct_elt, value_ind)
+       (value_find_oload_method_list, value_cast, value_assign): Update.
+       * eval.c (evaluate_subexp_standard): Update.
+
+2004-11-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * mips-tdep.c (mips32_relative_offset): Change return type to
+       LONGEST, change argument type to ULONGEST.  Fix sign-extension.
+
+2004-11-10  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
+       (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
+       (hppa_fetch_pointer_argument): Likewise.
+       (hppa_frame_cache): Use safe_frame_unwind_memory instead of 
+       deprecated_read_memory_nobpt.
+       (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
+       add_set_cmd sequence with add_setshow_boolean_cmd.
+
+2004-11-09  Andrew Cagney  <cagney@gnu.org>
+
+       GDB 6.3 released from GDB 6.3 branch.
+
+2004-11-09  Andrew Cagney  <cagney@gnu.org>
+
+       * values.c: Rename to ...
+       * value.c: ..., new file.
+       * Makefile.in: Update.
+
+2004-11-09  Daniel Jacobowitz  <dan@debian.org>
+
+       * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
+       size.
+
+2004-11-09  Andrew Cagney  <cagney@gnu.org>
+
+       * TODO: Delete.
+
+       * value.h (struct value): Delete field bfd_section.
+       (VALUE_BFD_SECTION): Delete macro.
+       (COERCE_REF): Update.
+       (value_at, value_at_lazy): Delete asection parameter.
+       * printcmd.c (print_formatted, x_command): Update.
+       (do_examine): Delete asection parameter.
+       (next_section): Delete variable.
+       * valops.c (value_cast, value_at, value_at_lazy)
+       (value_coerce_function, value_addr, value_ind, value_string) 
+       (find_rt_vbase_offset, value_full_object): Update.
+       * hpacc-abi.c (hpacc_virtual_fn_field)
+       (hpacc_value_rtti_type): Update.
+       * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) 
+       (gnuv3_baseclass_offset): Update.
+       * f-valprint.c (f_val_print): Update.
+       * c-valprint.c (c_val_print): Update.
+       * p-valprint.c (pascal_val_print): Update.
+       * jv-valprint.c (java_value_print): Update.
+       * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
+       * ada-lang.c (ada_value_primitive_packed_val)
+       (ada_evaluate_subexp): Update.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
+       * expprint.c (print_subexp_standard): Update.
+       * infcall.c (call_function_by_hand): Update.
+       * valarith.c (value_add): Update.
+       * eval.c (evaluate_subexp_standard): Update.
+       * values.c (allocate_value, value_copy, value_static_field): Update.
+       * findvar.c (read_var_value, locate_var_value): Update.
+       
+2004-11-09  Andrew Cagney  <cagney@gnu.org>
+
+       * i386-linux-tdep.c: Include "dwarf2-frame.h".
+       * Makefile.in: Update all dependencies.
+
+2004-11-08  Andrew Cagney  <cagney@gnu.org>
+
+       * sentinel-frame.c (sentinel_frame_prev_pc): New function.
+       (sentinel_frame_unwinder): Add the prev_pc method.
+       * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
+       available.  Do not handle the sentinel-frame case.
+       * frame-unwind.h (frame_prev_register_ftype): Define.
+       (struct frame_unwind): Add prev_pc;
+
+2004-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * configure.in: Check for ncurses/term.h.
+       * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
+       * utils.c: Include gdb_curses.h instead of curses.h and term.h.
+       * tui/tui.c: Don't include term.h.
+       * configure, config.in: Rebuilt.
+
+2004-11-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * m68kbsd-nat.c: Include "inf-ptrace.h".
+       (_initialize_m68kbsd_nat): Fix pasto.
+       * Makefile.in (m68kbsd-nat.o): Update dependencies.
+
+2004-11-08  Randolph Chung  <tausq@debian.org>
+
+       * infrun.c (debug_infrun): New variable.
+       (resume, proceed, wait_for_inferior): Annotate with debug messages.
+       (handle_inferior_event, keep_going): Likewise.
+       (_initialize_infrun): Register "set debug infrun" command.
+
+2004-11-08  Andreas Schwab  <schwab@suse.de>
+
+       * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
+       PTRACE_EVENT_VFORKDONE.
+       (child_follow_fork): Adjust.
+
+2004-11-08  Andrew Cagney  <cagney@gnu.org>
+
+       * README: Refer to 6.3, not 6.2, update directory listing droppng
+       references to intl/ and mmalloc/.
+       * PROBLEMS: Refer to 6.3 not 6.2.
+
+       * PROBLEMS: Delete no-longer applicable problems.
+
+2004-11-07  Andrew Cagney  <cagney@redhat.com>
+           Daniel Jacobowitz  <dan@debian.org>
+           Roland McGrath  <roland@redhat.com>
+
+       * Makefile.in (symfile-mem.o): Update dependencies.
+       * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
+       (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
+       * inf-ptrace.c (inf_ptrace_attach): Call
+       observer_notify_inferior_created.
+       * inftarg.c (child_attach): Likewise.
+       * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
+       (symbol_file_add_from_memory): Take NAME argument.  Use it for
+       the new BFD's filename.
+       (add_symbol_file_from_memory_command): Update call to
+       symbol_file_add_from_memory.
+       (struct symbol_file_add_from_memory_args, add_vsyscall_page)
+       (symbol_file_add_from_memory_wrapper): New.
+       (_initialize_symfile_mem): Register add_vsyscall_page as an
+       inferior_created observer.
+
+2004-11-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
+       fetch_inferior_registers.  Make static.
+       (m68kbsd_store_inferior_registers): Rename from
+       store_inferior_registers.  Make static.
+       (_initialize_m68kbsd_nat): Construct and add target vector.
+       * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
+       inftarg.o.  Add inf-ptrace.o.
+       (NAT_FILE): Set to tm-solib.h.
+       (LOADLIBES): New variable.
+       * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
+       inftarg.o.  Add inf-ptrace.o.
+       (NAT_FILE): Delete variable.
+       * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
+       inftarg.o.  Add inf-ptrace.o.
+       (NAT_FILE): Set to tm-solib.h.
+       * config/m68k/nm-nbsdaout.h: Remove file.
+
+2004-11-07  Daniel Jacobowitz  <dan@debian.org>
+
+       * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
+       (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
+       (dwarf2_signal_frame_unwind): New.
+       (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
+       * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
+
+2004-11-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * Makefile.in (mips64obsd-tdep.o): Fix typo.
+
+       * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
+       from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets.  Trim sizes
+       to only include the structure members we actually need.
+       (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
+       mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets.  Trim sizes to
+       only include the structure members we actually need.
+       (mipsnbsd_init_abi): Update.
+
+       * mips64obsd-nat.c: Include "mips-tdep.h".
+       (MIPS64OBSD_NUM_REGS): Remove define.
+       (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
+       (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
+       floating-point registers correctly.
+       * Makefile.in (mips64obsd-nat.o): Update dependencies.
+
+       * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
+       "gdb_assert.h".
+       (mips64obsd_sigframe_init): New function.
+       (mips64obsd_sigframe): New variable.
+       (mips64obsd_init_abi): Add comments.  Prepend mips64obsd_sigrame
+       unwinder.
+       * Makefile.in (mips64obsd-tdep.o): Update dependencies.
+
+2004-11-06  Joel Brobecker  <brobecker@gnat.com>
+
+       * alpha-mdebug-tdep.c: #include mdebugread.h.
+       Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
+       * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
+
+2004-11-05  Andrew Cagney  <cagney@gnu.org>
+
+       * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
+       CFI and the init_reg method leave the register unspecified.
+       Include the register name in the "Incomplete CFI data" complaint.
+       Supress leading zeros in the address.
+
+2004-11-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
+       skipping a personality routine in a CIE augmentation.
+
+2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * defs.h (fatal, vfatal): New function prototypes.
+       * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
+       via catch_errors.
+       (backtrace_command): Change to call backtrace_command_stub via
+       catch_errors instead of calling backtrace_command_1 directly.
+       (backtrace_full_command): Ditto.
+       * utils.c (error_stream_1): New static function.
+       (verror): Change to call error_stream_1 instead of error_stream.
+       (error_stream): Call error_stream_1 with RETURN_ERROR argument.
+       (vfatal, fatal): New functions.
+
+2004-11-05  Andrew Cagney  <cagney@gnu.org>
+
+       * stack.c (parse_frame_specification_1): Clear selected_frame_p
+       when not using selected frame.
+
+2004-11-05  Mark Kettenis  <kettenis@jive.nl>
+
+       * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
+       personality routine in a CIE augmentation.
+
+2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
+
+       * stack.c (set_current_sal_from_frame): New function.
+       (print_args_stub): Use it.
+       (print_frame_info): Don't set sal here.
+
+2004-11-04  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2-frame.c (read_encoded_value): Change type of third
+       argument to `unsigned char *'.  Add support for LEB128 encodings.
+
 2004-11-04  Jim Blandy  <jimb@redhat.com>
 
        * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
This page took 0.02912 seconds and 4 git commands to generate.