diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-27 16:46:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-27 16:46:23 +0000 |
commit | ad5be67c47b81dcfd0b6389756d3812329be7975 (patch) | |
tree | 4f81cbcdfb938d40697dff15a1bda299548d4328 | |
parent | 9b2193c86b49fce0bd8cd834c02f22179fdff99f (diff) | |
download | binutils-redhat-ad5be67c47b81dcfd0b6389756d3812329be7975.tar.gz |
Remove spurious spaces added by previous delta
-rw-r--r-- | bfd/elflink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c index bf2178090c..c41fef4bcb 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. */ |