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

nickc@sources.redhat.com nickc@sources.redhat.com
Wed Apr 2 17:39:00 GMT 2003


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2003-04-02 17:39:24

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

Log message:
	pe-dll.c (pe_detail_list): arm-pe targets use underscores.
	(process_def_file): Don't create an export section if there are no exports and
	we're building an exe.
	(pe_dll_build_sections): Ditto
	(pe_dll_fill_sections): Conditionalize setting abfd->dll true on info->shared
	
	emultempl/pe.em (gld_${EMULATION_NAME}_after_open): If i386pe or armpe, call
	pe_dll_build_section() for both exe's and dll's, not just dll's.  Don't call
	pe_dll_build_section() if link_info.relocateable.
	(gld_${EMULATION_NAME}_finish): For all targets except shpe and mipspe, call
	pe_dll_fill_sections() for both exe's and dll's, not just dll's.  Don't call
	pe_dll_fill_sections() if link_info.relocateable.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.892&r2=1.893
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/pe-dll.c.diff?cvsroot=src&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emultempl/pe.em.diff?cvsroot=src&r1=1.76&r2=1.77



More information about the Binutils-cvs mailing list