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 | d8c68f0777b133ee1a96a39e6fa8be08b088cbf8 (patch) | |
tree | d06606b07875a8062bf0d2827bd955d80c394bb2 /bfd | |
parent | ff70486cfb01d2780d0a584a7a2bf953d073fade (diff) | |
download | gdb-d8c68f0777b133ee1a96a39e6fa8be08b088cbf8.tar.gz |
Remove spurious spaces added by previous delta
Diffstat (limited to 'bfd')
-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 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. */ |