Thread overview
[Issue 20036] COFF: missing relocations in large object files
Jul 09, 2019
Dlang Bot
Jul 09, 2019
Dlang Bot
Jul 28, 2019
Dennis
July 09, 2019
https://issues.dlang.org/show_bug.cgi?id=20036

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #10153 "Issue 20036 - COFF: missing relocations in large object files" mentioning this issue:

- Issue 20036 - COFF: missing relocations in large object files

  more than 65535 relocations must be encoded in the first relocation

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

--
July 09, 2019
https://issues.dlang.org/show_bug.cgi?id=20036

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10153 "Issue 20036 - COFF: missing relocations in large object files" was merged into master:

- da787c36ef8d43a10491c0304dfdf4e4696d3d43 by Rainer Schuetze:
  Issue 20036 - COFF: missing relocations in large object files

  more than 65535 relocations must be encoded in the first relocation

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

--
July 28, 2019
https://issues.dlang.org/show_bug.cgi?id=20036

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel@live.nl
         Resolution|---                         |FIXED

--- Comment #3 from Dennis <dkorpel@live.nl> ---
The PR is merged now. DLangbot didn't close it because there was no 'fix' in the commit message.

--