* arm-tdep.c (arm_minimal_frame_chain): Renamed from
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4bd50aa8aac129533ba10330b29d17adf8979920..5deee39ea18eb83df6e4ce6d0a82f1ffc30e117d 100644 (file)
@@ -1,5 +1,149 @@
+2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arm-tdep.c (arm_minimal_frame_chain): Renamed from
+       arm_frame_chain.  Take NEXT_FRAME and CACHE arguments.
+       Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
+       (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
+       Take NEXT_FRAME and CACHE arguments.  Call
+       FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
+       Set unwound_pc in CACHE instead of modifying the frame argument.
+       Don't bother checking the frame type when looking for sigtramp
+       frames.
+       (arm_make_prologue_cache, arm_frame_chain)
+       (arm_init_extra_frame_info): New functions.
+
+2003-09-03  Daniel Jacobowitz  <drow@mvista.com>
+
+       * arm-tdep.c (arm_get_cache): Define.
+       (struct arm_prologue_cache): Renamed from frame_extra_info.  Add
+       unwound_sp, unwound_pc, and saved_regs.
+       (thumb_scan_prologue): Take a cache instead of the frame.
+       (arm_scan_prologue): Likewise.
+       (arm_frame_chain): Create a temporary cache for arm_scan_prologue
+       instead of a temporary frame.
+       (arm_init_extra_frame_info): Allocate and use a cache.
+       (arm_frame_saved_pc, arm_pop_frame): Use the cache.
+
+2003-09-03  Andrew Cagney  <cagney@redhat.com>
+
+       * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
+       * config/mips/wince.mt (TM_CLIBS): Ditto.
+       * config/sh/wince.mt (TM_CLIBS): Ditto.
+       * config/pa/hppa64.mt (TM_CLIBS): Delete.
+       * config/sparc/sp64.mt (CC): Delete.
+
+2003-09-03  Andrew Cagney  <cagney@redhat.com>
+
+       * defs.h: Do not include "arch-utils.h".
+       (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
+       GDB_MULTI_ARCH_PURE.
+       * configure.in (GDB_MULTI_ARCH): Do not define.
+       * configure, config.in: Regenerate.
+       * configure.tgt: Do not set variable "gdb_multi_arch".
+       * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
+       * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
+       * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
+       * config/v850/v850.mt (TM_FILE): Delete disabled definition.
+       * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
+       * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
+       * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
+       * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
+       * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
+       * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
+       * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
+       * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
+       * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
+       * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
+       * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
+       * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
+       * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
+       * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
+       
+2003-08-30  Michael Chastain  <mec@shout.net>
+
+       * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
+       * config/m68k/nm-hp300hpux.h: Delete.
+       * config/m68k/tm-hp300hpux.h: Delete.
+       * config/m68k/xm-hp300hpux.h: Delete.
+       * config/m68k/xm-hp300bsd.h: Delete.
+       * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
+       tm-hp300hpux.h, xm-hp300hpux.h.
+       * somsolib.c: Remove comment about hp300 shared libraries.
+
+2003-08-31  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
+       Only define PTRACE_GET_THREAD_AREA is not already defined.
+       Various style fixes in code and comments and some additional
+       spelling fixes in comments.  Move after functions dealing with
+       debug registers.
+       * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
+       Fix coding-style.
+
+       * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
+       frame_unwind_register_unsigned instead of
+       frame_unwind_unsigned_register.
+
+2003-08-30  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Search for gethostbyname in libnsl.
+       * configure: Regenerated.
+
 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
 
+       * configure.in: Remove redundant AC_MSG_RESULT in check for
+       uintptr_t in stdint.h.
+       * configure: Regenerated.
+
+       * amd64-nat.h (struct regcache): Add opaque declaration.
+
+       * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
+       * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
+       Change "register array" to "register cache" in comments.
+       (x86_64_linux_gregset64_reg_offset): New variable.
+       (GETREGS_SUPPLIES): Remove macro.
+       (supply_gregset): Call amd64_supply_native_gregset instead of
+       x86_64_linux_supply_gregset.
+       (fill_gregset): Rename `regno' to `regnum'.  Call
+       amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
+       (store_regs): Rename `regno' to `regnum'.
+       (store_fpregs): Rename `regno' to `regnum'.
+       (fetch_inferior_registers): Rename `regno' to `regnum'.  Use
+       amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
+       Reorganize function a bit.
+       (store_inferior_registers): Rename `regno' to `regnum'.  Use
+       amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
+       Reorganize function a bit.
+       (_initialize_x86_64_linux_nat): New function.
+       * config/i386/x86-64linux.mh.
+
+2003-08-29  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
+       (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
+       (target_remove_watchpoint): Delete macro.
+       (target_insert_watchpoint): Delete macro.
+       (remote_mips_can_use_hardware_watchpoint): Delete declaration.
+       (remote_mips_stopped_by_watchpoint): Delete declaration.
+       (remote_mips_remove_watchpoint): Delete declaration.
+       (remote_mips_set_watchpoint): Delete declaration.
+       (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
+       * remote-mips.c (_initialize_remote_mips): Set
+       "to_insert_watchpoint", "to_stopped_by_watchpoint",
+       "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
+       (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
+       (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
+       (mips_stopped_by_watchpoint): Rename
+       remote_mips_stopped_by_watchpoint.
+       (mips_can_hardware_watchpoint): Rename
+       remote_mips_can_use_hardware_watchpoint, update function
+       signature.
+
+2003-08-29  Mark Kettenis  <kettenis@gnu.org>
+
+       * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
+       USER_DS.  We haven't given them a register number yet.
+
        * amd64-nat.h: New file.
        * amd64-nat.c: New file.
        * amd64fbsd-nat.c: Include "amd64-nat.h".
This page took 0.026179 seconds and 4 git commands to generate.