* Just the N_FNAME to N_FUN substitution for stabs of functions

thanks again Daniel !!
This commit is contained in:
pierre 1998-07-10 08:31:38 +00:00
parent 5e5e2fd78d
commit b79c82a255

View File

@ -35,7 +35,7 @@ Const
N_GSYM = $20; N_GSYM = $20;
N_STSYM = 38; {initialized const } N_STSYM = 38; {initialized const }
N_LCSYM = 40; {non initialized variable} N_LCSYM = 40; {non initialized variable}
N_Function = $22; {function or const } N_Function = $24; {function or const }
N_TextLine = $44; N_TextLine = $44;
N_DataLine = $46; N_DataLine = $46;
N_BssLine = $48; N_BssLine = $48;
@ -242,8 +242,12 @@ end.
{ {
$Log$ $Log$
Revision 1.1 1998-03-25 11:18:13 root Revision 1.2 1998-07-10 08:31:38 pierre
Initial revision * 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 Revision 1.5 1998/03/10 01:17:18 peter
* all files have the same header * all files have the same header