If the target does not support an ELF style has table, return true, indicating
that nothing needed to be done, rather than false, indicating that the section's size could not be computed.
This commit is contained in:
parent
7d0a848ef9
commit
cc36acdfd5
@ -1,3 +1,10 @@
|
||||
2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* elflink.h (size_dynamic_sections): If the target does not
|
||||
support an ELF style has table, return true, indicating that
|
||||
nothing needed to be done, rather than false, indicating that the
|
||||
section's size could not be computed.
|
||||
|
||||
2002-06-18 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
From Catherine Moore, Michael Meissner, Dave Brolley:
|
||||
|
@ -3053,7 +3053,7 @@ NAME(bfd_elf,size_dynamic_sections) (output_bfd, soname, rpath,
|
||||
return true;
|
||||
|
||||
if (! is_elf_hash_table (info))
|
||||
return false;
|
||||
return true;
|
||||
|
||||
/* Any syms created from now on start with -1 in
|
||||
got.refcount/offset and plt.refcount/offset. */
|
||||
|
Loading…
Reference in New Issue
Block a user