2002-03-14 H.J. Lu <hjl@gnu.org>

* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
	error to bfd_error_nonrepresentable_section for reinit_array
	section in DSO.
This commit is contained in:
H.J. Lu 2002-03-14 19:06:16 +00:00
parent a181be0ade
commit 36b4f6e725
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-03-14 H.J. Lu <hjl@gnu.org>
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
error to bfd_error_nonrepresentable_section for reinit_array
section in DSO.
2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
* coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,

View File

@ -3220,6 +3220,7 @@ NAME(bfd_elf,size_dynamic_sections) (output_bfd, soname, rpath,
break;
}
bfd_set_error (bfd_error_nonrepresentable_section);
return false;
}