blob: 43a06d894e75bdb0c8b6e32d65e9c983d92a8043 [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001From 05cac23e0cdb94705c87cf9d94ffe00e7cba53f6 Mon Sep 17 00:00:00 2001
2From: Nagaraju Mekala <nmekala@xilix.com>
3Date: Sun, 30 Sep 2018 17:06:58 +0530
4Subject: [PATCH] Fixing the branch related issues
5
6Signed-off-by: Mahesh Bodapati <mbodapat@xilinx.com>
7Signed-off-by: Nagaraju Mekala <nagaraju.mekala@xilinx.com>
8
9---
10 bfd/elf64-microblaze.c | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/bfd/elf64-microblaze.c b/bfd/elf64-microblaze.c
14index 54a2461..e9b3cf3 100644
15--- a/bfd/elf64-microblaze.c
16+++ b/bfd/elf64-microblaze.c
17@@ -2532,7 +2532,7 @@ microblaze_elf_check_relocs (bfd * abfd,
18
19 /* PR15323, ref flags aren't set for references in the same
20 object. */
21- h->root.non_ir_ref = 1;
22+ h->root.non_ir_ref_regular = 1;
23 }
24
25 switch (r_type)