Parcourir la source

Added asmsymbindname array name for TAsmSymBind type
for use in new messages commits 29444-29445

git-svn-id: trunk@29446 -

pierre il y a 10 ans
Parent
commit
831a876ec5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      compiler/aasmbase.pas

+ 2 - 0
compiler/aasmbase.pas

@@ -62,6 +62,8 @@ interface
 
 
     const
     const
        asmlabeltypeprefix : array[TAsmLabeltype] of char = ('j','a','d','l','f','t','c');
        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
     type
        TAsmSectiontype=(sec_none,
        TAsmSectiontype=(sec_none,