summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/patches/patch-r259498-add-fxsave.diff
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-11-24 18:43:37 +0000
committerdim <dim@FreeBSD.org>2014-11-24 18:43:37 +0000
commit82ca21468e7fe6a5112961ba86434579bed3f204 (patch)
treec2772f1f62ff857fee7802d46eb79f45d45d6d54 /contrib/llvm/patches/patch-r259498-add-fxsave.diff
parent6148c19c738a92f344008aa3f88f4e008bada0ee (diff)
downloadFreeBSD-src-82ca21468e7fe6a5112961ba86434579bed3f204.zip
FreeBSD-src-82ca21468e7fe6a5112961ba86434579bed3f204.tar.gz
Cleanup patch set, and update README.TXT. Add three new patches.
Diffstat (limited to 'contrib/llvm/patches/patch-r259498-add-fxsave.diff')
-rw-r--r--contrib/llvm/patches/patch-r259498-add-fxsave.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/llvm/patches/patch-r259498-add-fxsave.diff b/contrib/llvm/patches/patch-r259498-add-fxsave.diff
deleted file mode 100644
index 711f81cdf..0000000
--- a/contrib/llvm/patches/patch-r259498-add-fxsave.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-This patch adds the alias bit_FXSAVE for bit_FXSR to cpuid.h.
-
-Introduced here: http://svnweb.freebsd.org/changeset/base/259498
-
-Index: tools/clang/lib/Headers/cpuid.h
-===================================================================
---- tools/clang/lib/Headers/cpuid.h
-+++ tools/clang/lib/Headers/cpuid.h
-@@ -79,6 +79,7 @@
- #define bit_ACPI 0x00400000
- #define bit_MMX 0x00800000
- #define bit_FXSR 0x01000000
-+#define bit_FXSAVE bit_FXSR /* for gcc compat */
- #define bit_SSE 0x02000000
- #define bit_SSE2 0x04000000
- #define bit_SS 0x08000000
OpenPOWER on IntegriCloud