This is the mail archive of the binutils@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]

Re: [PATCH] Revise Windows PECOFF weak symbols


Hi Aaron,

> 2004-10-23  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
>
>	* 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.

> 2004-10-23  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
>
>	* 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.

Approved and applied.

Note - I had to fiddle with with code you changed in th config/defaults.exp so that the copying of GAS and LD would work when the host OS does not use the .exe extension (eg Linux) whereas the target OS does (eg Cygwin). Maybe a better way to handle this would be to fix the exe_ext proc in lib/utils-lib.def ?

Cheers
  Nick


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