changelog

This commit is contained in:
Nikita Smith
2026-05-18 18:11:48 -07:00
parent 0c656563b8
commit 2683206ba2
+2
View File
@@ -7,6 +7,8 @@
instead of the library where the first import reference was found. For example, if the first pass finds the import instead of the library where the first import reference was found. For example, if the first pass finds the import
thunk in foo.lib and the second pass resolves symbol to the import address in bar.lib, the linker now always linkes thunk in foo.lib and the second pass resolves symbol to the import address in bar.lib, the linker now always linkes
the import thunk and import address members from the library where the first reference was found. the import thunk and import address members from the library where the first reference was found.
- /OPT:REF: Fixed an issue with garbage collection of associated sections and weak symbols that led linker to remove
live sections.
# v0.9.25-alpha # v0.9.25-alpha