From 7373a649f1e57377b97113480d79c0499669abb5 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 10 Jul 2004 20:24:34 +0000 Subject: [PATCH] * put every proc in a new object file --- compiler/psub.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/psub.pas b/compiler/psub.pas index 717059b9c4..fb60a3090b 100644 --- a/compiler/psub.pas +++ b/compiler/psub.pas @@ -849,6 +849,7 @@ implementation end; { add the procedure to the codesegment } + maybe_new_object_file(codesegment); new_section(codesegment,sec_code,lower(procdef.mangledname),aktalignment.procalign); codesegment.concatlist(aktproccode); @@ -1383,7 +1384,10 @@ implementation end. { $Log$ - Revision 1.198 2004-07-09 22:17:32 peter + Revision 1.199 2004-07-10 20:24:34 peter + * put every proc in a new object file + + Revision 1.198 2004/07/09 22:17:32 peter * revert has_localst patch * replace aktstaticsymtable/aktglobalsymtable with current_module