mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 12:10:09 +02:00
* Just the N_FNAME to N_FUN substitution for stabs of functions
thanks again Daniel !!
This commit is contained in:
parent
5e5e2fd78d
commit
b79c82a255
@ -35,7 +35,7 @@ Const
|
||||
N_GSYM = $20;
|
||||
N_STSYM = 38; {initialized const }
|
||||
N_LCSYM = 40; {non initialized variable}
|
||||
N_Function = $22; {function or const }
|
||||
N_Function = $24; {function or const }
|
||||
N_TextLine = $44;
|
||||
N_DataLine = $46;
|
||||
N_BssLine = $48;
|
||||
@ -242,8 +242,12 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-03-25 11:18:13 root
|
||||
Initial revision
|
||||
Revision 1.2 1998-07-10 08:31:38 pierre
|
||||
* Just the N_FNAME to N_FUN substitution for stabs of functions
|
||||
thanks again Daniel !!
|
||||
|
||||
Revision 1.1.1.1 1998/03/25 11:18:13 root
|
||||
* Restored version
|
||||
|
||||
Revision 1.5 1998/03/10 01:17:18 peter
|
||||
* all files have the same header
|
||||
|
Loading…
Reference in New Issue
Block a user