summaryrefslogtreecommitdiff
path: root/packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 07:56:07 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-21 09:24:31 (GMT)
commit3d2b48fb7a7b958575714d1d3ca180c53aeb8604 (patch)
tree6b0a8cd4a87d4912e4fc0d8dc7286ec7dc820a9b /packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch
parent793b2503458b874e58c9d7fafc68686ecb9fd071 (diff)
glibc: Remove obsolete versions
The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - glibc-linaro-2.20-2014.11 - glibc-2.12.2 - glibc-2.13 - glibc-2.14.1 - glibc-2.15 - glibc-2.16.0 - glibc-2.18 - glibc-2.20 - glibc-2.21 - glibc-2.22 Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch')
-rw-r--r--packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch65
1 files changed, 0 insertions, 65 deletions
diff --git a/packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch b/packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch
deleted file mode 100644
index d441b0c..0000000
--- a/packages/glibc/2.18/0000-4f2bcda-ARM-Fix-clone-code-when-built-for-Thumb.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-commit 4f2bcda964d4fff56855e0c66198c9bcb682ea1e
-Author: Will Newton <will.newton@linaro.org>
-Date: Thu Aug 29 20:10:26 2013 +0100
-
- ARM: Fix clone code when built for Thumb.
-
- The mov lr, pc instruction will lose the Thumb bit from the return address
- so use blx lr instead.
-
- ports/ChangeLog.arm:
-
- 2013-08-30 Will Newton <will.newton@linaro.org>
-
- [BZ #15909]
- * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Use blx
- instead of mov lr, pc.
-
- (cherry picked from commit 6b06ac56cdfc9293908724e51e827534e97819aa)
-
----
- NEWS | 6 ++++++
- ports/ChangeLog.arm | 6 ++++++
- ports/sysdeps/unix/sysv/linux/arm/clone.S | 4 ++--
- 3 files changed, 14 insertions(+), 2 deletions(-)
-
---- a/NEWS
-+++ b/NEWS
-@@ -5,6 +5,12 @@
- Please send GNU C library bug reports via <http://sourceware.org/bugzilla/>
- using `glibc' in the "product" field.
-
-+Version 2.18.1
-+
-+* The following bugs are resolved with this release:
-+
-+ 15909.
-+
- Version 2.18
-
- * The following bugs are resolved with this release:
---- a/ports/ChangeLog.arm
-+++ b/ports/ChangeLog.arm
-@@ -1,3 +1,9 @@
-+2013-08-30 Will Newton <will.newton@linaro.org>
-+
-+ [BZ #15909]
-+ * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Use blx
-+ instead of mov lr, pc.
-+
- 2013-07-03 Joseph Myers <joseph@codesourcery.com>
-
- * sysdeps/arm/include/bits/setjmp.h [_ISOMAC] (JMP_BUF_REGLIST):
---- a/ports/sysdeps/unix/sysv/linux/arm/clone.S
-+++ b/ports/sysdeps/unix/sysv/linux/arm/clone.S
-@@ -93,8 +93,8 @@
- mov lr, pc
- bx ip
- #else
-- mov lr, pc
-- ldr pc, [sp], #8
-+ ldr lr, [sp], #8
-+ blx lr
- #endif
-
- @ and we are done, passing the return value through r0