Commit: RL78: Generate complex relocs for DWARF sections
Alan Modra
amodra@gmail.com
Wed Apr 15 02:03:00 GMT 2015
On Tue, Apr 14, 2015 at 03:19:25PM -0400, Sergio Durigan Junior wrote:
> This is causing build failures for all targets tested by our BuildBot:
>
> <http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-m64/builds/718/steps/compile%20gdb/logs/stdio>
Fixed.
* elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
diff --git a/bfd/elf32-rl78.c b/bfd/elf32-rl78.c
index 2822547..ff3af7b 100644
--- a/bfd/elf32-rl78.c
+++ b/bfd/elf32-rl78.c
@@ -753,7 +753,7 @@ rl78_elf_relocate_section
name = h->root.root.string;
}
- if (sec != NULL && discarded_section (sec)
+ if (sec != NULL && discarded_section (sec))
RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
rel, 1, relend, howto, 0, contents);
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list