https://sourceware.org/bugzilla/show_bug.cgi?id=32264

--- Comment #5 from LIU Hao <lh_mouse at 126 dot com> ---
Created attachment 15756
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15756&action=edit
Second patch for merging .CRT, .ctors and .dtors into .data

`.CRT$XD*` sections also exist in mingw-w64 CRT and require special treatement.
`.CRT` sections are merged into `.rdata` and there is no more `.CRT` section in
linked executables.

`.ctors` and `.dtors` sections were merged to `.text`. As they don't contain
executable data, they are now merged into `.rdata` instead.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to