From 2c01fc3afd291b4276fe3226a395675e0c1951ea Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 31 Jan 2004 21:09:58 +0000 Subject: [PATCH] * Stabs lineinfo problem fixed --- compiler/symsym.pas | 7 +++++-- compiler/symtype.pas | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/compiler/symsym.pas b/compiler/symsym.pas index c57b67a2bd..2848a14c2f 100644 --- a/compiler/symsym.pas +++ b/compiler/symsym.pas @@ -376,7 +376,7 @@ implementation {$ifdef GDB} isstabwritten := false; {$endif GDB} - fileinfo:=akttokenpos; +{ fileinfo:=akttokenpos;} lastref:=defref; _mangledname:=nil; end; @@ -2466,7 +2466,10 @@ implementation end. { $Log$ - Revision 1.149 2004-01-31 18:40:15 daniel + Revision 1.150 2004-01-31 21:09:58 daniel + * Stabs lineinfo problem fixed + + Revision 1.149 2004/01/31 18:40:15 daniel * Last steps before removal of aasmtai dependency in symsym can be accomplished. diff --git a/compiler/symtype.pas b/compiler/symtype.pas index 021ed50527..cbe92852c1 100644 --- a/compiler/symtype.pas +++ b/compiler/symtype.pas @@ -298,6 +298,7 @@ implementation refs:=0; lastwritten:=nil; refcount:=0; + fileinfo:=akttokenpos; if (cs_browser in aktmoduleswitches) and make_ref then begin defref:=tref.create(defref,@akttokenpos); @@ -1527,7 +1528,10 @@ finalization end. { $Log$ - Revision 1.36 2004-01-31 18:40:15 daniel + Revision 1.37 2004-01-31 21:09:58 daniel + * Stabs lineinfo problem fixed + + Revision 1.36 2004/01/31 18:40:15 daniel * Last steps before removal of aasmtai dependency in symsym can be accomplished.