Patch of dlltool for enhanced dll-stub creation

Mark Junker mark.junker@rsl-sie.de
Mon May 17 16:08:00 GMT 2004


Hi,

I created a patch for dlltool.c that allows all Win32-DLL users to use a 
DEF file with EXPORTS of the form

    external_name = internal_name

and the created archive contains an export with "external_name" but 
it'll call the DLL function "internal_name".

We needed this because we had to use a 3rd party DLL that contains 
__stdcall functions *without* the @n at the end of the names ...

Best regards,

Mark Junker
RSL SIE GmbH



More information about the Binutils mailing list