python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / binutils / 2.26.1 / 0800-microblaze-musl.patch
blob5e45058f6cc40bc55e59769d3b78cda35328de00
1 Fix the genetation of GOT entries for the Microblaze target.
3 PR target/19516
4 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol):
5 Always produce a RELATIVE reloc for a local symbol.
7 [Taken from https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=47993b4af18c6ef1cad300f6393bf896d3cb5e5c.]
8 Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
10 diff -Nur binutils-2.26.1.orig/bfd/elf32-microblaze.c binutils-2.26.1/bfd/elf32-microblaze.c
11 --- binutils-2.26.1.orig/bfd/elf32-microblaze.c 2015-11-13 09:27:40.000000000 +0100
12 +++ binutils-2.26.1/bfd/elf32-microblaze.c 2016-10-20 19:06:58.655565765 +0200
13 @@ -3296,8 +3296,8 @@
14 The entry in the global offset table will already have been
15 initialized in the relocate_section function. */
16 if (bfd_link_pic (info)
17 - && (info->symbolic || h->dynindx == -1)
18 - && h->def_regular)
19 + && ((info->symbolic && h->def_regular)
20 + || h->dynindx == -1))
22 asection *sec = h->root.u.def.section;
23 microblaze_elf_output_dynamic_relocation (output_bfd,