* arm-tdep.c (arm_minimal_frame_chain): Renamed from
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b2b655813eb6ca9d57c15e0fc404d81f253c7524..5deee39ea18eb83df6e4ce6d0a82f1ffc30e117d 100644 (file)
@@ -1,5 +1,100 @@
+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.
This page took 0.039513 seconds and 4 git commands to generate.