aboutsummaryrefslogtreecommitdiff
path: root/gdb/uw-thread.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-08-15 19:00:47 +0000
committerMark Kettenis <kettenis@gnu.org>2002-08-15 19:00:47 +0000
commit047eff6a37344a8936f625f873bce5902c103b56 (patch)
tree94878d2e13fdc7759bc019ec2197bb62c9b86d2f /gdb/uw-thread.c
parentdcdb1290ca447f9bcd90a694b762716d6bdadb34 (diff)
downloadfsf-binutils-gdb-047eff6a37344a8936f625f873bce5902c103b56.zip
fsf-binutils-gdb-047eff6a37344a8936f625f873bce5902c103b56.tar.gz
fsf-binutils-gdb-047eff6a37344a8936f625f873bce5902c103b56.tar.bz2
* uw-thread.c (SP_ARG0): Define if not already defined.
* config/i386/tm-i386.h (SO_ARG0): Remove define.
Diffstat (limited to 'gdb/uw-thread.c')
-rw-r--r--gdb/uw-thread.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/uw-thread.c b/gdb/uw-thread.c
index 617cfbd..cc6ed6d 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