[patch] forwarded exports for dlltool

Eric Kohl ekohl@rz-online.de
Wed Feb 28 18:48:00 GMT 2001


Christopher Faylor <cgf@redhat.com> wrote:

Hi!

> I tried applying this to the CVS version of binutils.  There was one
> patch reject, which was pretty easy to fix.  The resulting executable
> parsed the def file without error but the stub library does not seem to
> include the string NTDLL in it anywhere and an attempt to run a program
> linked with the library gives the standard Windows error about a missing
> procedure entry point.
My patch does *not* affect an import library (stub library). It modifies the
export table of a dll. So you have to create an export file to see the
changes. For example, run:
    dlltool -d mydll.def -e mydll.o -n

> So, I think you're going to have to apply your patch to the CVS version
> of binutils and test it before we can accept it.
I applied the patch to the CVS version and it works as expected.

Regards,
Eric Kohl



More information about the Binutils mailing list