mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:00:30 +02:00
* put every proc in a new object file
This commit is contained in:
parent
f1bda1700a
commit
7373a649f1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user