Import patch from mainline:
2018-02-26 Jim Wilson <jimw@sifive.com>
Stephan Schreiber <info@fs-driver.org>
PR 15904
* elfnn-ia64.c (elfNN_ia64_relax_section): After ia64_elf_relax_brl
call, set changed_contents and changed_relocs. Likewise after
successful ia64_elf_relax_br call.
+2018-02-28 Jim Wilson <jimw@sifive.com>
+
+ Import patch from mainline:
+ 2018-02-26 Jim Wilson <jimw@sifive.com>
+ Stephan Schreiber <info@fs-driver.org>
+
+ PR 15904
+ * elfnn-ia64.c (elfNN_ia64_relax_section): After ia64_elf_relax_brl
+ call, set changed_contents and changed_relocs. Likewise after
+ successful ia64_elf_relax_br call.
+
2018-02-28 Nick Clifton <nickc@redhat.com>
Import patch from the mainline:
1, change it to slot 2. */
if ((irel->r_offset & 3) == 1)
irel->r_offset += 1;
+
+ changed_contents = TRUE;
+ changed_relocs = TRUE;
}
continue;
/* Make the relocation offset point to slot 1. */
irel->r_offset = (irel->r_offset & ~((bfd_vma) 0x3)) + 1;
+
+ changed_contents = TRUE;
+ changed_relocs = TRUE;
continue;
}