This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: GCC: DEF file support
- From: NightStrike <nightstrike at gmail dot com>
- To: A Alex <fervexer at yandex dot ru>, binutils <binutils at sourceware dot org>
- Cc: gcc-help at gcc dot gnu dot org, Kai Tietz <ktietz70 at googlemail dot com>
- Date: Thu, 29 Jan 2009 00:05:11 -0500
- Subject: Re: GCC: DEF file support
- References: <239991229620687@webmail5.yandex.ru>
On Thu, Dec 18, 2008 at 12:18 PM, A Alex <fervexer@yandex.ru> wrote:
>
> Hello Folks,
>
> Does GCC support DEF files?
> I need to prepend each function exported from the DLL with an underscore.
>
> As I realize, there is only one way to achieve that - use DEF file with the map from the mangled '_foo' name to the simple 'foo' name.
>
> Thank you,
> Alex.
dlltool may be what you are looking for.