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]

src/binutils ChangeLog dlltool.c testsuite/Cha ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2004-10-23 17:26:36

Modified files:
	binutils       : ChangeLog dlltool.c 
	binutils/testsuite: ChangeLog 
	binutils/testsuite/binutils-all: dlltool.exp 
	binutils/testsuite/config: default.exp 
	binutils/testsuite/lib: utils-lib.exp 

Log message:
	* dlltool.c: Include <assert.h>.
	(PREFIX_ALIAS_BASE): Define.
	(struct export): Add member import_name;
	(def_exports): Set import_name.
	(make_one_lib_file): Remove prefix alias code, use import_name in .idata$6.
	(gen_lib_file): Create and delete aliases.
	
	* binutils-all/alias.def: New file.
	* binutils-all/dlltool.exp: Two new -p tests.
	* config/default.exp (dlltool_gas_flag): New variable.
	Copy gas and lds executables into tmpdir/gas directory rather than making
	symlinks which might not be supported by the host OS.
	Attempt to handle the case where the host OS does not use the .exe extension
	but the target OS does.
	* lib/utils-lib.exp (exe_ext): New procedure.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.817&r2=1.818
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/dlltool.c.diff?cvsroot=src&r1=1.54&r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/ChangeLog.diff?cvsroot=src&r1=1.94&r2=1.95
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/dlltool.exp.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/config/default.exp.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/testsuite/lib/utils-lib.exp.diff?cvsroot=src&r1=1.6&r2=1.7


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