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 | dce669a1fd56f2017d9af535d05694a41d1f9398 (patch) | |
tree | 1aa25bd11b3caa944a4033691942977fca4e5b4e /bfd | |
parent | 607fbc543c498bcbd959339a309266ed790b7b3d (diff) | |
download | gdb-dce669a1fd56f2017d9af535d05694a41d1f9398.zip gdb-dce669a1fd56f2017d9af535d05694a41d1f9398.tar.gz gdb-dce669a1fd56f2017d9af535d05694a41d1f9398.tar.bz2 |
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 bf21780..c41fef4 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. */ |