mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 15:19:25 +02:00
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:
parent
b3a4d47b96
commit
831a876ec5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user