blob: 528c92790a635d11662ab26cc0703ca11e7b2414 [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001From 8375ef893eb327ae4a5dc9207041ffc0e9bc6e2b Mon Sep 17 00:00:00 2001
Brad Bishop26bdd442019-08-16 17:08:17 -04002From: Nagaraju Mekala <nmekala@xilix.com>
3Date: Sun, 30 Sep 2018 17:06:58 +0530
Andrew Geissler84ad7c52020-06-27 00:00:16 -05004Subject: [PATCH 20/43] Fixing the branch related issues
Brad Bishop26bdd442019-08-16 17:08:17 -04005
6---
7 bfd/elf64-microblaze.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/bfd/elf64-microblaze.c b/bfd/elf64-microblaze.c
Andrew Geissler84ad7c52020-06-27 00:00:16 -050011index 54a2461037..e9b3cf3a86 100644
Brad Bishop26bdd442019-08-16 17:08:17 -040012--- a/bfd/elf64-microblaze.c
13+++ b/bfd/elf64-microblaze.c
14@@ -2532,7 +2532,7 @@ microblaze_elf_check_relocs (bfd * abfd,
15
16 /* PR15323, ref flags aren't set for references in the same
17 object. */
18- h->root.non_ir_ref = 1;
19+ h->root.non_ir_ref_regular = 1;
20 }
21
22 switch (r_type)
Andrew Geissler84ad7c52020-06-27 00:00:16 -050023--
242.17.1
25