February 07, 2015 [dmd-internals] [D-Programming-Language/dmd] 15502e: OMF/COFF: write strings and float constants to CON... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 15502e16412f8fba6a90d9f61d4c32129380889a https://github.com/D-Programming-Language/dmd/commit/15502e16412f8fba6a90d9f61d4c32129380889a Author: Rainer Schuetze <r.sagitario@gmx.de> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/backend/cgobj.c M src/backend/mscoffobj.c M src/backend/obj.h M src/backend/out.c M src/msc.c Log Message: ----------- OMF/COFF: write strings and float constants to CONST/.rdata section Commit: e163798742e951e78100f305550bd7ec029d0266 https://github.com/D-Programming-Language/dmd/commit/e163798742e951e78100f305550bd7ec029d0266 Author: Rainer Schuetze <r.sagitario@gmx.de> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/backend/mscoffobj.c Log Message: ----------- embrace .data and .bss segment by symbols _data/bss_beg/end Commit: e2a419cb88b4f6e08b5923d08c8038ef5e335100 https://github.com/D-Programming-Language/dmd/commit/e2a419cb88b4f6e08b5923d08c8038ef5e335100 Author: Rainer Schuetze <r.sagitario@gmx.de> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: A test/runnable/testconstsection.d Log Message: ----------- add tests for CONST section Commit: de6fccf8391b1dfdb959fa0f089920c2c8e6aff8 https://github.com/D-Programming-Language/dmd/commit/de6fccf8391b1dfdb959fa0f089920c2c8e6aff8 Author: Rainer Schuetze <r.sagitario@gmx.de> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/backend/mscoffobj.c Log Message: ----------- fix compatibility with current runtime Commit: e649c64e0e8215ee322458d8ae67e37c114d7d66 https://github.com/D-Programming-Language/dmd/commit/e649c64e0e8215ee322458d8ae67e37c114d7d66 Author: Walter Bright <walter@walterbright.com> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/backend/cgobj.c M src/backend/mscoffobj.c M src/backend/obj.h M src/backend/out.c M src/msc.c A test/runnable/testconstsection.d Log Message: ----------- Merge pull request #4390 from rainers/const_section issue 4650 - write strings/float constants to const section Compare: https://github.com/D-Programming-Language/dmd/compare/13d0da1e7ec9...e649c64e0e82 |
Copyright © 1999-2021 by the D Language Foundation