* Put some call under Ifdef GDB, so that compiling without -dGDB works

This commit is contained in:
marco 2000-02-20 21:20:28 +00:00
parent df41d1395c
commit 8c8160bf0b

View File

@ -872,7 +872,9 @@ unit ag386att;
if not UseDeffileForExport and assigned(exportssection) then if not UseDeffileForExport and assigned(exportssection) then
Writetree(exportssection); Writetree(exportssection);
Writetree(resourcesection); Writetree(resourcesection);
{$ifdef GDB}
WriteFileEndInfo; WriteFileEndInfo;
{$ENDIF}
countlabelref:=true; countlabelref:=true;
AsmLn; AsmLn;
@ -886,7 +888,10 @@ unit ag386att;
end. end.
{ {
$Log$ $Log$
Revision 1.28 2000-02-18 21:54:07 pierre Revision 1.29 2000-02-20 21:20:28 marco
* Put some call under Ifdef GDB, so that compiling without -dGDB works
Revision 1.28 2000/02/18 21:54:07 pierre
* avoid LeText if no stabs info * avoid LeText if no stabs info
Revision 1.27 2000/02/18 12:31:07 pierre Revision 1.27 2000/02/18 12:31:07 pierre
@ -964,4 +969,4 @@ end.
Revision 1.6 1999/07/29 20:53:56 peter Revision 1.6 1999/07/29 20:53:56 peter
* write .size also * write .size also
} }