Should ld cache bfd_check_format return?

H. J. Lu hjl@lucon.org
Wed Apr 19 16:19:00 GMT 2006


load_symbols does

	ldfile_open_file (entry);

	if (! bfd_check_format (entry->the_bfd, bfd_archive)
	    && ! bfd_check_format_matches (entry->the_bfd, bfd_object, &matching))

ldfile_open_file also calls bfd_check_format. Should ld cache
bfd_check_format return?


H.J.



More information about the Binutils mailing list