From 95b57adeb751b56a1192867f9f1e1be2fad608dd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 15 Apr 2015 11:24:30 +0930 Subject: Fix typo in commit 6ff71e76 * elf32-rl78.c (rl78_elf_relocate_section): Typo fix. --- bfd/elf32-rl78.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-rl78.c') 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); -- cgit v1.1