win64 pdata xdata problem
Peter Johnson
peter at tortall.net
Mon Feb 19 21:19:37 PST 2007
On Mon, 19 Feb 2007, Chris tophe wrote:
> There seems to be a problem with win64 pdata/xdata handling thingy when
> linking in debug :
>
>> yasm -fx64 -gcv8 -o test.obj test.asm
>> link /ENTRY:WinMain /MACHINE:AMD64 /DEBUG test.obj
> Microsoft (R) Incremental Linker Version 8.00.40310.39
> Copyright (C) Microsoft Corporation. All rights reserved.
>
> test.obj : error LNK2024: Invalid fixup to .pdata
> test.obj : error LNK2024: Invalid fixup to .pdata
> LINK : fatal error LNK1165: link failed because of fixup errors
>
> test.asm is just the first function of sce3.asm example file renamed to
> WinMain. The problem only happens with the -g cv8 switch.
Fixed in r1778.
Thanks,
Peter
More information about the yasm-devel
mailing list