Thread overview
[Issue 21047] Linker error: GOT load reloc does not point to a movq instruction
Jul 16, 2020
Walter Bright
Aug 29, 2020
Walter Bright
Dec 17, 2022
Iain Buclaw
Apr 05, 2023
RazvanN
Feb 22
Dlang Bot
Feb 23
Dlang Bot
Mar 01
Dlang Bot
July 16, 2020
https://issues.dlang.org/show_bug.cgi?id=21047

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14814

--
August 29, 2020
https://issues.dlang.org/show_bug.cgi?id=21047

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21047

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
April 05, 2023
https://issues.dlang.org/show_bug.cgi?id=21047

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
The PR that caused this has been merged so this seems to have been fixed.

--
February 22
https://issues.dlang.org/show_bug.cgi?id=21047

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ibuclaw@gdcproject.org
         Resolution|WORKSFORME                  |---

--
February 22
https://issues.dlang.org/show_bug.cgi?id=21047

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #16227 "Fix Bugzilla 24401 - OSX: Linker error: GOT load reloc does not point to a movq instruction" fixing this issue:

- Fix Bugzilla 21047 - Linker error: GOT load reloc does not point to a movq instruction

https://github.com/dlang/dmd/pull/16227

--
February 23
https://issues.dlang.org/show_bug.cgi?id=21047

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16227 "Fix Bugzilla 24401 - OSX: Linker error: GOT load reloc does not point to a movq instruction" was merged into stable:

- 837c0bb7a5f3ab9654c3f6e9e642843f43cbe9a6 by Iain Buclaw:
  Fix Bugzilla 21047 - Linker error: GOT load reloc does not point to a movq
instruction

https://github.com/dlang/dmd/pull/16227

--
March 01
https://issues.dlang.org/show_bug.cgi?id=21047

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16276 "merge stable" was merged into master:

- 6139abb2020da13f5d905c6dd204b41e39cc861c by Iain Buclaw:
  Fix Bugzilla 21047 - Linker error: GOT load reloc does not point to a movq
instruction

https://github.com/dlang/dmd/pull/16276

--