[dmd-internals] [D-Programming-Language/dmd] b47079: fix Issue 10274
GitHub
noreply at github.com
Wed Jun 12 16:21:47 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b470799d2b250cd93953d92f101d8d5081f100a7
https://github.com/D-Programming-Language/dmd/commit/b470799d2b250cd93953d92f101d8d5081f100a7
Author: Martin Nowak <code at dawg.eu>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M src/backend/cod3.c
M src/backend/elfobj.c
Log Message:
-----------
fix Issue 10274
- Elf64 uses only the explicit addends of a relocation.
It seems like ld.bfd still adds the value at the to be
relocated address, but ld.gold does not.
Commit: bd98b631fcb98700549a2f998f1be2086ce69d41
https://github.com/D-Programming-Language/dmd/commit/bd98b631fcb98700549a2f998f1be2086ce69d41
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)
Changed paths:
M src/backend/cod3.c
M src/backend/elfobj.c
Log Message:
-----------
Merge pull request #2164 from dawgfoto/fix10724
fix Issue 10274 - DMD 2.063 produces broken binaries
Compare: https://github.com/D-Programming-Language/dmd/compare/3faeb9deb00f...bd98b631fcb9
More information about the dmd-internals
mailing list