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

--- Comment #2 from LIU Hao <lh_mouse at 126 dot com> ---
And there's more; actually all these sections are merged into `.rdata`:
(https://github.com/llvm/llvm-project/blob/ebeb56af5f8f1ff9da8f5a7e98348f460d223de1/lld/COFF/Driver.cpp#L2044-L2048)

```
  if (config->mingw) {
    parseMerge(".ctors=.rdata");
    parseMerge(".dtors=.rdata");
    parseMerge(".CRT=.rdata");
  }
```

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

Reply via email to