This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]