diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-04 05:11:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-04 05:11:43 (GMT) |
commit | bdb7e57d89472039172837381fc533d762d31423 (patch) | |
tree | ac53fddb2718fe8406bac9ceaedd58161186969f /src | |
parent | 50ee67f88b207cd5acc5e105fc6fe7ac64bbe966 (diff) | |
parent | 8fe0680679e77738d1b30af417dcc2dce63ef67b (diff) | |
download | mxe-bdb7e57d89472039172837381fc533d762d31423.zip mxe-bdb7e57d89472039172837381fc533d762d31423.tar.gz mxe-bdb7e57d89472039172837381fc533d762d31423.tar.bz2 |
Merge pull request #1016 from LuaAndC/patch-tool-improvements
Patch tool improvements
Diffstat (limited to 'src')
-rw-r--r-- | src/gcc-1.patch | 3 |
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 |