[Issue 7354] ld: GOT load reloc does not point to a movq instruction
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 2 05:25:30 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7354
Shahid <govellius at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |govellius at gmail.com
--- Comment #1 from Shahid <govellius at gmail.com> 2012-11-02 05:25:25 PDT ---
__gshared long var;
void main()
{
asm{ mov [var], RAX; }
}
---
This causes the same link error on OSX64
ld: GOT load reloc does not point to a movq instruction in _D7testabi4mainFZv
from testabi.o for architecture x86_64
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list