summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
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