summaryrefslogtreecommitdiff
path: root/math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-09-24 18:36:59 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-09-24 18:36:59 +0000
commitd5e301ddb7c1d15baed59bb6e2a9cc5090fb29b7 (patch)
tree3636b30c61dd71b9e408c93f50c2e8f0708d1922 /math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c
parentUpdate to the 20110922 snapshot of GCC 4.5.4. (diff)
Update to 3.8.4 before the 3.10 release; clean up (substantially
reduce build times, introduce options, drop unneeded dependencies, and make linking with ATLAS shared libraries easier) Thanks to maho and A. Shterenlikht for review and testing, and to mm, T. Ludwig, skreuzer, and E. Lemos de Sa for reminders or related submissions PR: 117923, 139169, 155650, 159876
Diffstat (limited to 'math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c')
-rw-r--r--math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c b/math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c
new file mode 100644
index 000000000000..23f5948eceea
--- /dev/null
+++ b/math/atlas/files/patch-CONFIG+src+backend+archinfo_x86.c
@@ -0,0 +1,14 @@
+--- CONFIG/src/backend/archinfo_x86.c.orig 2011-05-14 13:33:24.000000000 -0400
++++ CONFIG/src/backend/archinfo_x86.c 2011-09-06 05:59:18.000000000 -0400
+@@ -309,9 +309,10 @@
+ case 0x1A:
+ case 0x1E:
+ case 0x1F:
++ case 0x25:
++ case 0x2C:
+ iret = IntCorei1;
+ break;
+- case 0x25:
+ case 0x2A:
+ iret = IntCorei2;
+ break;