mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
* Stabs lineinfo problem fixed
This commit is contained in:
parent
a5665b2039
commit
2c01fc3afd
@ -376,7 +376,7 @@ implementation
|
|||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
isstabwritten := false;
|
isstabwritten := false;
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
fileinfo:=akttokenpos;
|
{ fileinfo:=akttokenpos;}
|
||||||
lastref:=defref;
|
lastref:=defref;
|
||||||
_mangledname:=nil;
|
_mangledname:=nil;
|
||||||
end;
|
end;
|
||||||
@ -2466,7 +2466,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* Last steps before removal of aasmtai dependency in symsym can be
|
||||||
accomplished.
|
accomplished.
|
||||||
|
|
||||||
|
@ -298,6 +298,7 @@ implementation
|
|||||||
refs:=0;
|
refs:=0;
|
||||||
lastwritten:=nil;
|
lastwritten:=nil;
|
||||||
refcount:=0;
|
refcount:=0;
|
||||||
|
fileinfo:=akttokenpos;
|
||||||
if (cs_browser in aktmoduleswitches) and make_ref then
|
if (cs_browser in aktmoduleswitches) and make_ref then
|
||||||
begin
|
begin
|
||||||
defref:=tref.create(defref,@akttokenpos);
|
defref:=tref.create(defref,@akttokenpos);
|
||||||
@ -1527,7 +1528,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* Last steps before removal of aasmtai dependency in symsym can be
|
||||||
accomplished.
|
accomplished.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user