summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/binutils/binutils/0016-Fixing-the-branch-related-issues.patch
blob: f3a7267d47d161787e97563123b64451edcf4a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 3a46bc21f52c7b5ccbd408eeecd7145b856f6b1d Mon Sep 17 00:00:00 2001
From: Nagaraju Mekala <nmekala@xilix.com>
Date: Sun, 30 Sep 2018 17:06:58 +0530
Subject: [PATCH 16/34] Fixing the branch related issues

Conflicts:
	bfd/elf64-microblaze.c
---
 bfd/elf64-microblaze.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bfd/elf64-microblaze.c b/bfd/elf64-microblaze.c
index 951bb36506d..6d698383404 100644
--- a/bfd/elf64-microblaze.c
+++ b/bfd/elf64-microblaze.c
@@ -2559,6 +2559,9 @@ microblaze_elf_check_relocs (bfd * abfd,
 	  while (h->root.type == bfd_link_hash_indirect
 		 || h->root.type == bfd_link_hash_warning)
 	    h = (struct elf_link_hash_entry *) h->root.u.i.link;
+	  /* PR15323, ref flags aren't set for references in the same
+	     object.  */
+	  h->root.non_ir_ref_regular = 1;
 	}
 
       switch (r_type)
-- 
2.37.1 (Apple Git-137.1)