aboutsummaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/binutils/binutils/0019-Fixing-the-branch-related-issues.patch
blob: 027b8e83570f352c9cc1dd1f6b314389b02bbde4 (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 33081da0bb8820f3c695d8f865582436b16002bf Mon Sep 17 00:00:00 2001
From: Nagaraju Mekala <nmekala@xilix.com>
Date: Sun, 30 Sep 2018 17:06:58 +0530
Subject: [PATCH 19/52] 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 6676d9f93d..d7b7d9f5e7 100644
--- a/bfd/elf64-microblaze.c
+++ b/bfd/elf64-microblaze.c
@@ -2545,6 +2545,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.17.1