From cf013ce0c015ee8c98e4eff97053af28945bba7f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 11 Feb 2016 23:53:39 +0000 Subject: [PATCH] add patch to fix ld bug breaking musl on microblaze --- patches/binutils-2.25.1/0006-mbbadsymindx.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/binutils-2.25.1/0006-mbbadsymindx.diff diff --git a/patches/binutils-2.25.1/0006-mbbadsymindx.diff b/patches/binutils-2.25.1/0006-mbbadsymindx.diff new file mode 100644 index 0000000..1195b9e --- /dev/null +++ b/patches/binutils-2.25.1/0006-mbbadsymindx.diff @@ -0,0 +1,12 @@ +--- binutils-2.25.1/bfd/elf32-microblaze.c.orig 2016-02-11 23:12:00.301992882 +0000 ++++ binutils-2.25.1/bfd/elf32-microblaze.c 2016-02-11 23:28:12.043074209 +0000 +@@ -3293,8 +3293,7 @@ + The entry in the global offset table will already have been + initialized in the relocate_section function. */ + if (info->shared +- && (info->symbolic || h->dynindx == -1) +- && h->def_regular) ++ && ((info->symbolic && h->def_regular) || h->dynindx == -1)) + { + asection *sec = h->root.u.def.section; + microblaze_elf_output_dynamic_relocation (output_bfd,