From: Mark Kettenis Date: Thu, 15 Aug 2002 19:00:47 +0000 (+0000) Subject: * uw-thread.c (SP_ARG0): Define if not already defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=047eff6a37344a8936f625f873bce5902c103b56;p=binutils-gdb.git * uw-thread.c (SP_ARG0): Define if not already defined. * config/i386/tm-i386.h (SO_ARG0): Remove define. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d6aa1b99ffd..9895f63e02a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-08-15 Mark Kettenis + * uw-thread.c (SP_ARG0): Define if not already defined. + * config/i386/tm-i386.h (SO_ARG0): Remove define. + * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define. * config/i386/tm-i386.h: Don't include "regcache.h". diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h index bd5153254b8..e80b258e7d8 100644 --- a/gdb/config/i386/tm-i386.h +++ b/gdb/config/i386/tm-i386.h @@ -28,8 +28,4 @@ extern void print_387_control_word (unsigned int); extern void print_387_status_word (unsigned int); -/* Offset from SP to first arg on stack at first instruction of a function */ - -#define SP_ARG0 (1 * 4) - #endif /* ifndef TM_I386_H */ diff --git a/gdb/uw-thread.c b/gdb/uw-thread.c index 617cfbd9f81..cc6ed6daf4c 100644 --- a/gdb/uw-thread.c +++ b/gdb/uw-thread.c @@ -116,6 +116,14 @@ /* Prototypes for supply_gregset etc. */ #include "gregset.h" +/* Offset from SP to first arg on stack at first instruction of a + function. We provide a default here that's right for most, if not + all, targets that use this file. */ + +#ifndef SP_ARG0 +#define SP_ARG0 (1 * 4) +#endif + /* Whether to emit debugging output. */ #define DEBUG 0