mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-14 21:41:25 -07:00
guard against merges with resource and base reloc sections
This commit is contained in:
committed by
Ryan Fleury
parent
86fe2ddd38
commit
2c5fb7e7ef
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user