diff --git a/src/coff/coff.h b/src/coff/coff.h index 68038f0c..0cd16897 100644 --- a/src/coff/coff.h +++ b/src/coff/coff.h @@ -297,7 +297,7 @@ enum COFF_WeakExt_NoLibrary = 1, COFF_WeakExt_SearchLibrary = 2, COFF_WeakExt_SearchAlias = 3, - COFF_WeakExt_AntiDependency = 4, // default symbol must not reference a weak symbol + COFF_WeakExt_AntiDependency = 4, // search libraries only if the default symbol is weak, even if the weak symbol points to itself }; // storage class: External