This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Attribute questions


Nick Ing-Simmons wrote:
> Presumably Wine is to allow a Win32 Foo.exe to execute. As such the .exe
> file will contain calls to thing it expects to be in a Windoze .dll with
> the weird conventions. So Wine needs to have stubs at least which can be
> called weird-style and then call the UNIX equivalent.

We don't need any code generation, just names of the functions and
variables will do just fine. The code is subsequently generated by a
program that generates glue-code and link the stuff to one final
elf-.so.

Greetings Bertho


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