* reset_gdb_info only when debuginfo is set

This commit is contained in:
peter 1998-09-21 09:00:18 +00:00
parent d11f7636be
commit fc476492a1

View File

@ -230,6 +230,7 @@ unit parser;
{ init code generator for a new module }
codegen_newmodule;
{$ifdef GDB}
if cs_debuginfo in aktmoduleswitches then
reset_gdb_info;
{$endif GDB}
@ -288,6 +289,7 @@ unit parser;
{$endif}
{$ifdef GDB}
if cs_debuginfo in aktmoduleswitches then
reset_gdb_info;
{$endif GDB}
@ -371,7 +373,10 @@ unit parser;
end.
{
$Log$
Revision 1.46 1998-09-21 08:45:12 pierre
Revision 1.47 1998-09-21 09:00:18 peter
* reset_gdb_info only when debuginfo is set
Revision 1.46 1998/09/21 08:45:12 pierre
+ added vmt_offset in tobjectdef.write for fututre use
(first steps to have objects without vmt if no virtual !!)
+ added fpu_used field for tabstractprocdef :