This is the mail archive of the binutils-cvs@sources.redhat.com 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]

ld ./ChangeLog ./pe-dll.c ./pe-dll.h ./ld.texi ...


CVSROOT:	/cvs/uberbaum
Module name:	ld
Changes by:	cgf@sources.redhat.com	2002-05-22 11:03:11

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

Log message:
	* pe-dll.c (autofilter_liblist): Add more system libs excluded by default.
	(autofilter_objlist): Add crtbegin.o, crtend.o.
	* emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
	(longopts): Add new option --exclude-libs.
	(gld_${EMULATION_NAME}_list_options): Give quick help about it.
	(gld_${EMULATION_NAME}_parse_args): Use it.
	* pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
	* pe-dll.c (exclude_list_struct): Add field type to distinguish symbols from
	whole archives.
	(pe_dll_add_excludes): Set excludes->type.
	(auto_export): Add new variable libname and set to archive basename if abfd.
	Use it when filtering default and user-specified libarary excludes.  Let string
	"ALL" mean all libs when filtering user-specified libs.
	* ld.texinfo: Document --exclude-libs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ld/ChangeLog.diff?cvsroot=uberbaum&r1=1.666&r2=1.667
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ld/pe-dll.c.diff?cvsroot=uberbaum&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ld/pe-dll.h.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ld/ld.texinfo.diff?cvsroot=uberbaum&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/ld/emultempl/pe.em.diff?cvsroot=uberbaum&r1=1.61&r2=1.62


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