mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* problem with sizes of classes fixed (if the anchestor was declared
forward, the compiler doesn't update the child classes size)
This commit is contained in:
parent
f64289f51f
commit
75f7938e27
@ -203,6 +203,7 @@ parser_e_property_need_paras,
|
||||
parser_e_constructor_cannot_be_not_virtual,
|
||||
parser_e_no_default_property_available,
|
||||
parser_e_cant_have_published,
|
||||
parser_forward_declaration_must_be_resolved,
|
||||
{
|
||||
Symbol table
|
||||
}
|
||||
|
1093
compiler/msgtxt.inc
1093
compiler/msgtxt.inc
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
const optiontxt : array[1..04879] of char=(
|
||||
const optiontxt : array[1..04871] of char=(
|
||||
' ','[','o','p','t','i','o','n','s',']',' ','<','i','n','p',
|
||||
'u','t','f','i','l','e','>',' ','[','o','p','t','i','o','n',
|
||||
's',']',#000,'O','n','l','y',' ','o','n','e',' ','s','o','u',
|
||||
@ -42,286 +42,285 @@ const optiontxt : array[1..04879] of char=(
|
||||
'9','8',' ','b','y',' ','F','l','o','r','i','a','n',' ','K',
|
||||
'l','a','e','m','p','f','l',#000,'F','r','e','e',' ','P','a',
|
||||
's','c','a','l',' ','C','o','m','p','i','l','e','r',' ','v',
|
||||
'e','r','s','i','o','n',' ','$','V','E','R',#000,'<','l','f',
|
||||
'>',#000,'T','h','i','s',' ','p','r','o','g','r','a','m',' ',
|
||||
'c','o','m','e','s',' ','u','n','d','e','r',' ','t','h','e',
|
||||
' ','G','N','U',' ','G','e','n','e','r','a','l',' ','P','u',
|
||||
'b','l','i','c',' ','L','i','c','e','n','c','e',#000,'F','o',
|
||||
'r',' ','m','o','r','e',' ','i','n','f','o','r','m','a','t',
|
||||
'i','o','n',' ','r','e','a','d',' ','C','O','P','Y','I','N',
|
||||
'G',#000,'<','l','f','>',#000,'R','e','p','o','r','t',' ','b',
|
||||
'u','g','s',',','s','u','g','g','e','s','t','i','o','n','s',
|
||||
' ','e','t','c',' ','t','o',':',#000,' ',' ',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','b','a','2','3','9',
|
||||
'5','@','f','e','n','.','b','a','y','n','e','t','.','d','e',
|
||||
#000,'*','*','0','*','_','+',' ','s','w','i','t','c','h',' ',
|
||||
'o','p','t','i','o','n',' ','o','n',',',' ','-',' ','o','f',
|
||||
'f',#000,'*','*','1','a','_','t','h','e',' ','c','o','m','p',
|
||||
'i','l','e','r',' ','d','o','e','s','n',#039,#039,'t',' ','d',
|
||||
'e','l','e','t','e',' ','t','h','e',' ','g','e','n','e','r',
|
||||
'a','t','e','d',' ','a','s','s','e','m','b','l','e','r',' ',
|
||||
'f','i','l','e',#000,'*','t','1','b','_','u','s','e',' ','E',
|
||||
'M','S',#000,'*','*','1','B','+','_','b','u','i','l','d',#000,
|
||||
'*','*','1','C','_','c','o','d','e',' ','g','e','n','e','r',
|
||||
'a','t','i','o','n',' ','o','p','t','i','o','n','s',#000,'*',
|
||||
'*','2','C','a','_','n','o','t',' ','i','m','p','l','e','m',
|
||||
'e','n','t','e','d',#000,'*','*','2','C','e','_','n','o','t',
|
||||
' ','i','m','p','l','e','m','e','n','t','e','d',#000,'3','*',
|
||||
'2','C','D','_','D','y','n','a','m','i','c',' ','l','i','n',
|
||||
'k','i','n','g',#000,'*','*','2','C','h','<','n','>','_','<',
|
||||
'n','>',' ','b','y','t','e','s',' ','h','e','a','p',' ','(',
|
||||
'b','e','t','w','e','e','n',' ','1','0','2','3',' ','a','n',
|
||||
'd',' ','6','7','1','0','7','8','4','0',')',#000,'*','*','2',
|
||||
'C','i','_','I','O','-','c','h','e','c','k','i','n','g',#000,
|
||||
'*','*','2','C','n','_','o','m','i','t',' ','l','i','n','k',
|
||||
'i','n','g',' ','s','t','a','g','e',#000,'*','*','2','C','o',
|
||||
'_','c','h','e','c','k',' ','o','v','e','r','f','l','o','w',
|
||||
' ','o','f',' ','i','n','t','e','g','e','r',' ','o','p','e',
|
||||
'r','a','t','i','o','n','s',#000,'*','*','2','C','r','_','r',
|
||||
'a','n','g','e',' ','c','h','e','c','k','i','n','g',#000,'*',
|
||||
'O','2','C','s','<','n','>','_','s','e','t',' ','s','t','a',
|
||||
'c','k',' ','s','i','z','e',' ','t','o',' ','<','n','>',#000,
|
||||
'*','*','2','C','t','_','s','t','a','c','k',' ','c','h','e',
|
||||
'c','k','i','n','g',#000,'3','*','2','C','S','_','s','t','a',
|
||||
't','i','c',' ','l','i','n','k','i','n','g',#000,'*','*','1',
|
||||
'd','<','x','>','_','d','e','f','i','n','e','s',' ','t','h',
|
||||
'e',' ','s','y','m','b','o','l',' ','<','x','>',#000,'*','O',
|
||||
'1','D','_','c','o','n','t','r','o','l','s',' ','t','h','e',
|
||||
' ','g','e','n','e','r','a','t','i','o','n',' ','o','f',' ',
|
||||
'D','E','F',' ','f','i','l','e',' ','(','o','n','l','y',' ',
|
||||
'O','S','/','2',')',#000,'*','O','2','D','d','<','x','>','_',
|
||||
's','e','t',' ','d','e','s','c','r','i','p','t','i','o','n',
|
||||
' ','t','o',' ','<','x','>',#000,'*','O','2','D','o','_','g',
|
||||
'e','n','e','r','a','t','e',' ','D','E','F',' ','f','i','l',
|
||||
'e',#000,'*','O','2','D','w','_','P','M',' ','a','p','p','l',
|
||||
'i','c','a','t','i','o','n',#000,'*','L','1','e','<','x','>',
|
||||
'_','s','e','t',' ','p','a','t','h',' ','t','o',' ','e','x',
|
||||
'e','c','u','t','a','b','l','e','s',#000,'*','*','1','E','_',
|
||||
's','a','m','e',' ','a','s',' ','-','C','n',#000,'*','*','1',
|
||||
'g','_','g','e','n','e','r','a','t','e',' ','d','e','b','u',
|
||||
'g','g','e','r',' ','i','n','f','o','r','m','a','t','i','o',
|
||||
'n',#000,'*','*','1','F','_','s','e','t',' ','f','i','l','e',
|
||||
' ','n','a','m','e','s',' ','a','n','d',' ','p','a','t','h',
|
||||
's',#000,'*','*','2','F','e','<','x','>','_','r','e','d','i',
|
||||
'r','e','c','t',' ','e','r','r','o','r',' ','o','u','t','p',
|
||||
'u','t',' ','t','o',' ','<','x','>',#000,'*','L','2','F','g',
|
||||
'<','x','>','_','<','x','>',' ','s','e','a','r','c','h',' ',
|
||||
'p','a','t','h',' ','f','o','r',' ','t','h','e',' ','G','N',
|
||||
'U',' ','C',' ','l','i','b',#000,'*','L','2','F','r','<','x',
|
||||
'>','_','<','x','>',' ','s','e','a','r','c','h',' ','p','a',
|
||||
't','h',' ','f','o','r',' ','t','h','e',' ','e','r','r','o',
|
||||
'r',' ','m','e','s','s','a','g','e',' ','f','i','l','e',#000,
|
||||
'*','*','2','F','i','<','x','>','_','a','d','d','s',' ','<',
|
||||
'x','>',' ','t','o',' ','i','n','c','l','u','d','e',' ','p',
|
||||
'a','t','h',#000,'*','*','2','F','l','<','x','>','_','a','d',
|
||||
'd','s',' ','<','x','>',' ','t','o',' ','l','i','b','r','a',
|
||||
'r','y',' ','p','a','t','h',#000,'*','L','2','F','L','<','x',
|
||||
'>','_','u','s','e','s',' ','<','x','>',' ','a','s',' ','d',
|
||||
'y','n','a','m','i','c',' ','l','i','n','k','e','r',#000,'*',
|
||||
'*','2','F','u','<','x','>','_','a','d','d','s',' ','<','x',
|
||||
'>',' ','t','o',' ','u','n','i','t',' ','p','a','t','h',#000,
|
||||
'*','*','1','k','<','x','>','_','P','a','s','s',' ','<','x',
|
||||
'>',' ','t','o',' ','t','h','e',' ','l','i','n','k','e','r',
|
||||
#000,'*','*','1','L','_','s','e','t',' ','l','a','n','g','u',
|
||||
'a','g','e',#000,'*','*','2','L','D','_','g','e','r','m','a',
|
||||
'n',#000,'*','*','2','L','E','_','e','n','g','l','i','s','h',
|
||||
#000,'*','*','1','l','_','w','r','i','t','e',' ','l','o','g',
|
||||
'o',#000,'*','*','1','i','_','i','n','f','o','r','m','a','t',
|
||||
'i','o','n',#000,'*','*','1','n','_','d','o','n',#039,'t',' ',
|
||||
'r','e','a','d',' ','t','h','e',' ','d','e','f','a','u','l',
|
||||
't',' ','c','o','n','f','i','g',' ','f','i','l','e',#000,'*',
|
||||
'*','1','o','<','x','>','_','c','h','a','n','g','e',' ','t',
|
||||
'h','e',' ','n','a','m','e',' ','o','f',' ','t','h','e',' ',
|
||||
'e','x','e','c','u','t','a','b','l','e',' ','p','r','o','d',
|
||||
'u','c','e','d',' ','t','o',' ','<','x','>',#000,'*','*','1',
|
||||
'p','g','_','g','e','n','e','r','a','t','e',' ','p','r','o',
|
||||
'f','i','l','e',' ','c','o','d','e',' ','f','o','r',' ','g',
|
||||
'p','r','o','f',#000,'*','L','1','P','_','u','s','e',' ','p',
|
||||
'i','p','e','s',' ','i','n','s','t','e','a','d',' ','o','f',
|
||||
' ','c','r','e','a','t','i','n','g',' ','t','e','m','p','o',
|
||||
'r','a','r','y',' ','a','s','s','e','m','b','l','e','r',' ',
|
||||
'f','i','l','e','s',#000,'*','*','1','S','_','s','y','n','t',
|
||||
'a','x',' ','o','p','t','i','o','n','s',#000,'*','*','2','S',
|
||||
'2','_','s','w','i','t','c','h',' ','s','o','m','e',' ','D',
|
||||
'e','l','p','h','i',' ','2',' ','e','x','t','e','n','s','i',
|
||||
'o','n',' ','o','n',#000,'*','*','2','S','c','_','s','u','p',
|
||||
'p','o','r','t','s',' ','o','p','e','r','a','t','o','r','s',
|
||||
' ','l','i','k','e',' ','C',' ','(','*','=',',','+','=',',',
|
||||
'/','=',' ','a','n','d',' ','-','=',')',#000,'*','*','2','S',
|
||||
'd','_','c','o','m','p','i','l','e','r',' ','d','i','s','p',
|
||||
'o','s','e','s',' ','a','s','m',' ','l','i','s','t','s',' ',
|
||||
'(','u','s','e','s',' ','l','e','s','s',' ','m','e','m','o',
|
||||
'r','y',' ','b','u','t',' ','s','l','o','w','e','r',')',#000,
|
||||
'*','*','2','S','e','_','c','o','m','p','i','l','e','r',' ',
|
||||
's','t','o','p','s',' ','a','f','t','e','r',' ','t','h','e',
|
||||
' ','f','i','r','s','t',' ','e','r','r','o','r',#000,'*','*',
|
||||
'2','S','g','_','a','l','l','o','w','s',' ','L','A','B','E',
|
||||
'L',' ','a','n','d',' ','G','O','T','O',#000,'*','*','2','S',
|
||||
'i','_','s','u','p','p','o','r','t',' ','C','+','+',' ','s',
|
||||
't','l','y','e','d',' ','I','N','L','I','N','E',#000,'*','*',
|
||||
'2','S','m','_','s','u','p','p','o','r','t',' ','m','a','c',
|
||||
'r','o','s',' ','l','i','k','e',' ','C',' ','(','g','l','o',
|
||||
'b','a','l',')',#000,'*','*','2','S','o','_','t','r','i','e',
|
||||
's',' ','t','o',' ','b','e',' ','T','P','/','B','P',' ','7',
|
||||
'.','0',' ','c','o','m','p','a','t','i','b','l','e',#000,'*',
|
||||
'*','2','S','s','_','c','o','n','s','t','r','u','c','t','o',
|
||||
'r',' ','n','a','m','e',' ','m','u','s','t',' ','b','e',' ',
|
||||
'i','n','i','t',' ','(','d','e','s','t','r','u','c','t','o',
|
||||
'r',' ','m','u','s','t',' ','b','e',' ','d','o','n','e',')',
|
||||
#000,'*','*','2','S','t','_','a','l','l','o','w','s',' ','s',
|
||||
't','a','t','i','c',' ','k','e','y','w','o','r','d',' ','i',
|
||||
'n',' ','o','b','j','e','c','t','s',#000,'*','*','1','s','_',
|
||||
'd','o','n',#039,'t',' ','c','a','l','l',' ','a','s','s','e',
|
||||
'm','b','l','e','r',' ','a','n','d',' ','l','i','n','k','e',
|
||||
'r',' ','(','o','n','l','y',' ','w','i','t','h',' ','-','a',
|
||||
')',#000,'*','*','1','T','<','x','>','_','T','a','r','g','e',
|
||||
't',' ','o','p','e','r','a','t','i','n','g',' ','s','y','s',
|
||||
't','e','m',#000,'3','*','2','T','G','O','3','2','V','1','_',
|
||||
'v','e','r','s','i','o','n',' ','1',' ','o','f',' ','D','J',
|
||||
' ','D','e','l','o','r','i','e',' ','D','O','S',' ','e','x',
|
||||
't','e','n','d','e','r',#000,'3','*','2','T','G','O','3','2',
|
||||
'V','2','_','v','e','r','s','i','o','n',' ','2',' ','o','f',
|
||||
' ','D','J',' ','D','e','l','o','r','i','e',' ','D','O','S',
|
||||
' ','e','x','t','e','n','d','e','r',#000,'3','*','2','T','L',
|
||||
'I','N','U','X','_','L','i','n','u','x',#000,'3','*','2','T',
|
||||
'O','S','2','_','O','S','/','2',' ','2','.','x',#000,'3','*',
|
||||
'2','T','W','i','n','3','2','_','W','i','n','d','o','w','s',
|
||||
' ','3','2',' ','B','i','t',#000,'6','*','2','T','A','M','I',
|
||||
'G','A','_','C','o','m','m','o','d','o','r','e',' ','A','m',
|
||||
'i','g','a',#000,'6','*','2','T','A','T','A','R','I','_','A',
|
||||
't','a','r','i',' ','S','T','/','S','T','e','/','T','T',#000,
|
||||
'6','*','2','T','M','A','C','O','S','_','M','a','c','i','n',
|
||||
't','o','s','h',' ','m','6','8','k',#000,'6','*','2','T','L',
|
||||
'I','N','U','X','_','L','i','n','u','x','-','6','8','k',#000,
|
||||
'*','*','1','u','<','x','>','_','u','n','d','e','f','i','n',
|
||||
'e','s',' ','t','h','e',' ','s','y','m','b','o','l',' ','<',
|
||||
'x','>',#000,'*','*','1','U','_','u','n','i','t',' ','o','p',
|
||||
't','i','o','n','s',#000,'*','*','2','U','l','s','_','m','a',
|
||||
'k','e',' ','s','t','a','t','i','c',' ','l','i','b','r','a',
|
||||
'e','r','s','i','o','n',' ','$','V','E','R',#000,#000,'T','h',
|
||||
'i','s',' ','p','r','o','g','r','a','m',' ','c','o','m','e',
|
||||
's',' ','u','n','d','e','r',' ','t','h','e',' ','G','N','U',
|
||||
' ','G','e','n','e','r','a','l',' ','P','u','b','l','i','c',
|
||||
' ','L','i','c','e','n','c','e',#000,'F','o','r',' ','m','o',
|
||||
'r','e',' ','i','n','f','o','r','m','a','t','i','o','n',' ',
|
||||
'r','e','a','d',' ','C','O','P','Y','I','N','G',#000,#000,'R',
|
||||
'e','p','o','r','t',' ','b','u','g','s',',','s','u','g','g',
|
||||
'e','s','t','i','o','n','s',' ','e','t','c',' ','t','o',':',
|
||||
#000,' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
' ',' ','b','a','2','3','9','5','@','f','e','n','.','b','a',
|
||||
'y','n','e','t','.','d','e',#000,'*','*','0','*','_','+',' ',
|
||||
's','w','i','t','c','h',' ','o','p','t','i','o','n',' ','o',
|
||||
'n',',',' ','-',' ','o','f','f',#000,'*','*','1','a','_','t',
|
||||
'h','e',' ','c','o','m','p','i','l','e','r',' ','d','o','e',
|
||||
's','n',#039,#039,'t',' ','d','e','l','e','t','e',' ','t','h',
|
||||
'e',' ','g','e','n','e','r','a','t','e','d',' ','a','s','s',
|
||||
'e','m','b','l','e','r',' ','f','i','l','e',#000,'*','t','1',
|
||||
'b','_','u','s','e',' ','E','M','S',#000,'*','*','1','B','+',
|
||||
'_','b','u','i','l','d',#000,'*','*','1','C','_','c','o','d',
|
||||
'e',' ','g','e','n','e','r','a','t','i','o','n',' ','o','p',
|
||||
't','i','o','n','s',#000,'*','*','2','C','a','_','n','o','t',
|
||||
' ','i','m','p','l','e','m','e','n','t','e','d',#000,'*','*',
|
||||
'2','C','e','_','n','o','t',' ','i','m','p','l','e','m','e',
|
||||
'n','t','e','d',#000,'3','*','2','C','D','_','D','y','n','a',
|
||||
'm','i','c',' ','l','i','n','k','i','n','g',#000,'*','*','2',
|
||||
'C','h','<','n','>','_','<','n','>',' ','b','y','t','e','s',
|
||||
' ','h','e','a','p',' ','(','b','e','t','w','e','e','n',' ',
|
||||
'1','0','2','3',' ','a','n','d',' ','6','7','1','0','7','8',
|
||||
'4','0',')',#000,'*','*','2','C','i','_','I','O','-','c','h',
|
||||
'e','c','k','i','n','g',#000,'*','*','2','C','n','_','o','m',
|
||||
'i','t',' ','l','i','n','k','i','n','g',' ','s','t','a','g',
|
||||
'e',#000,'*','*','2','C','o','_','c','h','e','c','k',' ','o',
|
||||
'v','e','r','f','l','o','w',' ','o','f',' ','i','n','t','e',
|
||||
'g','e','r',' ','o','p','e','r','a','t','i','o','n','s',#000,
|
||||
'*','*','2','C','r','_','r','a','n','g','e',' ','c','h','e',
|
||||
'c','k','i','n','g',#000,'*','O','2','C','s','<','n','>','_',
|
||||
's','e','t',' ','s','t','a','c','k',' ','s','i','z','e',' ',
|
||||
't','o',' ','<','n','>',#000,'*','*','2','C','t','_','s','t',
|
||||
'a','c','k',' ','c','h','e','c','k','i','n','g',#000,'3','*',
|
||||
'2','C','S','_','s','t','a','t','i','c',' ','l','i','n','k',
|
||||
'i','n','g',#000,'*','*','1','d','<','x','>','_','d','e','f',
|
||||
'i','n','e','s',' ','t','h','e',' ','s','y','m','b','o','l',
|
||||
' ','<','x','>',#000,'*','O','1','D','_','c','o','n','t','r',
|
||||
'o','l','s',' ','t','h','e',' ','g','e','n','e','r','a','t',
|
||||
'i','o','n',' ','o','f',' ','D','E','F',' ','f','i','l','e',
|
||||
' ','(','o','n','l','y',' ','O','S','/','2',')',#000,'*','O',
|
||||
'2','D','d','<','x','>','_','s','e','t',' ','d','e','s','c',
|
||||
'r','i','p','t','i','o','n',' ','t','o',' ','<','x','>',#000,
|
||||
'*','O','2','D','o','_','g','e','n','e','r','a','t','e',' ',
|
||||
'D','E','F',' ','f','i','l','e',#000,'*','O','2','D','w','_',
|
||||
'P','M',' ','a','p','p','l','i','c','a','t','i','o','n',#000,
|
||||
'*','L','1','e','<','x','>','_','s','e','t',' ','p','a','t',
|
||||
'h',' ','t','o',' ','e','x','e','c','u','t','a','b','l','e',
|
||||
's',#000,'*','*','1','E','_','s','a','m','e',' ','a','s',' ',
|
||||
'-','C','n',#000,'*','*','1','g','_','g','e','n','e','r','a',
|
||||
't','e',' ','d','e','b','u','g','g','e','r',' ','i','n','f',
|
||||
'o','r','m','a','t','i','o','n',#000,'*','*','1','F','_','s',
|
||||
'e','t',' ','f','i','l','e',' ','n','a','m','e','s',' ','a',
|
||||
'n','d',' ','p','a','t','h','s',#000,'*','*','2','F','e','<',
|
||||
'x','>','_','r','e','d','i','r','e','c','t',' ','e','r','r',
|
||||
'o','r',' ','o','u','t','p','u','t',' ','t','o',' ','<','x',
|
||||
'>',#000,'*','L','2','F','g','<','x','>','_','<','x','>',' ',
|
||||
's','e','a','r','c','h',' ','p','a','t','h',' ','f','o','r',
|
||||
' ','t','h','e',' ','G','N','U',' ','C',' ','l','i','b',#000,
|
||||
'*','L','2','F','r','<','x','>','_','<','x','>',' ','s','e',
|
||||
'a','r','c','h',' ','p','a','t','h',' ','f','o','r',' ','t',
|
||||
'h','e',' ','e','r','r','o','r',' ','m','e','s','s','a','g',
|
||||
'e',' ','f','i','l','e',#000,'*','*','2','F','i','<','x','>',
|
||||
'_','a','d','d','s',' ','<','x','>',' ','t','o',' ','i','n',
|
||||
'c','l','u','d','e',' ','p','a','t','h',#000,'*','*','2','F',
|
||||
'l','<','x','>','_','a','d','d','s',' ','<','x','>',' ','t',
|
||||
'o',' ','l','i','b','r','a','r','y',' ','p','a','t','h',#000,
|
||||
'*','L','2','F','L','<','x','>','_','u','s','e','s',' ','<',
|
||||
'x','>',' ','a','s',' ','d','y','n','a','m','i','c',' ','l',
|
||||
'i','n','k','e','r',#000,'*','*','2','F','u','<','x','>','_',
|
||||
'a','d','d','s',' ','<','x','>',' ','t','o',' ','u','n','i',
|
||||
't',' ','p','a','t','h',#000,'*','*','1','k','<','x','>','_',
|
||||
'P','a','s','s',' ','<','x','>',' ','t','o',' ','t','h','e',
|
||||
' ','l','i','n','k','e','r',#000,'*','*','1','L','_','s','e',
|
||||
't',' ','l','a','n','g','u','a','g','e',#000,'*','*','2','L',
|
||||
'D','_','g','e','r','m','a','n',#000,'*','*','2','L','E','_',
|
||||
'e','n','g','l','i','s','h',#000,'*','*','1','l','_','w','r',
|
||||
'i','t','e',' ','l','o','g','o',#000,'*','*','1','i','_','i',
|
||||
'n','f','o','r','m','a','t','i','o','n',#000,'*','*','1','n',
|
||||
'_','d','o','n',#039,'t',' ','r','e','a','d',' ','t','h','e',
|
||||
' ','d','e','f','a','u','l','t',' ','c','o','n','f','i','g',
|
||||
' ','f','i','l','e',#000,'*','*','1','o','<','x','>','_','c',
|
||||
'h','a','n','g','e',' ','t','h','e',' ','n','a','m','e',' ',
|
||||
'o','f',' ','t','h','e',' ','e','x','e','c','u','t','a','b',
|
||||
'l','e',' ','p','r','o','d','u','c','e','d',' ','t','o',' ',
|
||||
'<','x','>',#000,'*','*','1','p','g','_','g','e','n','e','r',
|
||||
'a','t','e',' ','p','r','o','f','i','l','e',' ','c','o','d',
|
||||
'e',' ','f','o','r',' ','g','p','r','o','f',#000,'*','L','1',
|
||||
'P','_','u','s','e',' ','p','i','p','e','s',' ','i','n','s',
|
||||
't','e','a','d',' ','o','f',' ','c','r','e','a','t','i','n',
|
||||
'g',' ','t','e','m','p','o','r','a','r','y',' ','a','s','s',
|
||||
'e','m','b','l','e','r',' ','f','i','l','e','s',#000,'*','*',
|
||||
'1','S','_','s','y','n','t','a','x',' ','o','p','t','i','o',
|
||||
'n','s',#000,'*','*','2','S','2','_','s','w','i','t','c','h',
|
||||
' ','s','o','m','e',' ','D','e','l','p','h','i',' ','2',' ',
|
||||
'e','x','t','e','n','s','i','o','n',' ','o','n',#000,'*','*',
|
||||
'2','S','c','_','s','u','p','p','o','r','t','s',' ','o','p',
|
||||
'e','r','a','t','o','r','s',' ','l','i','k','e',' ','C',' ',
|
||||
'(','*','=',',','+','=',',','/','=',' ','a','n','d',' ','-',
|
||||
'=',')',#000,'*','*','2','S','d','_','c','o','m','p','i','l',
|
||||
'e','r',' ','d','i','s','p','o','s','e','s',' ','a','s','m',
|
||||
' ','l','i','s','t','s',' ','(','u','s','e','s',' ','l','e',
|
||||
's','s',' ','m','e','m','o','r','y',' ','b','u','t',' ','s',
|
||||
'l','o','w','e','r',')',#000,'*','*','2','S','e','_','c','o',
|
||||
'm','p','i','l','e','r',' ','s','t','o','p','s',' ','a','f',
|
||||
't','e','r',' ','t','h','e',' ','f','i','r','s','t',' ','e',
|
||||
'r','r','o','r',#000,'*','*','2','S','g','_','a','l','l','o',
|
||||
'w','s',' ','L','A','B','E','L',' ','a','n','d',' ','G','O',
|
||||
'T','O',#000,'*','*','2','S','i','_','s','u','p','p','o','r',
|
||||
't',' ','C','+','+',' ','s','t','l','y','e','d',' ','I','N',
|
||||
'L','I','N','E',#000,'*','*','2','S','m','_','s','u','p','p',
|
||||
'o','r','t',' ','m','a','c','r','o','s',' ','l','i','k','e',
|
||||
' ','C',' ','(','g','l','o','b','a','l',')',#000,'*','*','2',
|
||||
'S','o','_','t','r','i','e','s',' ','t','o',' ','b','e',' ',
|
||||
'T','P','/','B','P',' ','7','.','0',' ','c','o','m','p','a',
|
||||
't','i','b','l','e',#000,'*','*','2','S','s','_','c','o','n',
|
||||
's','t','r','u','c','t','o','r',' ','n','a','m','e',' ','m',
|
||||
'u','s','t',' ','b','e',' ','i','n','i','t',' ','(','d','e',
|
||||
's','t','r','u','c','t','o','r',' ','m','u','s','t',' ','b',
|
||||
'e',' ','d','o','n','e',')',#000,'*','*','2','S','t','_','a',
|
||||
'l','l','o','w','s',' ','s','t','a','t','i','c',' ','k','e',
|
||||
'y','w','o','r','d',' ','i','n',' ','o','b','j','e','c','t',
|
||||
's',#000,'*','*','1','s','_','d','o','n',#039,'t',' ','c','a',
|
||||
'l','l',' ','a','s','s','e','m','b','l','e','r',' ','a','n',
|
||||
'd',' ','l','i','n','k','e','r',' ','(','o','n','l','y',' ',
|
||||
'w','i','t','h',' ','-','a',')',#000,'*','*','1','T','<','x',
|
||||
'>','_','T','a','r','g','e','t',' ','o','p','e','r','a','t',
|
||||
'i','n','g',' ','s','y','s','t','e','m',#000,'3','*','2','T',
|
||||
'G','O','3','2','V','1','_','v','e','r','s','i','o','n',' ',
|
||||
'1',' ','o','f',' ','D','J',' ','D','e','l','o','r','i','e',
|
||||
' ','D','O','S',' ','e','x','t','e','n','d','e','r',#000,'3',
|
||||
'*','2','T','G','O','3','2','V','2','_','v','e','r','s','i',
|
||||
'o','n',' ','2',' ','o','f',' ','D','J',' ','D','e','l','o',
|
||||
'r','i','e',' ','D','O','S',' ','e','x','t','e','n','d','e',
|
||||
'r',#000,'3','*','2','T','L','I','N','U','X','_','L','i','n',
|
||||
'u','x',#000,'3','*','2','T','O','S','2','_','O','S','/','2',
|
||||
' ','2','.','x',#000,'3','*','2','T','W','i','n','3','2','_',
|
||||
'W','i','n','d','o','w','s',' ','3','2',' ','B','i','t',#000,
|
||||
'6','*','2','T','A','M','I','G','A','_','C','o','m','m','o',
|
||||
'd','o','r','e',' ','A','m','i','g','a',#000,'6','*','2','T',
|
||||
'A','T','A','R','I','_','A','t','a','r','i',' ','S','T','/',
|
||||
'S','T','e','/','T','T',#000,'6','*','2','T','M','A','C','O',
|
||||
'S','_','M','a','c','i','n','t','o','s','h',' ','m','6','8',
|
||||
'k',#000,'6','*','2','T','L','I','N','U','X','_','L','i','n',
|
||||
'u','x','-','6','8','k',#000,'*','*','1','u','<','x','>','_',
|
||||
'u','n','d','e','f','i','n','e','s',' ','t','h','e',' ','s',
|
||||
'y','m','b','o','l',' ','<','x','>',#000,'*','*','1','U','_',
|
||||
'u','n','i','t',' ','o','p','t','i','o','n','s',#000,'*','*',
|
||||
'2','U','l','s','_','m','a','k','e',' ','s','t','a','t','i',
|
||||
'c',' ','l','i','b','r','a','r','y',' ','f','r','o','m',' ',
|
||||
'u','n','i','t',#000,'*','*','2','U','l','d','_','m','a','k',
|
||||
'e',' ','d','y','n','a','m','i','c',' ','l','i','b','r','a',
|
||||
'r','y',' ','f','r','o','m',' ','u','n','i','t',#000,'*','*',
|
||||
'2','U','l','d','_','m','a','k','e',' ','d','y','n','a','m',
|
||||
'i','c',' ','l','i','b','r','a','r','y',' ','f','r','o','m',
|
||||
' ','u','n','i','t',#000,'*','*','2','U','n','_','d','o','n',
|
||||
#039,'t',' ','c','h','e','c','k',' ','t','h','e',' ','u','n',
|
||||
'i','t',' ','n','a','m','e',#000,'*','*','2','U','p','<','x',
|
||||
'>','_','s','a','m','e',' ','a','s',' ','-','F','u','<','x',
|
||||
'>',#000,'*','*','2','U','s','_','c','o','m','p','i','l','e',
|
||||
' ','a',' ','s','y','s','t','e','m',' ','u','n','i','t',#000,
|
||||
'*','*','1','v','<','x','>','_','B','e',' ','v','e','r','b',
|
||||
'o','s','e','.',' ','<','x','>',' ','i','s',' ','a',' ','c',
|
||||
'o','m','b','i','n','a','t','i','o','n',' ','o','f',' ','t',
|
||||
'h','e',' ','f','o','l','l','o','w','i','n','g',' ','l','e',
|
||||
't','t','e','r','s',' ',':',#000,'*','*','2','*','_','e',' ',
|
||||
':',' ','S','h','o','w',' ','e','r','r','o','r','s',' ','(',
|
||||
'd','e','f','a','u','l','t',')',' ',' ',' ',' ',' ',' ',' ',
|
||||
'd',' ',':',' ','S','h','o','w',' ','d','e','b','u','g',' ',
|
||||
'i','n','f','o',#000,'*','*','2','*','_','w',' ',':',' ','S',
|
||||
'h','o','w',' ','w','a','r','n','i','n','g','s',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','u',' ',':',
|
||||
' ','S','h','o','w',' ','u','s','e','d',' ','f','i','l','e',
|
||||
's',#000,'*','*','2','*','_','n',' ',':',' ','S','h','o','w',
|
||||
' ','n','o','t','e','s',' ',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ',' ','t',' ',':',' ','S','h',
|
||||
'o','w',' ','t','r','i','e','d',' ','f','i','l','e','s',#000,
|
||||
'*','*','2','*','_','h',' ',':',' ','S','h','o','w',' ','h',
|
||||
'i','n','t','s',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ','m',' ',':',' ','S','h','o','w',
|
||||
' ','d','e','f','i','n','e','d',' ','m','a','c','r','o','s',
|
||||
#000,'*','*','2','*','_','i',' ',':',' ','S','h','o','w',' ',
|
||||
'g','e','n','e','r','a','l',' ','i','n','f','o',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ','p',' ',':',' ','S','h','o',
|
||||
'w',' ','c','o','m','p','i','l','e','d',' ','p','r','o','c',
|
||||
'e','d','u','r','e','s',#000,'*','*','2','*','_','l',' ',':',
|
||||
' ','S','h','o','w',' ','l','i','n','e','n','u','m','b','e',
|
||||
'r','s',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','c',
|
||||
' ',':',' ','S','h','o','w',' ','c','o','n','d','i','t','i',
|
||||
'o','n','a','l','s',#000,'*','*','2','*','_','a',' ',':',' ',
|
||||
'S','h','o','w',' ','e','v','e','r','y','t','h','i','n','g',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','0',' ',
|
||||
':',' ','S','h','o','w',' ','n','o','t','h','i','n','g',' ',
|
||||
'(','e','x','c','e','p','t',' ','e','r','r','o','r','s',')',
|
||||
#000,'*','*','1','X','_','e','x','e','c','u','t','a','b','l',
|
||||
'e',' ','o','p','t','i','o','n','s',#000,'*','L','2','X','c',
|
||||
'_','l','i','n','k',' ','w','i','t','h',' ','t','h','e',' ',
|
||||
'c',' ','l','i','b','r','a','r','y',#000,'*','*','2','X','s',
|
||||
'_','s','t','r','i','p',' ','a','l','l',' ','s','y','m','b',
|
||||
'o','l','s',' ','f','r','o','m',' ','e','x','e','c','u','t',
|
||||
'a','b','l','e',#000,'*','*','0','*','_','P','r','o','c','e',
|
||||
's','s','o','r',' ','s','p','e','c','i','f','i','c',' ','o',
|
||||
'p','t','i','o','n','s',':',#000,'3','*','1','A','_','o','u',
|
||||
't','p','u','t',' ','f','o','r','m','a','t',#000,'3','*','2',
|
||||
'A','o','_','c','o','f','f',' ','f','i','l','e',' ','u','s',
|
||||
'i','n','g',' ','G','N','U',' ','A','S',#000,'3','*','2','A',
|
||||
'n','a','s','m','c','o','f','f','_','c','o','f','f',' ','f',
|
||||
'i','l','e',' ','u','s','i','n','g',' ','N','a','s','m',#000,
|
||||
'3','*','2','A','n','a','s','m','e','l','f','_','e','l','f',
|
||||
'3','2',' ','(','l','i','n','u','x',')',' ','f','i','l','e',
|
||||
' ','u','s','i','n','g',' ','N','a','s','m',#000,'3','*','2',
|
||||
'A','n','a','s','m','o','b','j','_','o','b','j',' ','f','i',
|
||||
'l','e',' ','u','s','i','n','g',' ','N','a','s','m',#000,'3',
|
||||
'*','2','A','m','a','s','m','_','o','b','j',' ','u','s','i',
|
||||
'n','g',' ','M','a','s','m',' ','(','M','i','r','c','o','s',
|
||||
'o','f','t',')',#000,'3','*','2','A','t','a','s','m','_','o',
|
||||
'b','j',' ','u','s','i','n','g',' ','T','a','s','m',' ','(',
|
||||
'B','o','r','l','a','n','d',')',#000,'3','*','1','R','_','a',
|
||||
's','s','e','m','b','l','e','r',' ','r','e','a','d','i','n',
|
||||
'g',' ','s','t','y','l','e',#000,'3','*','2','R','a','t','t',
|
||||
'_','r','e','a','d',' ','A','T','&','T',' ','s','t','y','l',
|
||||
'e',' ','a','s','s','e','m','b','l','e','r',#000,'3','*','2',
|
||||
'R','i','n','t','e','l','_','r','e','a','d',' ','I','n','t',
|
||||
'e','l',' ','s','t','y','l','e',' ','a','s','s','e','m','b',
|
||||
'l','e','r',#000,'3','*','2','R','d','i','r','e','c','t','_',
|
||||
'c','o','p','y',' ','a','s','s','e','m','b','l','e','r',' ',
|
||||
't','e','x','t',' ','d','i','r','e','c','t','l','y',' ','t',
|
||||
'o',' ','a','s','s','e','m','b','l','e','r',' ','f','i','l',
|
||||
'e',#000,'3','*','1','O','_','o','p','t','i','m','i','z','a',
|
||||
't','i','o','n','s',#000,'3','*','2','O','a','_','s','i','m',
|
||||
'p','l','e',' ','o','p','t','i','m','i','z','a','t','i','o',
|
||||
'n','s',#000,'3','*','2','O','g','_','o','p','t','i','m','i',
|
||||
'z','e',' ','f','o','r',' ','s','i','z','e',#000,'3','*','2',
|
||||
'O','G','_','o','p','t','i','m','i','z','e',' ','f','o','r',
|
||||
' ','t','i','m','e',#000,'3','*','2','O','x','_','o','p','t',
|
||||
'i','m','i','z','e',' ','m','a','x','i','m','u','m',#000,'3',
|
||||
'*','2','O','z','_','u','n','c','e','r','t','a','i','n',' ',
|
||||
'o','p','t','i','m','i','z','e','s',' ','(','s','e','e',' ',
|
||||
'd','o','c','s',')',#000,'3','*','2','O','2','_','o','p','t',
|
||||
'i','m','i','z','e',' ','f','o','r',' ','t','h','e',' ','P',
|
||||
'e','n','t','i','u','m',' ','I','I',' ','(','t','m',')',#000,
|
||||
'3','*','2','O','3','_','o','p','t','i','m','i','z','e',' ',
|
||||
'f','o','r',' ','t','h','e',' ','i','3','8','6',#000,'3','*',
|
||||
'2','O','4','_','o','p','t','i','m','i','z','e',' ','f','o',
|
||||
'r',' ','t','h','e',' ','i','4','8','6',#000,'3','*','2','O',
|
||||
'5','_','o','p','t','i','m','i','z','e',' ','f','o','r',' ',
|
||||
't','h','e',' ','P','e','n','t','i','u','m',' ','(','t','m',
|
||||
')',#000,'3','*','2','O','6','_','o','p','t','i','m','i','z',
|
||||
'e',' ','f','o','r',' ','t','h','e',' ','P','e','n','t','i',
|
||||
'u','m','P','r','o',' ','(','t','m',')',#000,'3','*','2','O',
|
||||
'7','_','o','p','t','i','m','i','z','e',' ','f','o','r',' ',
|
||||
't','h','e',' ','C','y','r','i','x',' ','6','x','8','6',#000,
|
||||
'3','*','2','O','8','_','o','p','t','i','m','i','z','e',' ',
|
||||
'f','o','r',' ','t','h','e',' ','A','M','D',' ','K','6',#000,
|
||||
'6','*','1','A','_','o','u','t','p','u','t',' ','f','o','r',
|
||||
'm','a','t',#000,'6','*','2','A','o','_','U','n','i','x',' ',
|
||||
'o','-','f','i','l','e',' ','u','s','i','n','g',' ','G','N',
|
||||
'U',' ','A','S',#000,'6','*','2','A','g','a','s','_','G','N',
|
||||
'U',' ','M','o','t','o','r','o','l','a',' ','a','s','s','e',
|
||||
'm','b','l','e','r',#000,'6','*','2','A','m','i','t','_','M',
|
||||
'I','T',' ','S','y','n','t','a','x',' ','(','o','l','d',' ',
|
||||
'G','A','S',')',#000,'6','*','2','A','m','o','t','_','S','t',
|
||||
'a','n','d','a','r','d',' ','M','o','t','o','r','o','l','a',
|
||||
' ','a','s','s','e','m','b','l','e','r',#000,'6','*','1','O',
|
||||
'_','o','p','t','i','m','i','z','a','t','i','o','n','s',#000,
|
||||
'6','*','2','O','a','_','s','i','m','p','l','e',' ','o','p',
|
||||
't','i','m','i','z','a','t','i','o','n','s',#000,'6','*','2',
|
||||
'O','g','_','o','p','t','i','m','i','z','e',' ','f','o','r',
|
||||
' ','s','i','z','e',#000,'6','*','2','O','G','_','o','p','t',
|
||||
'i','m','i','z','e',' ','f','o','r',' ','t','i','m','e',#000,
|
||||
'6','*','2','O','x','_','o','p','t','i','m','i','z','e',' ',
|
||||
'm','a','x','i','m','u','m',#000,'6','*','2','O','2','_','t',
|
||||
'a','r','g','e','t',' ','i','s',' ','a',' ','M','C','6','8',
|
||||
'0','2','0','+',' ','p','r','o','c','e','s','s','o','r',#000,
|
||||
'*','*','1','*','_',#000,'*','*','1','?','_','s','h','o','w',
|
||||
's',' ','t','h','i','s',' ','h','e','l','p',#000,'*','*','1',
|
||||
'h','_','s','h','o','w','s',' ','t','h','i','s',' ','h','e',
|
||||
'l','p',' ','w','i','t','h','o','u','t',' ','w','a','i','t',
|
||||
'i','n','g',#000);
|
||||
'2','U','n','_','d','o','n',#039,'t',' ','c','h','e','c','k',
|
||||
' ','t','h','e',' ','u','n','i','t',' ','n','a','m','e',#000,
|
||||
'*','*','2','U','p','<','x','>','_','s','a','m','e',' ','a',
|
||||
's',' ','-','F','u','<','x','>',#000,'*','*','2','U','s','_',
|
||||
'c','o','m','p','i','l','e',' ','a',' ','s','y','s','t','e',
|
||||
'm',' ','u','n','i','t',#000,'*','*','1','v','<','x','>','_',
|
||||
'B','e',' ','v','e','r','b','o','s','e','.',' ','<','x','>',
|
||||
' ','i','s',' ','a',' ','c','o','m','b','i','n','a','t','i',
|
||||
'o','n',' ','o','f',' ','t','h','e',' ','f','o','l','l','o',
|
||||
'w','i','n','g',' ','l','e','t','t','e','r','s',' ',':',#000,
|
||||
'*','*','2','*','_','e',' ',':',' ','S','h','o','w',' ','e',
|
||||
'r','r','o','r','s',' ','(','d','e','f','a','u','l','t',')',
|
||||
' ',' ',' ',' ',' ',' ',' ','d',' ',':',' ','S','h','o','w',
|
||||
' ','d','e','b','u','g',' ','i','n','f','o',#000,'*','*','2',
|
||||
'*','_','w',' ',':',' ','S','h','o','w',' ','w','a','r','n',
|
||||
'i','n','g','s',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ','u',' ',':',' ','S','h','o','w',' ','u','s',
|
||||
'e','d',' ','f','i','l','e','s',#000,'*','*','2','*','_','n',
|
||||
' ',':',' ','S','h','o','w',' ','n','o','t','e','s',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
' ','t',' ',':',' ','S','h','o','w',' ','t','r','i','e','d',
|
||||
' ','f','i','l','e','s',#000,'*','*','2','*','_','h',' ',':',
|
||||
' ','S','h','o','w',' ','h','i','n','t','s',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','m',
|
||||
' ',':',' ','S','h','o','w',' ','d','e','f','i','n','e','d',
|
||||
' ','m','a','c','r','o','s',#000,'*','*','2','*','_','i',' ',
|
||||
':',' ','S','h','o','w',' ','g','e','n','e','r','a','l',' ',
|
||||
'i','n','f','o',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
'p',' ',':',' ','S','h','o','w',' ','c','o','m','p','i','l',
|
||||
'e','d',' ','p','r','o','c','e','d','u','r','e','s',#000,'*',
|
||||
'*','2','*','_','l',' ',':',' ','S','h','o','w',' ','l','i',
|
||||
'n','e','n','u','m','b','e','r','s',' ',' ',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ',' ','c',' ',':',' ','S','h','o','w',' ',
|
||||
'c','o','n','d','i','t','i','o','n','a','l','s',#000,'*','*',
|
||||
'2','*','_','a',' ',':',' ','S','h','o','w',' ','e','v','e',
|
||||
'r','y','t','h','i','n','g',' ',' ',' ',' ',' ',' ',' ',' ',
|
||||
' ',' ',' ',' ',' ','0',' ',':',' ','S','h','o','w',' ','n',
|
||||
'o','t','h','i','n','g',' ','(','e','x','c','e','p','t',' ',
|
||||
'e','r','r','o','r','s',')',#000,'*','*','1','X','_','e','x',
|
||||
'e','c','u','t','a','b','l','e',' ','o','p','t','i','o','n',
|
||||
's',#000,'*','L','2','X','c','_','l','i','n','k',' ','w','i',
|
||||
't','h',' ','t','h','e',' ','c',' ','l','i','b','r','a','r',
|
||||
'y',#000,'*','*','2','X','s','_','s','t','r','i','p',' ','a',
|
||||
'l','l',' ','s','y','m','b','o','l','s',' ','f','r','o','m',
|
||||
' ','e','x','e','c','u','t','a','b','l','e',#000,'*','*','0',
|
||||
'*','_','P','r','o','c','e','s','s','o','r',' ','s','p','e',
|
||||
'c','i','f','i','c',' ','o','p','t','i','o','n','s',':',#000,
|
||||
'3','*','1','A','_','o','u','t','p','u','t',' ','f','o','r',
|
||||
'm','a','t',#000,'3','*','2','A','o','_','c','o','f','f',' ',
|
||||
'f','i','l','e',' ','u','s','i','n','g',' ','G','N','U',' ',
|
||||
'A','S',#000,'3','*','2','A','n','a','s','m','c','o','f','f',
|
||||
'_','c','o','f','f',' ','f','i','l','e',' ','u','s','i','n',
|
||||
'g',' ','N','a','s','m',#000,'3','*','2','A','n','a','s','m',
|
||||
'e','l','f','_','e','l','f','3','2',' ','(','l','i','n','u',
|
||||
'x',')',' ','f','i','l','e',' ','u','s','i','n','g',' ','N',
|
||||
'a','s','m',#000,'3','*','2','A','n','a','s','m','o','b','j',
|
||||
'_','o','b','j',' ','f','i','l','e',' ','u','s','i','n','g',
|
||||
' ','N','a','s','m',#000,'3','*','2','A','m','a','s','m','_',
|
||||
'o','b','j',' ','u','s','i','n','g',' ','M','a','s','m',' ',
|
||||
'(','M','i','r','c','o','s','o','f','t',')',#000,'3','*','2',
|
||||
'A','t','a','s','m','_','o','b','j',' ','u','s','i','n','g',
|
||||
' ','T','a','s','m',' ','(','B','o','r','l','a','n','d',')',
|
||||
#000,'3','*','1','R','_','a','s','s','e','m','b','l','e','r',
|
||||
' ','r','e','a','d','i','n','g',' ','s','t','y','l','e',#000,
|
||||
'3','*','2','R','a','t','t','_','r','e','a','d',' ','A','T',
|
||||
'&','T',' ','s','t','y','l','e',' ','a','s','s','e','m','b',
|
||||
'l','e','r',#000,'3','*','2','R','i','n','t','e','l','_','r',
|
||||
'e','a','d',' ','I','n','t','e','l',' ','s','t','y','l','e',
|
||||
' ','a','s','s','e','m','b','l','e','r',#000,'3','*','2','R',
|
||||
'd','i','r','e','c','t','_','c','o','p','y',' ','a','s','s',
|
||||
'e','m','b','l','e','r',' ','t','e','x','t',' ','d','i','r',
|
||||
'e','c','t','l','y',' ','t','o',' ','a','s','s','e','m','b',
|
||||
'l','e','r',' ','f','i','l','e',#000,'3','*','1','O','_','o',
|
||||
'p','t','i','m','i','z','a','t','i','o','n','s',#000,'3','*',
|
||||
'2','O','a','_','s','i','m','p','l','e',' ','o','p','t','i',
|
||||
'm','i','z','a','t','i','o','n','s',#000,'3','*','2','O','g',
|
||||
'_','o','p','t','i','m','i','z','e',' ','f','o','r',' ','s',
|
||||
'i','z','e',#000,'3','*','2','O','G','_','o','p','t','i','m',
|
||||
'i','z','e',' ','f','o','r',' ','t','i','m','e',#000,'3','*',
|
||||
'2','O','x','_','o','p','t','i','m','i','z','e',' ','m','a',
|
||||
'x','i','m','u','m',#000,'3','*','2','O','z','_','u','n','c',
|
||||
'e','r','t','a','i','n',' ','o','p','t','i','m','i','z','e',
|
||||
's',' ','(','s','e','e',' ','d','o','c','s',')',#000,'3','*',
|
||||
'2','O','2','_','o','p','t','i','m','i','z','e',' ','f','o',
|
||||
'r',' ','t','h','e',' ','P','e','n','t','i','u','m',' ','I',
|
||||
'I',' ','(','t','m',')',#000,'3','*','2','O','3','_','o','p',
|
||||
't','i','m','i','z','e',' ','f','o','r',' ','t','h','e',' ',
|
||||
'i','3','8','6',#000,'3','*','2','O','4','_','o','p','t','i',
|
||||
'm','i','z','e',' ','f','o','r',' ','t','h','e',' ','i','4',
|
||||
'8','6',#000,'3','*','2','O','5','_','o','p','t','i','m','i',
|
||||
'z','e',' ','f','o','r',' ','t','h','e',' ','P','e','n','t',
|
||||
'i','u','m',' ','(','t','m',')',#000,'3','*','2','O','6','_',
|
||||
'o','p','t','i','m','i','z','e',' ','f','o','r',' ','t','h',
|
||||
'e',' ','P','e','n','t','i','u','m','P','r','o',' ','(','t',
|
||||
'm',')',#000,'3','*','2','O','7','_','o','p','t','i','m','i',
|
||||
'z','e',' ','f','o','r',' ','t','h','e',' ','C','y','r','i',
|
||||
'x',' ','6','x','8','6',#000,'3','*','2','O','8','_','o','p',
|
||||
't','i','m','i','z','e',' ','f','o','r',' ','t','h','e',' ',
|
||||
'A','M','D',' ','K','6',#000,'6','*','1','A','_','o','u','t',
|
||||
'p','u','t',' ','f','o','r','m','a','t',#000,'6','*','2','A',
|
||||
'o','_','U','n','i','x',' ','o','-','f','i','l','e',' ','u',
|
||||
's','i','n','g',' ','G','N','U',' ','A','S',#000,'6','*','2',
|
||||
'A','g','a','s','_','G','N','U',' ','M','o','t','o','r','o',
|
||||
'l','a',' ','a','s','s','e','m','b','l','e','r',#000,'6','*',
|
||||
'2','A','m','i','t','_','M','I','T',' ','S','y','n','t','a',
|
||||
'x',' ','(','o','l','d',' ','G','A','S',')',#000,'6','*','2',
|
||||
'A','m','o','t','_','S','t','a','n','d','a','r','d',' ','M',
|
||||
'o','t','o','r','o','l','a',' ','a','s','s','e','m','b','l',
|
||||
'e','r',#000,'6','*','1','O','_','o','p','t','i','m','i','z',
|
||||
'a','t','i','o','n','s',#000,'6','*','2','O','a','_','s','i',
|
||||
'm','p','l','e',' ','o','p','t','i','m','i','z','a','t','i',
|
||||
'o','n','s',#000,'6','*','2','O','g','_','o','p','t','i','m',
|
||||
'i','z','e',' ','f','o','r',' ','s','i','z','e',#000,'6','*',
|
||||
'2','O','G','_','o','p','t','i','m','i','z','e',' ','f','o',
|
||||
'r',' ','t','i','m','e',#000,'6','*','2','O','x','_','o','p',
|
||||
't','i','m','i','z','e',' ','m','a','x','i','m','u','m',#000,
|
||||
'6','*','2','O','2','_','t','a','r','g','e','t',' ','i','s',
|
||||
' ','a',' ','M','C','6','8','0','2','0','+',' ','p','r','o',
|
||||
'c','e','s','s','o','r',#000,'*','*','1','*','_',#000,'*','*',
|
||||
'1','?','_','s','h','o','w','s',' ','t','h','i','s',' ','h',
|
||||
'e','l','p',#000,'*','*','1','h','_','s','h','o','w','s',' ',
|
||||
't','h','i','s',' ','h','e','l','p',' ','w','i','t','h','o',
|
||||
'u','t',' ','w','a','i','t','i','n','g',#000);
|
||||
|
@ -898,14 +898,24 @@ unit pdecl;
|
||||
if (((childof^.options and oois_class)<>0) and not is_a_class) or
|
||||
(((childof^.options and oois_class)=0) and is_a_class) then
|
||||
Message(parser_e_mix_of_classes_and_objects);
|
||||
consume(RKLAMMER);
|
||||
if assigned(fd) then
|
||||
begin
|
||||
{ the forward of the child must be resolved to get
|
||||
correct field addresses
|
||||
}
|
||||
if (childof^.options and oo_isforward)<>0 then
|
||||
Message1(parser_forward_declaration_must_be_resolved,childof^.name^);
|
||||
fd^.childof:=childof;
|
||||
aktclass:=fd;
|
||||
{ ajust the size, because the child could be also
|
||||
forward defined
|
||||
}
|
||||
aktclass^.publicsyms^.datasize:=
|
||||
aktclass^.publicsyms^.datasize-4+childof^.publicsyms^.datasize;
|
||||
end
|
||||
else
|
||||
aktclass:=new(pobjectdef,init(n,childof));
|
||||
consume(RKLAMMER);
|
||||
end
|
||||
{ if no parent class, then a class get tobject as parent }
|
||||
else if is_a_class then
|
||||
@ -925,8 +935,18 @@ unit pdecl;
|
||||
childof:=class_tobject;
|
||||
if assigned(fd) then
|
||||
begin
|
||||
{ the forward of the child must be resolved to get
|
||||
correct field addresses
|
||||
}
|
||||
if (childof^.options and oo_isforward)<>0 then
|
||||
Message1(parser_forward_declaration_must_be_resolved,childof^.name^);
|
||||
aktclass:=fd;
|
||||
aktclass^.childof:=childof;
|
||||
{ ajust the size, because the child could be also
|
||||
forward defined
|
||||
}
|
||||
aktclass^.publicsyms^.datasize:=
|
||||
aktclass^.publicsyms^.datasize-4+childof^.publicsyms^.datasize;
|
||||
end
|
||||
else
|
||||
aktclass:=new(pobjectdef,init(n,childof));
|
||||
@ -1777,7 +1797,11 @@ unit pdecl;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.20 1998-05-28 14:35:54 peter
|
||||
Revision 1.21 1998-06-03 22:14:19 florian
|
||||
* problem with sizes of classes fixed (if the anchestor was declared
|
||||
forward, the compiler doesn't update the child classes size)
|
||||
|
||||
Revision 1.20 1998/05/28 14:35:54 peter
|
||||
* nicer error message when no id is used after var
|
||||
|
||||
Revision 1.19 1998/05/23 01:21:19 peter
|
||||
|
@ -1062,31 +1062,31 @@
|
||||
regable:=false;
|
||||
end
|
||||
else if owner^.symtabletype in [recordsymtable,objectsymtable] then
|
||||
begin
|
||||
{ align record and object fields }
|
||||
if aktpackrecords=2 then
|
||||
begin
|
||||
{ align to word }
|
||||
modulo:=owner^.datasize and 3;
|
||||
if (l>=2) and ((modulo and 1)<>0) then
|
||||
inc(owner^.datasize);
|
||||
end
|
||||
else if aktpackrecords=4 then
|
||||
begin
|
||||
{ align to dword }
|
||||
if (l>=3) and (modulo<>0) then
|
||||
inc(owner^.datasize,4-modulo)
|
||||
{ or word }
|
||||
else if (l=2) and ((modulo and 1)<>0) then
|
||||
inc(owner^.datasize)
|
||||
end;
|
||||
address:=owner^.datasize;
|
||||
inc(owner^.datasize,l);
|
||||
begin
|
||||
{ align record and object fields }
|
||||
if aktpackrecords=2 then
|
||||
begin
|
||||
{ align to word }
|
||||
modulo:=owner^.datasize and 3;
|
||||
if (l>=2) and ((modulo and 1)<>0) then
|
||||
inc(owner^.datasize);
|
||||
end
|
||||
else if aktpackrecords=4 then
|
||||
begin
|
||||
{ align to dword }
|
||||
if (l>=3) and (modulo<>0) then
|
||||
inc(owner^.datasize,4-modulo)
|
||||
{ or word }
|
||||
else if (l=2) and ((modulo and 1)<>0) then
|
||||
inc(owner^.datasize)
|
||||
end;
|
||||
address:=owner^.datasize;
|
||||
inc(owner^.datasize,l);
|
||||
|
||||
{ this symbol can't be loaded to a register }
|
||||
regable:=false;
|
||||
end
|
||||
else if owner^.symtabletype=parasymtable then
|
||||
{ this symbol can't be loaded to a register }
|
||||
regable:=false;
|
||||
end
|
||||
else if owner^.symtabletype=parasymtable then
|
||||
begin
|
||||
address:=owner^.datasize;
|
||||
|
||||
@ -1112,8 +1112,8 @@
|
||||
address:=owner^.datasize;
|
||||
inc(owner^.datasize,l);
|
||||
end;
|
||||
end
|
||||
end;
|
||||
end
|
||||
end;
|
||||
|
||||
{$ifdef GDB}
|
||||
function tvarsym.stabstring : pchar;
|
||||
@ -1690,7 +1690,11 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 1998-05-28 14:40:29 peter
|
||||
Revision 1.3 1998-06-03 22:14:20 florian
|
||||
* problem with sizes of classes fixed (if the anchestor was declared
|
||||
forward, the compiler doesn't update the child classes size)
|
||||
|
||||
Revision 1.2 1998/05/28 14:40:29 peter
|
||||
* fixes for newppu, remake3 works now with it
|
||||
|
||||
Revision 1.1 1998/05/27 19:45:09 peter
|
||||
|
Loading…
Reference in New Issue
Block a user