0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-27 02:34:55 +00:00
Files
openwrt/toolchain/binutils/patches/2.45/400-mips_no_dynamic_linking_sym.patch
Rui Salvaterra 40203c5094 toolchain: binutils: add version 2.45
Patches automatically rebased.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19547
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-08-11 10:29:46 +02:00

19 lines
603 B
Diff

--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -8194,6 +8194,7 @@ _bfd_mips_elf_create_dynamic_sections (b
name = SGI_COMPAT (abfd) ? "_DYNAMIC_LINK" : "_DYNAMIC_LINKING";
bh = NULL;
+ if (0) {
if (!(_bfd_generic_link_add_one_symbol
(info, abfd, name, BSF_GLOBAL, bfd_abs_section_ptr, 0,
NULL, false, get_elf_backend_data (abfd)->collect, &bh)))
@@ -8206,6 +8207,7 @@ _bfd_mips_elf_create_dynamic_sections (b
if (! bfd_elf_link_record_dynamic_symbol (info, h))
return false;
+ }
if (! mips_elf_hash_table (info)->use_rld_obj_head)
{