Missing variable 'pe_data_import_dll'

Charles Wilson cwilson@ece.gatech.edu
Mon Sep 24 13:28:00 GMT 2001


Oops.  Now that I've gotten around to building *and testing* ld with 
Nick's patch, it looks like there is a small thinko.  Patch to correct 
is attached. (Also includes the previously posted "finish reverting 
Charles's initial patch" patch.)

-pe_data_import_dll ? "unknown" : pe_data_import_dll;
+pe_data_import_dll ? pe_data_import_dll : "unknown";

With this patch, I get correct build *and operation* on cygwin.

--Chuck

ChangeLog

2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>

         * pe-dll.c: remove obsoleted declaration of
	pe_get_data_import_dll_name
	(pe_create_import_fixup): fix thinko


More information about the Binutils mailing list