summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-01-02 16:07:49 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-01-02 16:07:49 +0100
commit165a27da3b1f66058fbbd838a7cee30b645e62f1 (patch)
treeb64a6208c9d777fc52b70199efbec8c90488fb8d
parent8eb66389a6ebb3f045fb49e884e083a6327f1f32 (diff)
downloadgcc-patches-165a27da3b1f66058fbbd838a7cee30b645e62f1.tar.gz
4.10 -> 5.0
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--5.0/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch (renamed from 4.10/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch)0
-rw-r--r--5.0/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch (renamed from 4.10/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch)0
-rw-r--r--5.0/0003-Deal-with-setlocale-returning-NULL.patch (renamed from 4.10/0003-Deal-with-setlocale-returning-NULL.patch)0
-rw-r--r--5.0/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch (renamed from 4.10/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch)0
-rw-r--r--5.0/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch (renamed from 4.10/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch)0
-rw-r--r--5.0/0006-Support-Clang-in-C-11.patch (renamed from 4.10/0006-Support-Clang-in-C-11.patch)0
-rw-r--r--5.0/0007-Enable-_GLIBCXX_HAS_THREADS.patch (renamed from 4.10/0007-Enable-_GLIBCXX_HAS_THREADS.patch)0
-rw-r--r--5.0/0008-Fix-OpenMP-support-on-Android.patch (renamed from 4.10/0008-Fix-OpenMP-support-on-Android.patch)0
-rw-r--r--5.0/0009-Disable-libstdc-versioning.patch (renamed from 4.10/0009-Disable-libstdc-versioning.patch)0
-rw-r--r--5.0/0010-Add-mclinker-support-fuse-ld-mcld.patch (renamed from 4.10/0010-Add-mclinker-support-fuse-ld-mcld.patch)0
-rw-r--r--5.0/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch (renamed from 4.10/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch)0
-rw-r--r--5.0/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch (renamed from 4.10/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch)0
-rw-r--r--5.0/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch (renamed from 4.10/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch)0
-rw-r--r--5.0/0014-GNU-libstdc-enable-linux-futex.patch (renamed from 4.10/0014-GNU-libstdc-enable-linux-futex.patch)0
-rw-r--r--5.0/0015-Add-fuse-ld-mcld.patch (renamed from 4.10/0015-Add-fuse-ld-mcld.patch)0
-rw-r--r--5.0/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch (renamed from 4.10/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch)0
-rw-r--r--5.0/0017-Use-eh_frame_hdr-for-static-linking.patch (renamed from 4.10/0017-Use-eh_frame_hdr-for-static-linking.patch)0
-rw-r--r--5.0/0018-use-android-specs-on-aarch64.patch (renamed from 4.10/0018-use-android-specs-on-aarch64.patch)0
-rw-r--r--5.0/0019-aarch64-bionic-linker-path.patch (renamed from 4.10/0019-aarch64-bionic-linker-path.patch)0
-rw-r--r--5.0/0020-config-defaults.patch (renamed from 4.10/0020-config-defaults.patch)0
-rw-r--r--5.0/0021-disable-__cxa_throw_bad_array_new_length.patch (renamed from 4.10/0021-disable-__cxa_throw_bad_array_new_length.patch)0
21 files changed, 0 insertions, 0 deletions
diff --git a/4.10/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch b/5.0/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch
index a045aa0..a045aa0 100644
--- a/4.10/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch
+++ b/5.0/0001-Restore-visibility-of-libgcc-assembly-code-on-Androi.patch
diff --git a/4.10/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch b/5.0/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch
index 2523425..2523425 100644
--- a/4.10/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch
+++ b/5.0/0002-Resotre-symbol-visibility-on-libgcc-C-code-on-Androi.patch
diff --git a/4.10/0003-Deal-with-setlocale-returning-NULL.patch b/5.0/0003-Deal-with-setlocale-returning-NULL.patch
index d5f2403..d5f2403 100644
--- a/4.10/0003-Deal-with-setlocale-returning-NULL.patch
+++ b/5.0/0003-Deal-with-setlocale-returning-NULL.patch
diff --git a/4.10/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch b/5.0/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch
index b332250..b332250 100644
--- a/4.10/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch
+++ b/5.0/0004-Enable-armv7-thumb2-multilib-for-arm-eabi.patch
diff --git a/4.10/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch b/5.0/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch
index 1f9f281..1f9f281 100644
--- a/4.10/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch
+++ b/5.0/0005-Fix-ARM-GCC-linker-failure-when-using-64-bit-atomic-.patch
diff --git a/4.10/0006-Support-Clang-in-C-11.patch b/5.0/0006-Support-Clang-in-C-11.patch
index 48f22f3..48f22f3 100644
--- a/4.10/0006-Support-Clang-in-C-11.patch
+++ b/5.0/0006-Support-Clang-in-C-11.patch
diff --git a/4.10/0007-Enable-_GLIBCXX_HAS_THREADS.patch b/5.0/0007-Enable-_GLIBCXX_HAS_THREADS.patch
index abb8bc2..abb8bc2 100644
--- a/4.10/0007-Enable-_GLIBCXX_HAS_THREADS.patch
+++ b/5.0/0007-Enable-_GLIBCXX_HAS_THREADS.patch
diff --git a/4.10/0008-Fix-OpenMP-support-on-Android.patch b/5.0/0008-Fix-OpenMP-support-on-Android.patch
index 6199e3e..6199e3e 100644
--- a/4.10/0008-Fix-OpenMP-support-on-Android.patch
+++ b/5.0/0008-Fix-OpenMP-support-on-Android.patch
diff --git a/4.10/0009-Disable-libstdc-versioning.patch b/5.0/0009-Disable-libstdc-versioning.patch
index 645b654..645b654 100644
--- a/4.10/0009-Disable-libstdc-versioning.patch
+++ b/5.0/0009-Disable-libstdc-versioning.patch
diff --git a/4.10/0010-Add-mclinker-support-fuse-ld-mcld.patch b/5.0/0010-Add-mclinker-support-fuse-ld-mcld.patch
index 79be42d..79be42d 100644
--- a/4.10/0010-Add-mclinker-support-fuse-ld-mcld.patch
+++ b/5.0/0010-Add-mclinker-support-fuse-ld-mcld.patch
diff --git a/4.10/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch b/5.0/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch
index 996c6df..996c6df 100644
--- a/4.10/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch
+++ b/5.0/0011-Use-default-visibility-for-the-__cxa-functions-in-eh.patch
diff --git a/4.10/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch b/5.0/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch
index dca72d6..dca72d6 100644
--- a/4.10/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch
+++ b/5.0/0012-OpenMP-Better-CPU-count-detection-for-Linux.patch
diff --git a/4.10/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch b/5.0/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch
index 1c90596..1c90596 100644
--- a/4.10/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch
+++ b/5.0/0013-Fix-openmp-support-to-use-libgomp-config-linux.patch
diff --git a/4.10/0014-GNU-libstdc-enable-linux-futex.patch b/5.0/0014-GNU-libstdc-enable-linux-futex.patch
index 5aa37a6..5aa37a6 100644
--- a/4.10/0014-GNU-libstdc-enable-linux-futex.patch
+++ b/5.0/0014-GNU-libstdc-enable-linux-futex.patch
diff --git a/4.10/0015-Add-fuse-ld-mcld.patch b/5.0/0015-Add-fuse-ld-mcld.patch
index 729b4b6..729b4b6 100644
--- a/4.10/0015-Add-fuse-ld-mcld.patch
+++ b/5.0/0015-Add-fuse-ld-mcld.patch
diff --git a/4.10/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch b/5.0/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch
index 0664e88..0664e88 100644
--- a/4.10/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch
+++ b/5.0/0016-Fix-insufficient-alignment-for-NEON-vst-vld.patch
diff --git a/4.10/0017-Use-eh_frame_hdr-for-static-linking.patch b/5.0/0017-Use-eh_frame_hdr-for-static-linking.patch
index 2547dbd..2547dbd 100644
--- a/4.10/0017-Use-eh_frame_hdr-for-static-linking.patch
+++ b/5.0/0017-Use-eh_frame_hdr-for-static-linking.patch
diff --git a/4.10/0018-use-android-specs-on-aarch64.patch b/5.0/0018-use-android-specs-on-aarch64.patch
index ecd94fc..ecd94fc 100644
--- a/4.10/0018-use-android-specs-on-aarch64.patch
+++ b/5.0/0018-use-android-specs-on-aarch64.patch
diff --git a/4.10/0019-aarch64-bionic-linker-path.patch b/5.0/0019-aarch64-bionic-linker-path.patch
index b9ef0e2..b9ef0e2 100644
--- a/4.10/0019-aarch64-bionic-linker-path.patch
+++ b/5.0/0019-aarch64-bionic-linker-path.patch
diff --git a/4.10/0020-config-defaults.patch b/5.0/0020-config-defaults.patch
index 0989df9..0989df9 100644
--- a/4.10/0020-config-defaults.patch
+++ b/5.0/0020-config-defaults.patch
diff --git a/4.10/0021-disable-__cxa_throw_bad_array_new_length.patch b/5.0/0021-disable-__cxa_throw_bad_array_new_length.patch
index 520596e..520596e 100644
--- a/4.10/0021-disable-__cxa_throw_bad_array_new_length.patch
+++ b/5.0/0021-disable-__cxa_throw_bad_array_new_length.patch