guard against merges with resource and base reloc sections

This commit is contained in:
Nikita Smith
2025-05-08 16:30:54 -07:00
committed by Ryan Fleury
parent 86fe2ddd38
commit 2c5fb7e7ef
4 changed files with 64 additions and 2 deletions
+2
View File
@@ -34,6 +34,7 @@ typedef enum
LNK_Error_InvalidPath,
LNK_Error_MultiplyDefinedSymbol,
LNK_Error_SectRefsDiscardedMemory,
LNK_Error_IllegalSectionMerge,
LNK_Error_StopLast,
LNK_Error_First,
@@ -54,6 +55,7 @@ typedef enum
LNK_Error_Last,
LNK_Warning_First,
LNK_Warning_InvalidMergeDirectiveFormat,
LNK_Warning_AmbiguousMerge,
LNK_Warning_AtypicalStartIndex,
LNK_Warning_Cmdl,