This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Commit: RL78: Generate complex relocs for DWARF sections


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]