Index: lld/docs/ReleaseNotes.rst =================================================================== --- lld/docs/ReleaseNotes.rst +++ lld/docs/ReleaseNotes.rst @@ -46,7 +46,33 @@ MinGW Improvements ------------------ -* ... +* Allow using custom .edata sections from input object files (for use + by Wine) + (`dadc6f248868 `) + +* Don't implicitly create import libraries unless requested + (`6540e55067e3 `) + +* Support merging multiple resource object files + (`3d3a9b3b413d `) + and properly handle the default manifest object files that GCC can pass + (`d581dd501381 `) + +* Demangle itanium symbol names in warnings/error messages + (`a66fc1c99f3e `) + +* Print source locations for undefined references and duplicate symbols, + if possible + (`1d06d48bb346 `) + and + (`b38f577c015c `) + +* Look for more filename patterns when resolving ``-l`` options + (`0226c35262df `) + +* Don't error out on duplicate absolute symbols with the same value + (which can happen for the default-null symbol for weak symbols) + (`1737cc750c46 `) MachO Improvements ------------------