diff --git a/compiler/aasmbase.pas b/compiler/aasmbase.pas index 38c0c27458..0e268ea78f 100644 --- a/compiler/aasmbase.pas +++ b/compiler/aasmbase.pas @@ -62,6 +62,8 @@ interface const asmlabeltypeprefix : array[TAsmLabeltype] of char = ('j','a','d','l','f','t','c'); + asmsymbindname : array[TAsmsymbind] of string = ('none', 'external','common', + 'local','global','weak external','private external','lazy','import'); type TAsmSectiontype=(sec_none,