* xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol

with XCOFF_DEF_DYNAMIC set is really defined.
	(xcoff_link_check_dynamic_ar_symbols): Likewise.
The above is for PR 9997.
	(xcoff_link_add_symbols): Only create special sections if using an
	XCOFF hash table.
This commit is contained in:
Ian Lance Taylor 1996-06-28 22:19:46 +00:00
parent 6f607c1229
commit f93fb27543
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
Fri Jun 28 13:48:45 1996 Ian Lance Taylor <ian@cygnus.com>
* xcofflink.c (xcoff_link_check_ar_symbols): An undefined symbol
with XCOFF_DEF_DYNAMIC set is really defined.
(xcoff_link_check_dynamic_ar_symbols): Likewise.
(xcoff_link_add_symbols): Only create special sections if using an
XCOFF hash table.
* reloc.c (bfd_perform_relocation): Handle xcoff-powermac like
aixcoff-rs6000.
(bfd_install_relocation): Likewise.