* dlltool.c: Include <assert.h>.
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>
Sun, 24 Oct 2004 17:49:55 +0000 (17:49 +0000)
committerAaron W. LaFramboise <aaronavay62@aaronwl.com>
Sun, 24 Oct 2004 17:49:55 +0000 (17:49 +0000)
commitf9461bdb4e6e1a16f364911d70cf5247872b5977
treeadd3b612ce7b7280e437b0411638a1d5276c5f5d
parent830866afa5fd613f65393af6c2839ce19f5cb9b9
* 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.
binutils/testsuite/binutils-all/alias.def [new file with mode: 0644]
This page took 0.02531 seconds and 4 git commands to generate.