This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [patch] dlltool
- From: Nick Clifton <nickc at redhat dot com>
- To: Filip Navara <navaraf at reactos dot com>
- Cc: binutils at sourceware dot org
- Date: Mon, 01 Aug 2005 18:00:19 +0100
- Subject: Re: [patch] dlltool
- References: <42EE45A1.3050902@reactos.com>
Hi Filip,
I discovered a bug in dlltool that causes the export names in DLLs to be
incorrectly sorted when fastcall and non-fastcall functions are mixed
and --kill-at option is used. It causes the resulting binaries to be
unloadable since Windows loader uses binary search for the exports.
Attached is a test case and proposed fix.
Thanks for these. I have applied your patch to the mainline binutils
sources.
Cheers
Nick