summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-04-22 22:59:28 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-04-22 22:59:28 +0200
commit76d839e64ba87c0941e128a67f44afed86994300 (patch)
tree046f2c21870a9424c1e653eeed460c133d8a9ce7
parent8800291199a9ac1f2175c0d68866dc1182b484e8 (diff)
downloadgcc-patches-76d839e64ba87c0941e128a67f44afed86994300.tar.gz
Move 5.0 patches to 5.1 -- gcc 5.1.0 is released.
Patches still apply in the 5.1.0 release unchanged. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--5.1/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch (renamed from 5.0/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch)0
-rw-r--r--5.1/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch (renamed from 5.0/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch)0
-rw-r--r--5.1/0003-Deal-with-setlocale-returning-NULL.patch (renamed from 5.0/0003-Deal-with-setlocale-returning-NULL.patch)0
-rw-r--r--5.1/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch (renamed from 5.0/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch)0
-rw-r--r--5.1/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch (renamed from 5.0/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch)0
-rw-r--r--5.1/0006-Support-Clang-in-C-11.patch (renamed from 5.0/0006-Support-Clang-in-C-11.patch)0
-rw-r--r--5.1/0007-Enable-_GLIBCXX_HAS_THREADS.patch (renamed from 5.0/0007-Enable-_GLIBCXX_HAS_THREADS.patch)0
-rw-r--r--5.1/0008-Fix-OpenMP-support-on-Android.patch (renamed from 5.0/0008-Fix-OpenMP-support-on-Android.patch)0
-rw-r--r--5.1/0009-Disable-libstdc-versioning.patch (renamed from 5.0/0009-Disable-libstdc-versioning.patch)0
-rw-r--r--5.1/0010-Add-mclinker-support-fuse-ld-mcld.patch (renamed from 5.0/0010-Add-mclinker-support-fuse-ld-mcld.patch)0
-rw-r--r--5.1/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch (renamed from 5.0/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch)0
-rw-r--r--5.1/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch (renamed from 5.0/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch)0
-rw-r--r--5.1/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch (renamed from 5.0/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch)0
-rw-r--r--5.1/0014-GNU-libstdc-enable-linux-futex.patch (renamed from 5.0/0014-GNU-libstdc-enable-linux-futex.patch)0
-rw-r--r--5.1/0015-Add-fuse-ld-mcld.patch (renamed from 5.0/0015-Add-fuse-ld-mcld.patch)0
-rw-r--r--5.1/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch (renamed from 5.0/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch)0
-rw-r--r--5.1/0017-Use-eh_frame_hdr-for-static-linking.patch (renamed from 5.0/0017-Use-eh_frame_hdr-for-static-linking.patch)0
-rw-r--r--5.1/0018-use-android-specs-on-aarch64.patch (renamed from 5.0/0018-use-android-specs-on-aarch64.patch)0
-rw-r--r--5.1/0019-aarch64-bionic-linker-path.patch (renamed from 5.0/0019-aarch64-bionic-linker-path.patch)0
-rw-r--r--5.1/0020-config-defaults.patch (renamed from 5.0/0020-config-defaults.patch)0
-rw-r--r--5.1/0021-disable-__cxa_throw_bad_array_new_length.patch (renamed from 5.0/0021-disable-__cxa_throw_bad_array_new_length.patch)0
-rw-r--r--5.1/0022-isl-0.14.patch (renamed from 5.0/0022-isl-0.14.patch)0
-rw-r--r--5.1/0023-libgomp-compile-on-android.patch (renamed from 5.0/0023-libgomp-compile-on-android.patch)0
23 files changed, 0 insertions, 0 deletions
diff --git a/5.0/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch b/5.1/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch
index a045aa0..a045aa0 100644
--- a/5.0/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch
+++ b/5.1/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch
diff --git a/5.0/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch b/5.1/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch
index 2523425..2523425 100644
--- a/5.0/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch
+++ b/5.1/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch
diff --git a/5.0/0003-Deal-with-setlocale-returning-NULL.patch b/5.1/0003-Deal-with-setlocale-returning-NULL.patch
index d5f2403..d5f2403 100644
--- a/5.0/0003-Deal-with-setlocale-returning-NULL.patch
+++ b/5.1/0003-Deal-with-setlocale-returning-NULL.patch
diff --git a/5.0/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch b/5.1/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch
index b332250..b332250 100644
--- a/5.0/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch
+++ b/5.1/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch
diff --git a/5.0/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch b/5.1/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch
index 1f9f281..1f9f281 100644
--- a/5.0/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch
+++ b/5.1/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch
diff --git a/5.0/0006-Support-Clang-in-C-11.patch b/5.1/0006-Support-Clang-in-C-11.patch
index 48f22f3..48f22f3 100644
--- a/5.0/0006-Support-Clang-in-C-11.patch
+++ b/5.1/0006-Support-Clang-in-C-11.patch
diff --git a/5.0/0007-Enable-_GLIBCXX_HAS_THREADS.patch b/5.1/0007-Enable-_GLIBCXX_HAS_THREADS.patch
index abb8bc2..abb8bc2 100644
--- a/5.0/0007-Enable-_GLIBCXX_HAS_THREADS.patch
+++ b/5.1/0007-Enable-_GLIBCXX_HAS_THREADS.patch
diff --git a/5.0/0008-Fix-OpenMP-support-on-Android.patch b/5.1/0008-Fix-OpenMP-support-on-Android.patch
index 9c366d8..9c366d8 100644
--- a/5.0/0008-Fix-OpenMP-support-on-Android.patch
+++ b/5.1/0008-Fix-OpenMP-support-on-Android.patch
diff --git a/5.0/0009-Disable-libstdc-versioning.patch b/5.1/0009-Disable-libstdc-versioning.patch
index 645b654..645b654 100644
--- a/5.0/0009-Disable-libstdc-versioning.patch
+++ b/5.1/0009-Disable-libstdc-versioning.patch
diff --git a/5.0/0010-Add-mclinker-support-fuse-ld-mcld.patch b/5.1/0010-Add-mclinker-support-fuse-ld-mcld.patch
index fec0664..fec0664 100644
--- a/5.0/0010-Add-mclinker-support-fuse-ld-mcld.patch
+++ b/5.1/0010-Add-mclinker-support-fuse-ld-mcld.patch
diff --git a/5.0/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch b/5.1/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch
index 996c6df..996c6df 100644
--- a/5.0/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch
+++ b/5.1/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch
diff --git a/5.0/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch b/5.1/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch
index dca72d6..dca72d6 100644
--- a/5.0/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch
+++ b/5.1/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch
diff --git a/5.0/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch b/5.1/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch
index 7887035..7887035 100644
--- a/5.0/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch
+++ b/5.1/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch
diff --git a/5.0/0014-GNU-libstdc-enable-linux-futex.patch b/5.1/0014-GNU-libstdc-enable-linux-futex.patch
index 5aa37a6..5aa37a6 100644
--- a/5.0/0014-GNU-libstdc-enable-linux-futex.patch
+++ b/5.1/0014-GNU-libstdc-enable-linux-futex.patch
diff --git a/5.0/0015-Add-fuse-ld-mcld.patch b/5.1/0015-Add-fuse-ld-mcld.patch
index 729b4b6..729b4b6 100644
--- a/5.0/0015-Add-fuse-ld-mcld.patch
+++ b/5.1/0015-Add-fuse-ld-mcld.patch
diff --git a/5.0/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch b/5.1/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch
index 0664e88..0664e88 100644
--- a/5.0/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch
+++ b/5.1/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch
diff --git a/5.0/0017-Use-eh_frame_hdr-for-static-linking.patch b/5.1/0017-Use-eh_frame_hdr-for-static-linking.patch
index 48b495d..48b495d 100644
--- a/5.0/0017-Use-eh_frame_hdr-for-static-linking.patch
+++ b/5.1/0017-Use-eh_frame_hdr-for-static-linking.patch
diff --git a/5.0/0018-use-android-specs-on-aarch64.patch b/5.1/0018-use-android-specs-on-aarch64.patch
index 2a8107d..2a8107d 100644
--- a/5.0/0018-use-android-specs-on-aarch64.patch
+++ b/5.1/0018-use-android-specs-on-aarch64.patch
diff --git a/5.0/0019-aarch64-bionic-linker-path.patch b/5.1/0019-aarch64-bionic-linker-path.patch
index 1e0ea5a..1e0ea5a 100644
--- a/5.0/0019-aarch64-bionic-linker-path.patch
+++ b/5.1/0019-aarch64-bionic-linker-path.patch
diff --git a/5.0/0020-config-defaults.patch b/5.1/0020-config-defaults.patch
index 0989df9..0989df9 100644
--- a/5.0/0020-config-defaults.patch
+++ b/5.1/0020-config-defaults.patch
diff --git a/5.0/0021-disable-__cxa_throw_bad_array_new_length.patch b/5.1/0021-disable-__cxa_throw_bad_array_new_length.patch
index 520596e..520596e 100644
--- a/5.0/0021-disable-__cxa_throw_bad_array_new_length.patch
+++ b/5.1/0021-disable-__cxa_throw_bad_array_new_length.patch
diff --git a/5.0/0022-isl-0.14.patch b/5.1/0022-isl-0.14.patch
index 685d6a6..685d6a6 100644
--- a/5.0/0022-isl-0.14.patch
+++ b/5.1/0022-isl-0.14.patch
diff --git a/5.0/0023-libgomp-compile-on-android.patch b/5.1/0023-libgomp-compile-on-android.patch
index 2f9df5d..2f9df5d 100644
--- a/5.0/0023-libgomp-compile-on-android.patch
+++ b/5.1/0023-libgomp-compile-on-android.patch