blob: 027b8e83570f352c9cc1dd1f6b314389b02bbde4 [file] [log] [blame]
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