summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-03-31 12:21:26 -0400
committerDave Brolley <brolley@redhat.com>2009-03-31 12:21:26 -0400
commitdff5b6a2d7a63b4554d1320c0603dc8757b9c8a7 (patch)
treecd139bae97c71558ccabdc3f69471d8e6a35049b /runtime
parent8f2b14197e7db279434c5b063b755d1121c137de (diff)
parentc5746f91b1ba8f374b4230e16cb33e1b9206ca2b (diff)
downloadsystemtap-steved-dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7.tar.gz
systemtap-steved-dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7.tar.xz
systemtap-steved-dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime')
-rw-r--r--runtime/autoconf-x86-gs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/autoconf-x86-gs.c b/runtime/autoconf-x86-gs.c
new file mode 100644
index 00000000..f4dda795
--- /dev/null
+++ b/runtime/autoconf-x86-gs.c
@@ -0,0 +1,5 @@
+#include <asm/ptrace.h>
+
+#if defined (__i386__)
+struct pt_regs regs = {.gs = 0x0};
+#endif