Explorar o código

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

git-svn-id: trunk@29446 -

pierre %!s(int64=10) %!d(string=hai) anos
pai
achega
831a876ec5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/aasmbase.pas

+ 2 - 0
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,