summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-02-03 15:03:01 +0000
committeragc <agc@pkgsrc.org>1998-02-03 15:03:01 +0000
commit912425d97a3bd6f6a0d02b94cd83747de73c3640 (patch)
treefd6db3c65bacdb2b10faf5a57c888dbcf1b163f2 /lang
parent0a5d7d1fab093176a0d949b5ff2cce8fc75bde7e (diff)
downloadpkgsrc-912425d97a3bd6f6a0d02b94cd83747de73c3640.tar.gz
By redefining the stack pointer offset to 2, 0.9.2/jit now passes all
its tests on /i386.
Diffstat (limited to 'lang')
-rw-r--r--lang/kaffe/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-ab b/lang/kaffe/patches/patch-ab
index 28b37c06a20..bc86b527f6c 100644
--- a/lang/kaffe/patches/patch-ab
+++ b/lang/kaffe/patches/patch-ab
@@ -13,3 +13,19 @@
+ includeName[dirLen + 1] = 0;
strcat(includeName, tmpName);
}
+
+--- config/i386/netbsd1/md.h 1998/02/03 14:29:01 1.1
++++ config/i386/netbsd1/md.h 1998/02/03 14:30:48
+@@ -16,6 +16,12 @@
+ #include "i386/common.h"
+ #include "i386/threads.h"
+
++/*
++ * Redefine stack pointer offset.
++ */
++#undef SP_OFFSET
++#define SP_OFFSET 2
++
+ #if defined(TRANSLATOR)
+ #include "jit-md.h"
+ #endif