From b79c82a2552cfdea6dfef105b74c1766bfcd9e86 Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 10 Jul 1998 08:31:38 +0000 Subject: [PATCH] * Just the N_FNAME to N_FUN substitution for stabs of functions thanks again Daniel !! --- compiler/gdb.pas | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/compiler/gdb.pas b/compiler/gdb.pas index f9812fe062..cd5cab526d 100644 --- a/compiler/gdb.pas +++ b/compiler/gdb.pas @@ -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