summaryrefslogtreecommitdiff
path: root/system/binutils/arm-pie.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-09-22 23:51:50 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-03 21:56:52 -0500
commit2c9ea8d0ea3c4510b5a4c9314c84c4444c933726 (patch)
tree856b85bc2e61dd819f3e9a77d2331338cf290561 /system/binutils/arm-pie.patch
parentb7807f42fbd231b0783eb0d26fd60b63153ca6d9 (diff)
downloadpackages-2c9ea8d0ea3c4510b5a4c9314c84c4444c933726.tar.gz
packages-2c9ea8d0ea3c4510b5a4c9314c84c4444c933726.tar.bz2
packages-2c9ea8d0ea3c4510b5a4c9314c84c4444c933726.tar.xz
packages-2c9ea8d0ea3c4510b5a4c9314c84c4444c933726.zip
system/binutils: Update to 2.41
* Vastly updated with significant features and target support. * All tests are enabled now and passing! Note: ARMv7 tests require the commit directly before this to be applied to system/gcc. Fixes: #652, #668, #1070
Diffstat (limited to 'system/binutils/arm-pie.patch')
-rw-r--r--system/binutils/arm-pie.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/system/binutils/arm-pie.patch b/system/binutils/arm-pie.patch
deleted file mode 100644
index f42477a04..000000000
--- a/system/binutils/arm-pie.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=25056
-Author: Rich Felker <dalias@libc.org>
-Upstream-Status: reported
-
---- binutils-2.32/bfd/elf32-arm.c.orig 2019-10-02 07:47:36.153918869 -0400
-+++ binutils-2.32/bfd/elf32-arm.c 2019-10-02 08:37:09.108263016 -0400
-@@ -11624,7 +11624,7 @@
- {
- /* If we don't know the module number, create a relocation
- for it. */
-- if (bfd_link_pic (info))
-+ if (bfd_link_dll (info))
- {
- Elf_Internal_Rela outrel;
-
-@@ -11728,7 +11728,7 @@
- now, and emit any relocations. If both an IE GOT and a
- GD GOT are necessary, we emit the GD first. */
-
-- if ((bfd_link_pic (info) || indx != 0)
-+ if ((bfd_link_dll (info) || indx != 0)
- && (h == NULL
- || (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
- && !resolved_to_zero)