This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] forwarded exports for dlltool



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]