No DLL exports in YASM?
Peter Johnson
peter at tortall.net
Sat Jan 29 11:30:05 PST 2005
On Sun, 23 Jan 2005, Brian Gladman wrote:
> I had thought that YASM now does pretty well all that NASM does on WIn32 but
> I have found that YASM does not cope with the 'export' keyword for DLL
> exports. Here is a fragement of a file:
>
> ----------------------------
> section .text
> global ___gmpn_divexact_1
> %ifdef DLL
> export ___gmpn_divexact_1
> %endif
> align 16
> ___gmpn_divexact_1:
> mov edx,[12+esp]
> ----------------------------
>
> which fails on YASM when DLL is defined - but NASM is ok.
>
Fixed in r1199.
Peter
More information about the bug-yasm
mailing list