Open Quuxplusone opened 6 years ago
The current implementation stops when it finds a single merge flag, however it should continue until the final section name is resolved.
This is needed because MSVC passes something like /merge:.CRT=.rdata so /merge:.rdata=othersection won't merge the things from .CRT section
We also still need to do the internal /merge:.xdata=.rdata at some point...
The current implementation stops when it finds a single merge flag, however it should continue until the final section name is resolved.
This is needed because MSVC passes something like /merge:.CRT=.rdata so /merge:.rdata=othersection won't merge the things from .CRT section