[dmd-internals] [D-Programming-Language/dmd] ecbff2: Fix Issue 11788 - [x86] Valgrind unhandled instruc...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Jun 5 18:57:20 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ecbff2da4668e78304138131ef15f00bac00ab00
https://github.com/D-Programming-Language/dmd/commit/ecbff2da4668e78304138131ef15f00bac00ab00
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M src/backend/elfobj.c
Log Message:
-----------
Fix Issue 11788 - [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0
Use combination of PUSH, MOV and SUB instead of unsupported ENTER instruction
Commit: 2115e0c3f2ef3a20af1cd244e1195418514a1020
https://github.com/D-Programming-Language/dmd/commit/2115e0c3f2ef3a20af1cd244e1195418514a1020
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M src/backend/elfobj.c
Log Message:
-----------
Merge pull request #3609 from yebblies/issue11788
Issue 11788 - [x86] Valgrind unhandled instruction bytes: 0xC8 0x8 0x0 0x0
Compare: https://github.com/D-Programming-Language/dmd/compare/7be3892800a6...2115e0c3f2ef
More information about the dmd-internals
mailing list