Added asmsymbindname array name for TAsmSymBind type

for use in new messages commits 29444-29445

git-svn-id: trunk@29446 -
This commit is contained in:
pierre 2015-01-12 10:15:17 +00:00
parent b3a4d47b96
commit 831a876ec5

View File

@ -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,