Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 1 | From 05cac23e0cdb94705c87cf9d94ffe00e7cba53f6 Mon Sep 17 00:00:00 2001 |
| 2 | From: Nagaraju Mekala <nmekala@xilix.com> |
| 3 | Date: Sun, 30 Sep 2018 17:06:58 +0530 |
| 4 | Subject: [PATCH] Fixing the branch related issues |
| 5 | |
| 6 | Signed-off-by: Mahesh Bodapati <mbodapat@xilinx.com> |
| 7 | Signed-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 | |
| 13 | diff --git a/bfd/elf64-microblaze.c b/bfd/elf64-microblaze.c |
| 14 | index 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) |