From: Nick Clifton Date: Wed, 27 Apr 2005 16:46:23 +0000 (+0000) Subject: Remove spurious spaces added by previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dce669a1fd56f2017d9af535d05694a41d1f9398;p=binutils-gdb.git Remove spurious spaces added by previous delta --- diff --git a/bfd/elflink.c b/bfd/elflink.c index bf2178090c7..c41fef4bcb8 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -7019,7 +7019,7 @@ elf_link_input_bfd (struct elf_final_link_info *finfo, bfd *input_bfd) && finfo->sections[r_symndx] == NULL)) { h = sym_hashes[r_symndx - extsymoff]; - + /* Badly formatted input files can contain relocs that reference non-existant symbols. Check here so that we do not seg fault. */