src/ld ChangeLog pe-dll.c emultempl/pe.em

nickc@sourceware.org nickc@sourceware.org
Tue Oct 3 10:06:00 GMT 2006


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2006-10-03 10:06:26

Modified files:
	ld             : ChangeLog pe-dll.c 
	ld/emultempl   : pe.em 

Log message:
	* pe-dll.c : Fix typo.
	(autofilter_symbolprefixlist) : Remove __imp_.
	(is_import) : New.
	(auto-export) : Remove  re-import check. Moved to callers.
	(process_def_file) : Check is symbol is an import. Always underscore __imp_.
	Only skip underscore on underscored targets.
	(make_one) : Always underscore __imp_.
	(pe_create_runtime_relocator_reference) : Only underscore _pei386_runtime_relocator on underscored targets.
	(pe_process_import_defs) : Always underscore __imp_.
	* pe.em (U) : New macro.
	(set_pe_subsystem) : Remove underscore from _WinMainCRTStartup on wince subsystem case.
	(pe_find_data_imports) : Use U on "_head_".
	(gld_${EMULATION_NAME}_unrecognized_file) : Use U.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1592&r2=1.1593
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/pe-dll.c.diff?cvsroot=src&r1=1.89&r2=1.90
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emultempl/pe.em.diff?cvsroot=src&r1=1.120&r2=1.121



More information about the Binutils-cvs mailing list