2004-12-05 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e5207e77efae300671c4380c67e325fe74d0709e..2325987b349a903fdb57165cabef24a096c09953 100644 (file)
@@ -1,3 +1,723 @@
+2004-12-05  Randolph Chung  <tausq@debian.org>
+
+       * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
+       DEPRECATED_REGISTER_BYTE.
+
+2004-12-05  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
+       records.
+
+2004-12-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
+       * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
+
+       * hppa-hpux-tdep.c: Update copyright notice and year.
+
+2004-12-05  Richard Earnshaw  <rearnsha@arm.com>
+
+       * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
+       (get_field, put_field): Assert that the format is one we can handle.
+       Simplify logic accordingly.
+       (floatformat_normalize_byteorder): New function.
+       (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
+       to normalize and select modified byte order. Pass modified byte order
+       to get_field.
+       (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa): 
+       Likewise.
+       (convert_doublest_to_floatformat): Select an appropriate intermediate
+       byte order if necessary.  Always convert to the final format before
+       returning.
+
+2004-12-04  Daniel Jacobowitz  <dan@debian.org>
+
+       PR tui/1703
+       * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
+       Suggested by Joshua Neuheisel.
+
+2004-12-03  Randolph Chung  <tausq@debian.org>
+
+       * gdbarch.sh (instruction_nullified): Delete.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
+       nullified.
+       (hppa_unwind_pc): Likewise. 
+       (hppa_instruction_nullified): Delete.
+       (hppa_gdbarch_init): Don't set instruction_nullified method.
+       * infrun.c (infwait_states): Remove infwait_nullified_state.
+       (handle_inferior_event): Remove handling of infwait_nullified_state.
+       Remove handling of nullified instructions.
+
+2004-12-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ttrace.c: Include <sys/mman.h>.
+       (struct inf_ttrace_page): New.
+       (struct inf_ttrace_page_dict): New.
+       (inf_ttrace_num_threads_in_syscall)
+       (inf_ttrace_reenable_page_protections): New variables.
+       (inf_ttrace_enable_syscall_events)
+       (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
+       (inf_ttrace_add_page, inf_ttrace_insert_page)
+       (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
+       (inf_ttrace_enable_page_protections)
+       (inf_ttrace_disable_page_protections)
+       (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
+       (inf_ttrace_can_use_hw_breakpoint)
+       (inf_ttrace_region_size_ok_for_hw_watchpoint)
+       (inf_ttrace_stopped_by_watchpoint): New functions.
+       (inf_ttrace_him): Remove unsused varaible `tts'.
+       (inf_ttrace_create_inferior): Add assertionts.
+       (inf_ttrace_mourn_inferior): Clear page dictionary.
+       (inf_ttrace_attach): Set initial event mask.
+       (inf_ttrace_detach): Reset number of threads in system call.
+       (inf_ttrace_wait): Deal with system call events.
+       (inf_ttrace_target): Initialize "hardware" watchpoint-related
+       parts of the target vector.
+       (_initialize_inf_ttrace): New prototype and function.
+
+       * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
+       type of `gp' variable.
+
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       * README: Remove config.if from directory listing.
+
+2004-12-01  Joel Brobecker  <brobecker@gnat.com>
+
+       * alpha-tdep.c (alpha_register_name): Add comment.
+       (alpha_cannot_fetch_register): Exclude registers numbers which
+       are no longer used from the list of registers that can be fetched.
+       (alpha_cannot_store_register): Exclude registers numbers which
+       are no longer used from the list of registers that can be stored.
+       * alpha-nat.c (fetch_osf_core_registers): Add missing value in
+       core_reg_mapping array.
+
+2004-12-01  Joel Brobecker  <brobecker@gnat.com>
+
+       * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
+       the register value from the correct frame.
+
+2004-11-30  Randolph Chung  <tausq@debian.org>
+
+       * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
+       (hppa_linux_in_dyncall): Check that we are inside the range of 
+       $$dyncall, not necessarily at the first insn.
+       (hppa_linux_in_solib_call_trampoline): Identify a trampoline 
+       even if the pc does not point to the first insn of the trampoline.
+
+2004-11-30  Randolph Chung  <tausq@debian.org>
+
+       * breakpoint.c (break_at_finish_command): Delete.
+       (break_at_finish_command_1): Delete.
+       (break_at_finish_at_depth_command): Delete.
+       (break_at_finish_at_depth_command_1): Delete.
+       (tbreak_at_finish_command): Delete.
+       * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
+       and bx commands.
+
+2004-11-30  Andrew Cagney  <cagney@gnu.org>
+
+       * config/nm-gnu.h: Delete file.
+       * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
+
+       * config/nm-sysv4.h: Delete file.
+       * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
+       * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
+       * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
+       * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
+       * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
+
+2004-11-29  Andrew Cagney  <cagney@gnu.org>
+
+       * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
+       Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
+       as can-commit architecture developers.
+       
+2004-11-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
+       (sparc32_skip_prologue): Skip instructions that store arguments in
+       registers into their corresponding stack slots.
+
+       * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
+       tm-solib.h.
+       * config/m68k/obsd.mh (NAT_FILE): Likewise.
+
+       * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
+       * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
+       * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
+       sparc32nbsd_elf_init_abi.  Remove duplicate code.
+
+       * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
+       * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
+       * config/sparc/nm-nbsd.h: Remove file.
+       * config/sparc/nm-nbsdaout.h: Remove file.
+
+       * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
+       (sparc_xfer_partial): New function.
+       (sparc_target): Save value of to_xfer_partial from ptrace vector.
+       Set to_xfer_partial.
+
+       * fork-child.c (fork_inferior): Fork instead of vfork if
+       PRE_TRACE_FUN is non-null.
+
+2004-11-24  Fred Fish  <fnf@specifixinc.com>
+
+       * rs6000-tdep.c (skip_prologue): Use line table info to skip over
+       compiler generated function calls made as part of a prologue.
+
+2004-11-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ttrace.c: New file.
+       * inf-ttrace.h: New file.
+       * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
+       Include "inf-ttrace.h".
+       (ss_mpsfu_high): Define to ss_tlsp if necessary.
+       (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
+       ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
+       ptrace systems.
+       (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
+       instead of inf_ptrace_target.
+       * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
+       * Makefile.in (inf_ttrace_h): New variable.
+       (hppa-hpux-nat.o): Update dependency.
+       (inf-ttrace.o): New dependency.
+       (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
+
+2004-11-23  Randolph Chung  <tausq@debian.org>
+
+       * arch-utils.c (generic_instruction_nullified): New.
+       * arch-utils.h (generic_instruction_nullified): New.
+       * gdbarch.sh (instruction_nullified): New method.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * infrun.c (INSTRUCTION_NULLIFIED): Delete.
+       (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
+       new gdbarch method.
+       * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
+       * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
+       static.  Rewrite to work directly off the passed regcache.
+       (hppa_gdbarch_init): Set instruction_nullified method.
+
+2004-11-23  Joel Brobecker  <brobecker@gnat.com>
+
+       * sparc-tdep.c (sparc_is_unimp_insn): New function.
+       (sparc32_frame_cache): For functions where there is no debugging
+       information to help us determine whether it's a struct-return
+       function or not, fallback on checking whether the instruction
+       at the return address is an "unimp" instruction or not.
+
+2004-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * MAINTAINERS: Add myself to write after approval section.
+
+       * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
+       hpux-thread.c to suppress children from running.
+       (hppa_hpux_child_can_run): New function.
+       (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
+       * hpux-thread.c: Include string.h and hppa-tdep.h.
+       (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
+       HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
+       (hpux_thread_store_registers): Replace deprecated_registers with
+       calls to regcache_raw_read.
+       * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
+
+2004-11-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64fbsd-nat.c: Update copyright year.
+       (_initialize_sparc64fbsd_nat): Construct and add target vector.
+       * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
+       inftarg.o.
+
+2004-11-21  Daniel Jacobowitz  <dan@debian.org>
+
+       * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
+
+2004-11-21  Daniel Jacobowitz  <dan@debian.org>
+
+       * linux-nat.c (my_waitpid): New function.
+       (linux_test_for_tracefork): Make more robust and verbose.  Take
+       an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
+       (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
+       argument.  Update calls to linux_test_for_tracefork.
+       (linux_enable_event_reporting, child_follow_fork)
+       (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
+       (child_insert_exec_catchpoint): Update calls to
+       linux_supports_tracefork and linux_supports_tracevforkdone.
+
+2004-11-21  Daniel Jacobowitz  <dan@debian.org>
+
+       * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
+       (value_subscripted_rvalue): Likewise.
+       * valops.c (search_struct_field, value_slice): Likewise.
+
+2004-11-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
+       Reorder includes a bit.  Fix comment.
+       * Makefile.in (inf-ptrace.o): Update dependencies.
+
+2004-11-21  Andreas Schwab  <schwab@suse.de>
+
+       * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
+       (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
+       svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
+       to glibc_skip_solib_resolver.
+       * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
+       solib-legacy.o.
+       * Makefile.in (m68klinux-tdep.o): Update dependencies.
+
+2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * infttrace.h (ttrace_write_reg_64): Add prototype.
+       * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
+       expression.  
+       (store_inferior_registers): Correct formatting.  Replace uses of
+       deprecated_registers with calls to regcache_raw_read,
+       regcache_raw_write_part and regcache_raw_read_part.
+
+2004-11-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/pa/hppahpux.mh: Remove file.
+       * config/pa/hpux1020.mh: Remove file.
+
+2004-11-20  Andreas Schwab  <schwab@suse.de>
+
+       * configure.host: Set host floatformat for m68k.
+
+2004-11-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * config/djgpp/fnchange.lst: Resolve file-name clash between
+       hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
+
+2004-11-20  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-hpux-nat.c: New file.
+       * config/pa/hpux.mh (NATDEPFILES): New file.
+       * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
+       (hppa-hpux-nat.o): New dependency.
+       * configure.host: Remove hppa*-*-hpux10.20.
+       (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
+
+       * inf-ptrace.c: Fix coding style.
+
+       * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
+       * infptrace.c (call_ptrace): Simply call ptrace with four
+       arguments.
+
+       * dbxread.c (process_one_symbol): Fix a few coding standard
+       issues.  Improve code formatting.
+
+       * dbxread.c: Include "gdb_string.h".
+       (record_minimal_symbol, read_ofile_symtab): Replace
+       DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
+       * Makefile.in (dbxread.o): Update dependencies.
+
+       * dwarf2-frame.c (read_encoded_value): Correctly calculate number
+       of bytes read for aligned LEB128 encodings.
+
+2004-11-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
+       parse_and_eval_address to u_long before converting it to a pointer
+       type.
+       * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
+       ps_strings from int to u_long.
+       * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
+       u_long instead of CORE_ADDR.
+
+2004-11-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * dbxread.c (process_one_symbol): Do not adjust address of first
+       N_SLINE stab for a function for code generated by non-GCC
+       compilers.
+
+2004-11-18  Kevin Buettner  <kevinb@redhat.com>
+
+       * solib-null.c: New file.
+
+2004-11-17  Andrew Cagney  <cagney@gnu.org>
+
+       * MAINTAINERS: Drop MIPS and remote.
+
+2004-11-15  Andrew Cagney  <cagney@gnu.org>
+
+       * findvar.c (value_of_register): Set the frame ID.
+       * value.c (value_primitive_field): Copy the frame ID.
+       * valops.c (value_assign): Simplify lval_register case, there's
+       always a frame.
+
+2004-11-14  Daniel Jacobowitz  <dan@debian.org>
+
+       * Makefile.in (mips-linux-tdep.o): Update dependencies.
+       * mips-linux-tdep.c: Include "regcache.h".
+       (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
+
+2004-11-14  Daniel Jacobowitz  <dan@debian.org>
+
+       * Makefile.in (linux-thread-db.o): Fix typo in last change.
+
+2004-11-14  Daniel Jacobowitz  <dan@debian.org>
+
+       * linux-thread-db.c: New file, renamed from thread-db.c.
+       * thread-db.c: Remove.
+       * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
+       * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
+       to linux-thread-db.o.
+       * config/arm/linux.mh (NATDEPFILES): Likewise.
+       * config/i386/linux.mh (NATDEPFILES): Likewise.
+       * config/i386/linux64.mh (NATDEPFILES): Likewise.
+       * config/ia64/linux.mh (NATDEPFILES): Likewise.
+       * config/m32r/linux.mh (NATDEPFILES): Likewise.
+       * config/m68k/linux.mh (NATDEPFILES): Likewise.
+       * config/mips/linux.mh (NATDEPFILES): Likewise.
+       * config/pa/linux.mh (NATDEPFILES): Likewise.
+       * config/powerpc/linux.mh (NATDEPFILES): Likewise.
+       * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
+       * config/s390/s390.mh (NATDEPFILES): Likewise.
+       * config/sparc/linux.mh (NATDEPFILES): Likewise.
+       * config/sparc/linux64.mh (NATDEPFILES): Likewise.
+
+2004-11-13  Andrew Cagney  <cagney@gnu.org>
+
+       * config/i386/i386lynx.mh: Delete file.
+       * config/i386/i386lynx.mt: Delete file.
+       * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
+       * i386ly-tdep.c: Delete.
+
+       * config/tm-lynx.h: Delete, inline contents ...
+       * config/rs6000/tm-rs6000ly.h: ... here.
+
+       * config/tm-sysv4.h: Delete file, inlining contents.
+       * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
+       * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
+       * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
+
+       * regcache.h (deprecated_register_valid): Delete.
+       (deprecated_registers): Delete.
+       * regcache.c (deprecated_register_valid): Delete.
+       (deprecated_registers): Delete.
+       (deprecated_read_register_byte, _initialize_regcache)
+       (deprecated_write_register_bytes, build_regcache): Update.
+       * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
+       remote-sds.o.
+       * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
+       * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
+
+       * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
+       v850-*-* under removed.
+       * configure.host: Delete ns32k-*-netbsd*.
+       * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
+       ns32k-*-netbsd*, and v850*-*-*.
+       * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
+       "Deleted"
+       * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
+       * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
+       * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
+       * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
+       * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
+       * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
+       * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
+       * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
+       * v850-tdep.c: Delete.
+       
+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.
This page took 0.03166 seconds and 4 git commands to generate.