summaryrefslogtreecommitdiffstats
path: root/src/gcc-1.patch
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-11-29 12:11:52 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-11-29 12:16:54 (GMT)
commit80e603b1092cb7b5a78ce7096b1e035402e86f9a (patch)
tree5ccdec41ec7c667b04d8dd7bdc5fd63f6e2a5d99 /src/gcc-1.patch
parentcfb73654d34ea5c539e85490a88b658c33806d17 (diff)
downloadmxe-80e603b1092cb7b5a78ce7096b1e035402e86f9a.zip
mxe-80e603b1092cb7b5a78ce7096b1e035402e86f9a.tar.gz
mxe-80e603b1092cb7b5a78ce7096b1e035402e86f9a.tar.bz2
fix "git am" for gcc-1.patch
_subborrow_u32 was replaced with _addcarryx_u32 patch tool is less verbose than "git am". see #983
Diffstat (limited to 'src/gcc-1.patch')
-rw-r--r--src/gcc-1.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gcc-1.patch b/src/gcc-1.patch
index a72269e..ceeb45f 100644
--- a/src/gcc-1.patch
+++ b/src/gcc-1.patch
@@ -48,7 +48,7 @@ diff --git a/gcc/config/i386/adxintrin.h b/gcc/config/i386/adxintrin.h
index dd2a26c..2e680b3 100644
--- a/gcc/config/i386/adxintrin.h
+++ b/gcc/config/i386/adxintrin.h
-@@ -28,6 +28,10 @@
+@@ -28,5 +28,9 @@
#ifndef _ADXINTRIN_H_INCLUDED
#define _ADXINTRIN_H_INCLUDED
@@ -58,7 +58,6 @@ index dd2a26c..2e680b3 100644
+
extern __inline unsigned char
__attribute__((__gnu_inline__, __always_inline__, __artificial__))
- _subborrow_u32 (unsigned char __CF, unsigned int __X,
@@ -78,4 +82,8 @@ _addcarryx_u64 (unsigned char __CF, unsigned long long __X,
}
#endif