[Issue 17338] [Reg 2.075] link failure unsupported symbol section 0xff01
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Apr 21 15:02:08 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17338
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/7ccbbb589219cf24076b559f947388825712807e
fix Issue 17338 - [Reg 2.075] link failure unsupported symbol section
- fix usage of "guessed" comdat section index (section_cnt + 1), which
ignored extended section indices with more than 65280 sections
- fixed by setting the weak identifying group section symbol (sh_info)
after creating a .text section for it
https://github.com/dlang/dmd/commit/a4840200b7074caf71edb35baf73e7651905fc66
Merge pull request #6717 from MartinNowak/fix17338
fix Issue 17338 - [Reg 2.075] link failure unsupported symbol section
--
More information about the Digitalmars-d-bugs
mailing list