diff options
Diffstat (limited to 'lang/sbcl/files')
-rw-r--r-- | lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp | 13 | ||||
-rw-r--r-- | lang/sbcl/files/patch-src_runtime_x86-64-bsd-os.c | 16 |
2 files changed, 0 insertions, 29 deletions
diff --git a/lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp b/lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp deleted file mode 100644 index 54f8e098c6eb..000000000000 --- a/lang/sbcl/files/patch-src_compiler_x86-64_parms.lisp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/compiler/x86-64/parms.lisp.orig 2020-10-11 10:03:19 UTC -+++ src/compiler/x86-64/parms.lisp -@@ -178,8 +178,8 @@ - (defvar *binding-stack-pointer*) - - ;;; Bit indices into *CPU-FEATURE-BITS* --(defconstant cpu-has-ymm-registers 1) --(defconstant cpu-has-popcnt 2) -+(defconstant cpu-has-ymm-registers 0) -+(defconstant cpu-has-popcnt 1) - - (defconstant-eqx +static-symbols+ - `#(,@+common-static-symbols+ diff --git a/lang/sbcl/files/patch-src_runtime_x86-64-bsd-os.c b/lang/sbcl/files/patch-src_runtime_x86-64-bsd-os.c deleted file mode 100644 index de9412251a88..000000000000 --- a/lang/sbcl/files/patch-src_runtime_x86-64-bsd-os.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/runtime/x86-64-bsd-os.c.orig 2019-10-26 17:02:04.948892000 +0200 -+++ src/runtime/x86-64-bsd-os.c 2019-10-26 17:03:43.724206000 +0200 -@@ -148,6 +148,13 @@ - { - } - -+#ifdef LISP_FEATURE_SB_THREAD -+void -+arch_os_load_ldt(struct thread *thread) -+{ -+} -+#endif -+ - int arch_os_thread_init(struct thread *thread) { - #ifdef LISP_FEATURE_SB_THREAD - #ifdef LISP_FEATURE_GCC_TLS |