summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch')
-rw-r--r--meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch b/meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch
deleted file mode 100644
index df6c3d90..00000000
--- a/meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1From 3a46bc21f52c7b5ccbd408eeecd7145b856f6b1d Mon Sep 17 00:00:00 2001
2From: Nagaraju Mekala <nmekala@xilix.com>
3Date: Sun, 30 Sep 2018 17:06:58 +0530
4Subject: [PATCH 16/34] Fixing the branch related issues
5
6Conflicts:
7 bfd/elf64-microblaze.c
8Upstream-Status: Pending
9
10Signed-off-by: Mark Hatle <mark.hatle@amd.com>
11
12---
13 bfd/elf64-microblaze.c | 3 +++
14 1 file changed, 3 insertions(+)
15
16diff --git a/bfd/elf64-microblaze.c b/bfd/elf64-microblaze.c
17index 951bb36506d..6d698383404 100644
18--- a/bfd/elf64-microblaze.c
19+++ b/bfd/elf64-microblaze.c
20@@ -2559,6 +2559,9 @@ microblaze_elf_check_relocs (bfd * abfd,
21 while (h->root.type == bfd_link_hash_indirect
22 || h->root.type == bfd_link_hash_warning)
23 h = (struct elf_link_hash_entry *) h->root.u.i.link;
24+ /* PR15323, ref flags aren't set for references in the same
25+ object. */
26+ h->root.non_ir_ref_regular = 1;
27 }
28
29 switch (r_type)
30--
312.37.1 (Apple Git-137.1)
32