[Issue 7354] ld: GOT load reloc does not point to a movq instruction

2015-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7354

Martin Nowak  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||c...@dawg.eu
 Resolution|--- |DUPLICATE

--- Comment #3 from Martin Nowak  ---
PIC relocations don't work for variable access in asm code, OSX always uses PIC
code.

*** This issue has been marked as a duplicate of issue 9760 ***

--


[Issue 7354] ld: GOT load reloc does not point to a movq instruction

2015-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7354

Timothee Cour  changed:

   What|Removed |Added

 CC||timothee.co...@gmail.com

--- Comment #2 from Timothee Cour  ---
perhaps related: b/14814

--


[Issue 7354] ld: GOT load reloc does not point to a movq instruction

2014-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7354

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--


[Issue 7354] ld: GOT load reloc does not point to a movq instruction

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7354


Shahid  changed:

   What|Removed |Added

 CC||govell...@gmail.com


--- Comment #1 from Shahid  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: ---