pmodules.pas 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762
  1. {
  2. $Id$
  3. Copyright (c) 1998-2002 by Florian Klaempfl
  4. Handles the parsing and loading of the modules (ppufiles)
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. ****************************************************************************
  17. }
  18. unit pmodules;
  19. {$i fpcdefs.inc}
  20. {$define New_GDB}
  21. interface
  22. procedure proc_unit;
  23. procedure proc_program(islibrary : boolean);
  24. implementation
  25. uses
  26. globtype,version,systems,tokens,
  27. cutils,cclasses,comphook,
  28. globals,verbose,fmodule,finput,fppu,
  29. symconst,symbase,symtype,symdef,symsym,symtable,
  30. aasmbase,aasmtai,aasmcpu,
  31. cgbase,cpuinfo,cgobj,
  32. nbas,ncgutil,
  33. link,assemble,import,export,gendef,ppu,comprsrc,
  34. cresstr,cpubase,procinfo,
  35. {$ifdef GDB}
  36. gdb,
  37. {$endif GDB}
  38. scanner,pbase,pexpr,psystem,psub;
  39. procedure fixseg(p:TAAsmoutput;sec:TSection);
  40. begin
  41. p.insert(Tai_section.Create(sec));
  42. if (cs_create_smart in aktmoduleswitches) then
  43. p.insert(Tai_cut.Create);
  44. p.concat(Tai_section.Create(sec_none));
  45. end;
  46. procedure create_objectfile;
  47. var
  48. DLLScanner : TDLLScanner;
  49. s : string;
  50. KeepShared : TStringList;
  51. begin
  52. { try to create import entries from system dlls }
  53. if target_info.DllScanSupported and
  54. (not current_module.linkOtherSharedLibs.Empty) then
  55. begin
  56. { Init DLLScanner }
  57. if assigned(CDLLScanner[target_info.system]) then
  58. DLLScanner:=CDLLScanner[target_info.system].Create
  59. else
  60. internalerror(200104121);
  61. KeepShared:=TStringList.Create;
  62. { Walk all shared libs }
  63. While not current_module.linkOtherSharedLibs.Empty do
  64. begin
  65. S:=current_module.linkOtherSharedLibs.Getusemask(link_allways);
  66. if not DLLScanner.scan(s) then
  67. KeepShared.Concat(s);
  68. end;
  69. DLLscanner.Free;
  70. { Recreate import section }
  71. if (target_info.system in [system_i386_win32,system_i386_wdosx]) then
  72. begin
  73. if assigned(importssection)then
  74. importssection.clear
  75. else
  76. importssection:=taasmoutput.Create;
  77. importlib.generatelib;
  78. end;
  79. { Readd the not processed files }
  80. while not KeepShared.Empty do
  81. begin
  82. s:=KeepShared.GetFirst;
  83. current_module.linkOtherSharedLibs.add(s,link_allways);
  84. end;
  85. KeepShared.Free;
  86. end;
  87. { create the .s file and assemble it }
  88. GenerateAsm(false);
  89. { Also create a smartlinked version ? }
  90. if (cs_create_smart in aktmoduleswitches) then
  91. begin
  92. { regenerate the importssection for win32 }
  93. if assigned(importssection) and
  94. (target_info.system in [system_i386_win32,system_i386_wdosx]) then
  95. begin
  96. importsSection.clear;
  97. importlib.generatesmartlib;
  98. end;
  99. GenerateAsm(true);
  100. if target_asm.needar then
  101. Linker.MakeStaticLibrary;
  102. end;
  103. { resource files }
  104. CompileResourceFiles;
  105. end;
  106. procedure insertobjectfile;
  107. { Insert the used object file for this unit in the used list for this unit }
  108. begin
  109. current_module.linkunitofiles.add(current_module.objfilename^,link_static);
  110. current_module.flags:=current_module.flags or uf_static_linked;
  111. if (cs_create_smart in aktmoduleswitches) then
  112. begin
  113. current_module.linkunitstaticlibs.add(current_module.staticlibfilename^,link_smart);
  114. current_module.flags:=current_module.flags or uf_smart_linked;
  115. end;
  116. end;
  117. procedure insertsegment;
  118. begin
  119. { Insert Ident of the compiler }
  120. if (not (cs_create_smart in aktmoduleswitches))
  121. {$ifndef EXTDEBUG}
  122. and (not current_module.is_unit)
  123. {$endif}
  124. then
  125. begin
  126. { align the first data }
  127. dataSegment.insert(Tai_align.Create(const_align(32)));
  128. dataSegment.insert(Tai_string.Create('FPC '+full_version_string+
  129. ' ['+date_string+'] for '+target_cpu_string+' - '+target_info.shortname));
  130. end;
  131. { align code segment }
  132. codeSegment.concat(Tai_align.Create(aktalignment.procalign));
  133. { Insert start and end of sections }
  134. fixseg(codesegment,sec_code);
  135. fixseg(datasegment,sec_data);
  136. fixseg(bsssegment,sec_bss);
  137. { we should use .rdata section for these two no ? }
  138. { .rdata is a read only data section (PM) }
  139. fixseg(rttilist,sec_data);
  140. fixseg(consts,sec_data);
  141. if assigned(resourcestringlist) then
  142. fixseg(resourcestringlist,sec_data);
  143. {$ifdef GDB}
  144. if assigned(debuglist) then
  145. begin
  146. debugList.insert(Tai_symbol.Createname('gcc2_compiled',0));
  147. debugList.insert(Tai_symbol.Createname('fpc_compiled',0));
  148. fixseg(debuglist,sec_code);
  149. end;
  150. {$endif GDB}
  151. end;
  152. procedure InsertThreadvarTablesTable;
  153. var
  154. hp : tused_unit;
  155. ltvTables : taasmoutput;
  156. count : longint;
  157. begin
  158. ltvTables:=TAAsmOutput.Create;
  159. count:=0;
  160. hp:=tused_unit(usedunits.first);
  161. while assigned(hp) do
  162. begin
  163. If (hp.u.flags and uf_threadvars)=uf_threadvars then
  164. begin
  165. ltvTables.concat(Tai_const_symbol.Createdataname(hp.u.modulename^+'_$THREADVARLIST'));
  166. inc(count);
  167. end;
  168. hp:=tused_unit(hp.next);
  169. end;
  170. { Add program threadvars, if any }
  171. If (current_module.flags and uf_threadvars)=uf_threadvars then
  172. begin
  173. ltvTables.concat(Tai_const_symbol.Createdataname(current_module.modulename^+'_$THREADVARLIST'));
  174. inc(count);
  175. end;
  176. { TableCount }
  177. ltvTables.insert(Tai_const.Create_32bit(count));
  178. ltvTables.insert(Tai_symbol.Createdataname_global('FPC_THREADVARTABLES',0));
  179. ltvTables.insert(Tai_align.Create(const_align(pointer_size)));
  180. ltvTables.concat(Tai_symbol_end.Createname('FPC_THREADVARTABLES'));
  181. { insert in data segment }
  182. if (cs_create_smart in aktmoduleswitches) then
  183. dataSegment.concat(Tai_cut.Create);
  184. dataSegment.concatlist(ltvTables);
  185. ltvTables.free;
  186. end;
  187. procedure AddToThreadvarList(p:tnamedindexitem;arg:pointer);
  188. var
  189. ltvTable : taasmoutput;
  190. begin
  191. ltvTable:=taasmoutput(arg);
  192. if (tsym(p).typ=varsym) and
  193. (vo_is_thread_var in tvarsym(p).varoptions) then
  194. begin
  195. { address of threadvar }
  196. ltvTable.concat(tai_const_symbol.createdataname(tvarsym(p).mangledname));
  197. { size of threadvar }
  198. ltvTable.concat(tai_const.create_32bit(tvarsym(p).getsize));
  199. end;
  200. end;
  201. procedure InsertThreadvars;
  202. var
  203. ltvTable : TAAsmoutput;
  204. begin
  205. ltvTable:=TAAsmoutput.create;
  206. if assigned(current_module.globalsymtable) then
  207. current_module.globalsymtable.foreach_static({$ifdef FPCPROCVAR}@{$endif}AddToThreadvarList,ltvTable);
  208. current_module.localsymtable.foreach_static({$ifdef FPCPROCVAR}@{$endif}AddToThreadvarList,ltvTable);
  209. if ltvTable.first<>nil then
  210. begin
  211. { add begin and end of the list }
  212. ltvTable.insert(tai_symbol.createdataname_global(current_module.modulename^+'_$THREADVARLIST',0));
  213. ltvTable.concat(tai_const.create_32bit(0)); { end of list marker }
  214. ltvTable.concat(tai_symbol_end.createname(current_module.modulename^+'_$THREADVARLIST'));
  215. if (cs_create_smart in aktmoduleswitches) then
  216. dataSegment.concat(Tai_cut.Create);
  217. dataSegment.concatlist(ltvTable);
  218. current_module.flags:=current_module.flags or uf_threadvars;
  219. end;
  220. ltvTable.Free;
  221. end;
  222. Procedure InsertResourceTablesTable;
  223. var
  224. hp : tused_unit;
  225. ResourceStringTables : taasmoutput;
  226. count : longint;
  227. begin
  228. ResourceStringTables:=TAAsmOutput.Create;
  229. count:=0;
  230. hp:=tused_unit(usedunits.first);
  231. while assigned(hp) do
  232. begin
  233. If (hp.u.flags and uf_has_resources)=uf_has_resources then
  234. begin
  235. ResourceStringTables.concat(Tai_const_symbol.Createdataname(hp.u.modulename^+'_RESOURCESTRINGLIST'));
  236. inc(count);
  237. end;
  238. hp:=tused_unit(hp.next);
  239. end;
  240. { Add program resources, if any }
  241. If ResourceStringList<>Nil then
  242. begin
  243. ResourceStringTables.concat(Tai_const_symbol.Createdataname(current_module.modulename^+'_RESOURCESTRINGLIST'));
  244. Inc(Count);
  245. end;
  246. { TableCount }
  247. ResourceStringTables.insert(Tai_const.Create_32bit(count));
  248. ResourceStringTables.insert(Tai_symbol.Createdataname_global('FPC_RESOURCESTRINGTABLES',0));
  249. ResourceStringTables.insert(Tai_align.Create(const_align(4)));
  250. ResourceStringTables.concat(Tai_symbol_end.Createname('FPC_RESOURCESTRINGTABLES'));
  251. { insert in data segment }
  252. if (cs_create_smart in aktmoduleswitches) then
  253. dataSegment.concat(Tai_cut.Create);
  254. dataSegment.concatlist(ResourceStringTables);
  255. ResourceStringTables.free;
  256. end;
  257. procedure InsertInitFinalTable;
  258. var
  259. hp : tused_unit;
  260. unitinits : taasmoutput;
  261. count : longint;
  262. begin
  263. unitinits:=TAAsmOutput.Create;
  264. count:=0;
  265. hp:=tused_unit(usedunits.first);
  266. while assigned(hp) do
  267. begin
  268. { call the unit init code and make it external }
  269. if (hp.u.flags and (uf_init or uf_finalize))<>0 then
  270. begin
  271. if (hp.u.flags and uf_init)<>0 then
  272. unitinits.concat(Tai_const_symbol.Createname('INIT$$'+hp.u.modulename^))
  273. else
  274. unitinits.concat(Tai_const.Create_32bit(0));
  275. if (hp.u.flags and uf_finalize)<>0 then
  276. unitinits.concat(Tai_const_symbol.Createname('FINALIZE$$'+hp.u.modulename^))
  277. else
  278. unitinits.concat(Tai_const.Create_32bit(0));
  279. inc(count);
  280. end;
  281. hp:=tused_unit(hp.next);
  282. end;
  283. { Insert initialization/finalization of the program }
  284. if (current_module.flags and (uf_init or uf_finalize))<>0 then
  285. begin
  286. if (current_module.flags and uf_init)<>0 then
  287. unitinits.concat(Tai_const_symbol.Createname('INIT$$'+current_module.modulename^))
  288. else
  289. unitinits.concat(Tai_const.Create_32bit(0));
  290. if (current_module.flags and uf_finalize)<>0 then
  291. unitinits.concat(Tai_const_symbol.Createname('FINALIZE$$'+current_module.modulename^))
  292. else
  293. unitinits.concat(Tai_const.Create_32bit(0));
  294. inc(count);
  295. end;
  296. { TableCount,InitCount }
  297. unitinits.insert(Tai_const.Create_32bit(0));
  298. unitinits.insert(Tai_const.Create_32bit(count));
  299. unitinits.insert(Tai_symbol.Createdataname_global('INITFINAL',0));
  300. unitinits.insert(Tai_align.Create(const_align(4)));
  301. unitinits.concat(Tai_symbol_end.Createname('INITFINAL'));
  302. { insert in data segment }
  303. if (cs_create_smart in aktmoduleswitches) then
  304. dataSegment.concat(Tai_cut.Create);
  305. dataSegment.concatlist(unitinits);
  306. unitinits.free;
  307. end;
  308. procedure insertheap;
  309. begin
  310. if (cs_create_smart in aktmoduleswitches) then
  311. begin
  312. bssSegment.concat(Tai_cut.Create);
  313. dataSegment.concat(Tai_cut.Create);
  314. end;
  315. { On the Macintosh Classic M68k Architecture
  316. The Heap variable is simply a POINTER to the
  317. real HEAP. The HEAP must be set up by the RTL
  318. and must store the pointer in this value.
  319. On OS/2 the heap is also intialized by the RTL. We do
  320. not output a pointer }
  321. case target_info.system of
  322. system_i386_OS2,system_i386_EMX:
  323. ;
  324. system_powerpc_macos:
  325. ;
  326. system_i386_watcom:
  327. ;
  328. system_alpha_linux:
  329. ;
  330. system_m68k_Mac:
  331. bssSegment.concat(Tai_datablock.Create_global('HEAP',4));
  332. system_m68k_PalmOS:
  333. ;
  334. else
  335. begin
  336. bssSegment.concat(Tai_align.Create(var_align(heapsize)));
  337. bssSegment.concat(Tai_datablock.Create_global('HEAP',heapsize));
  338. end;
  339. end;
  340. {$ifdef m68k}
  341. if target_info.system<>system_m68k_PalmOS then
  342. begin
  343. dataSegment.concat(Tai_align.Create(const_align(4)));
  344. dataSegment.concat(Tai_symbol.Createdataname_global('HEAPSIZE',4));
  345. dataSegment.concat(Tai_const.Create_32bit(heapsize));
  346. end;
  347. {$else m68k}
  348. dataSegment.concat(Tai_align.Create(const_align(4)));
  349. dataSegment.concat(Tai_symbol.Createdataname_global('HEAPSIZE',4));
  350. dataSegment.concat(Tai_const.Create_32bit(heapsize));
  351. {$endif m68k}
  352. end;
  353. procedure insertstacklength;
  354. begin
  355. { stacksize can be specified and is now simulated }
  356. dataSegment.concat(Tai_align.Create(const_align(4)));
  357. dataSegment.concat(Tai_symbol.Createdataname_global('__stklen',4));
  358. dataSegment.concat(Tai_const.Create_32bit(stacksize));
  359. end;
  360. procedure loaddefaultunits;
  361. procedure AddUnit(const s:string);
  362. var
  363. hp : tppumodule;
  364. unitsym : tunitsym;
  365. begin
  366. { load unit }
  367. hp:=registerunit(current_module,s,'');
  368. hp.loadppu;
  369. hp.adddependency(current_module);
  370. current_module.addusedunit(hp,false);
  371. { add to symtable stack }
  372. tsymtable(hp.globalsymtable).next:=symtablestack;
  373. symtablestack:=hp.globalsymtable;
  374. { insert unitsym }
  375. unitsym:=tunitsym.create(s,hp.globalsymtable);
  376. inc(unitsym.refs);
  377. refsymtable.insert(unitsym);
  378. end;
  379. begin
  380. { are we compiling the system unit? }
  381. if (cs_compilesystem in aktmoduleswitches) then
  382. begin
  383. { create system defines }
  384. createconstdefs;
  385. { we don't need to reset anything, it's already done in parser.pas }
  386. exit;
  387. end;
  388. { insert the system unit, it is allways the first }
  389. Symtablestack:=nil;
  390. AddUnit('System');
  391. SystemUnit:=TGlobalSymtable(Symtablestack);
  392. { read default constant definitions }
  393. make_ref:=false;
  394. readconstdefs;
  395. make_ref:=true;
  396. {$ifdef cpufpemu}
  397. { Floating point emulation unit? }
  398. if (cs_fp_emulation in aktmoduleswitches) then
  399. AddUnit('SoftFpu');
  400. {$endif cpufpemu}
  401. { Thread support unit? }
  402. if (cs_threading in aktmoduleswitches) then
  403. AddUnit('SysThrds');
  404. { Objpas unit? }
  405. if m_objpas in aktmodeswitches then
  406. AddUnit('ObjPas');
  407. { Profile unit? Needed for go32v2 only }
  408. if (cs_profile in aktmoduleswitches) and
  409. (target_info.system in [system_i386_go32v2,system_i386_watcom]) then
  410. AddUnit('Profile');
  411. { Units only required for main module }
  412. if not(current_module.is_unit) then
  413. begin
  414. { Heaptrc unit }
  415. if (cs_gdb_heaptrc in aktglobalswitches) then
  416. AddUnit('HeapTrc');
  417. { Lineinfo unit }
  418. if (cs_gdb_lineinfo in aktglobalswitches) then
  419. AddUnit('LineInfo');
  420. end;
  421. { save default symtablestack }
  422. defaultsymtablestack:=symtablestack;
  423. end;
  424. procedure loadunits;
  425. var
  426. s,sorg : stringid;
  427. fn : string;
  428. pu : tused_unit;
  429. hp2 : tmodule;
  430. hp3 : tsymtable;
  431. unitsym : tunitsym;
  432. begin
  433. consume(_USES);
  434. {$ifdef DEBUG}
  435. test_symtablestack;
  436. {$endif DEBUG}
  437. repeat
  438. s:=pattern;
  439. sorg:=orgpattern;
  440. consume(_ID);
  441. { support "<unit> in '<file>'" construct, but not for tp7 }
  442. if not(m_tp7 in aktmodeswitches) then
  443. begin
  444. if try_to_consume(_OP_IN) then
  445. fn:=FixFileName(get_stringconst)
  446. else
  447. fn:='';
  448. end;
  449. { Give a warning if objpas is loaded }
  450. if s='OBJPAS' then
  451. Message(parser_w_no_objpas_use_mode);
  452. { Using the unit itself is not possible }
  453. if (s<>current_module.modulename^) then
  454. begin
  455. { check if the unit is already used }
  456. hp2:=nil;
  457. pu:=tused_unit(current_module.used_units.first);
  458. while assigned(pu) do
  459. begin
  460. if (pu.u.modulename^=s) then
  461. begin
  462. hp2:=pu.u;
  463. break;
  464. end;
  465. pu:=tused_unit(pu.next);
  466. end;
  467. { Need to register the unit? }
  468. if not assigned(hp2) then
  469. hp2:=registerunit(current_module,sorg,fn);
  470. { the current module uses the unit hp2 }
  471. current_module.addusedunit(hp2,true);
  472. end
  473. else
  474. Message1(sym_e_duplicate_id,s);
  475. if token=_COMMA then
  476. begin
  477. pattern:='';
  478. consume(_COMMA);
  479. end
  480. else
  481. break;
  482. until false;
  483. consume(_SEMICOLON);
  484. { Load the units }
  485. pu:=tused_unit(current_module.used_units.first);
  486. while assigned(pu) do
  487. begin
  488. if pu.in_uses then
  489. begin
  490. { store the original name to create the unitsym }
  491. sorg:=pu.u.realmodulename^;
  492. tppumodule(pu.u).loadppu;
  493. { is our module compiled? then we can stop }
  494. if current_module.state=ms_compiled then
  495. exit;
  496. { add this unit to the dependencies }
  497. pu.u.adddependency(current_module);
  498. pu.checksum:=pu.u.crc;
  499. pu.interface_checksum:=pu.u.interface_crc;
  500. { Create unitsym, we need to use the name as specified, we
  501. can not use the modulename because that can be different
  502. when -Un is used. But when the names are the same then
  503. force the name of the module so there will be no difference
  504. in the case of the name }
  505. if upper(sorg)=pu.u.modulename^ then
  506. sorg:=pu.u.realmodulename^;
  507. unitsym:=tunitsym.create(sorg,pu.u.globalsymtable);
  508. if (pu.u.flags and (uf_init or uf_finalize))<>0 then
  509. inc(unitsym.refs);
  510. refsymtable.insert(unitsym);
  511. end;
  512. pu:=tused_unit(pu.next);
  513. end;
  514. { set the symtable to systemunit so it gets reorderd correctly,
  515. then insert the units in the symtablestack }
  516. pu:=tused_unit(current_module.used_units.first);
  517. symtablestack:=defaultsymtablestack;
  518. while assigned(pu) do
  519. begin
  520. {$IfDef GDB}
  521. if (cs_debuginfo in aktmoduleswitches) and
  522. (cs_gdb_dbx in aktglobalswitches) and
  523. not pu.is_stab_written then
  524. begin
  525. tglobalsymtable(pu.u.globalsymtable).concattypestabto(debuglist);
  526. pu.is_stab_written:=true;
  527. pu.unitid:=tsymtable(pu.u.globalsymtable).unitid;
  528. end;
  529. {$EndIf GDB}
  530. if pu.in_uses then
  531. begin
  532. { Reinsert in symtablestack }
  533. hp3:=symtablestack;
  534. while assigned(hp3) do
  535. begin
  536. { insert units only once ! }
  537. if pu.u.globalsymtable=hp3 then
  538. break;
  539. hp3:=hp3.next;
  540. { unit isn't inserted }
  541. if hp3=nil then
  542. begin
  543. tsymtable(pu.u.globalsymtable).next:=symtablestack;
  544. symtablestack:=tsymtable(pu.u.globalsymtable);
  545. {$ifdef DEBUG}
  546. test_symtablestack;
  547. {$endif DEBUG}
  548. end;
  549. end;
  550. end;
  551. pu:=tused_unit(pu.next);
  552. end;
  553. end;
  554. procedure write_gdb_info;
  555. {$IfDef GDB}
  556. var
  557. hp : tused_unit;
  558. begin
  559. if not (cs_debuginfo in aktmoduleswitches) then
  560. exit;
  561. { now insert the units in the symtablestack }
  562. hp:=tused_unit(current_module.used_units.first);
  563. while assigned(hp) do
  564. begin
  565. if (cs_debuginfo in aktmoduleswitches) and
  566. not hp.is_stab_written then
  567. begin
  568. tglobalsymtable(hp.u.globalsymtable).concattypestabto(debuglist);
  569. hp.is_stab_written:=true;
  570. hp.unitid:=tsymtable(hp.u.globalsymtable).unitid;
  571. end;
  572. hp:=tused_unit(hp.next);
  573. end;
  574. if (not current_module.in_interface) and
  575. assigned(current_module.localsymtable) then
  576. begin
  577. { all types }
  578. tstaticsymtable(current_module.localsymtable).concattypestabto(debuglist);
  579. { and all local symbols}
  580. tstaticsymtable(current_module.localsymtable).concatstabto(debuglist);
  581. end
  582. else if assigned(current_module.globalsymtable) then
  583. begin
  584. { all types }
  585. tglobalsymtable(current_module.globalsymtable).concattypestabto(debuglist);
  586. { and all local symbols}
  587. tglobalsymtable(current_module.globalsymtable).concatstabto(debuglist);
  588. end;
  589. if (cs_gdb_dbx in aktglobalswitches) then
  590. begin
  591. debugList.concat(tai_comment.Create(strpnew('EINCL of global '+
  592. tglobalsymtable(current_module.globalsymtable).name^+' has index '+
  593. tostr(tglobalsymtable(current_module.globalsymtable).unitid))));
  594. debugList.concat(Tai_stabs.Create(strpnew('"'+
  595. tglobalsymtable(current_module.globalsymtable).name^+'",'+
  596. tostr(N_EINCL)+',0,0,0')));
  597. tglobalsymtable(current_module.globalsymtable).dbx_count_ok:={true}false;
  598. dbx_counter:=tglobalsymtable(current_module.globalsymtable).prev_dbx_counter;
  599. do_count_dbx:=false;
  600. end;
  601. end;
  602. {$Else GDB}
  603. begin
  604. end;
  605. {$EndIf GDB}
  606. procedure parse_implementation_uses(symt:tsymtable);
  607. begin
  608. if token=_USES then
  609. begin
  610. loadunits;
  611. {$ifdef DEBUG}
  612. test_symtablestack;
  613. {$endif DEBUG}
  614. end;
  615. end;
  616. procedure setupglobalswitches;
  617. begin
  618. { can't have local browser when no global browser }
  619. if (cs_local_browser in aktmoduleswitches) and
  620. not(cs_browser in aktmoduleswitches) then
  621. exclude(aktmoduleswitches,cs_local_browser);
  622. { define a symbol in delphi,objfpc,tp,gpc mode }
  623. if (m_delphi in aktmodeswitches) then
  624. current_scanner.def_macro('FPC_DELPHI')
  625. else
  626. if (m_tp7 in aktmodeswitches) then
  627. current_scanner.def_macro('FPC_TP')
  628. else
  629. if (m_objfpc in aktmodeswitches) then
  630. current_scanner.def_macro('FPC_OBJFPC')
  631. else
  632. if (m_gpc in aktmodeswitches) then
  633. current_scanner.def_macro('FPC_GPC');
  634. end;
  635. function create_main_proc(const name:string;potype:tproctypeoption;st:tsymtable):tprocdef;
  636. var
  637. stt : tsymtable;
  638. ps : tprocsym;
  639. pd : tprocdef;
  640. begin
  641. { there should be no current_procinfo available }
  642. if assigned(current_procinfo) then
  643. internalerror(200304275);
  644. {Generate a procsym for main}
  645. make_ref:=false;
  646. { try to insert in in static symtable ! }
  647. stt:=symtablestack;
  648. symtablestack:=st;
  649. { generate procsym }
  650. ps:=tprocsym.create('$'+name);
  651. { main are allways used }
  652. inc(ps.refs);
  653. symtablestack.insert(ps);
  654. pd:=tprocdef.create(main_program_level);
  655. include(pd.procoptions,po_public);
  656. pd.procsym:=ps;
  657. ps.addprocdef(pd);
  658. { restore symtable }
  659. make_ref:=true;
  660. symtablestack:=stt;
  661. { set procdef options }
  662. pd.proctypeoption:=potype;
  663. pd.proccalloption:=pocall_default;
  664. pd.forwarddef:=false;
  665. pd.setmangledname(target_info.cprefix+name);
  666. pd.aliasnames.insert(pd.mangledname);
  667. { We don't need is a local symtable. Change it into the static
  668. symtable }
  669. pd.localst.free;
  670. pd.localst:=st;
  671. { set procinfo and current_procinfo.procdef }
  672. current_procinfo:=cprocinfo.create(nil);
  673. current_module.procinfo:=current_procinfo;
  674. current_procinfo.procdef:=pd;
  675. { return procdef }
  676. create_main_proc:=pd;
  677. end;
  678. procedure release_main_proc(pd:tprocdef);
  679. begin
  680. { this is a main proc, so there should be no parent }
  681. if not(assigned(current_procinfo)) or
  682. assigned(current_procinfo.parent) or
  683. not(current_procinfo.procdef=pd) then
  684. internalerror(200304276);
  685. { remove procinfo }
  686. current_module.procinfo:=nil;
  687. current_procinfo.free;
  688. current_procinfo:=nil;
  689. { remove localst as it was replaced by staticsymtable }
  690. pd.localst:=nil;
  691. end;
  692. procedure gen_implicit_initfinal(list:taasmoutput;flag:word;st:tsymtable);
  693. var
  694. pd : tprocdef;
  695. begin
  696. { update module flags }
  697. current_module.flags:=current_module.flags or flag;
  698. { create procdef }
  699. case flag of
  700. uf_init :
  701. begin
  702. pd:=create_main_proc(current_module.modulename^+'_init_implicit',potype_unitinit,st);
  703. pd.aliasnames.insert('INIT$$'+current_module.modulename^);
  704. end;
  705. uf_finalize :
  706. begin
  707. pd:=create_main_proc(current_module.modulename^+'_finalize_implicit',potype_unitfinalize,st);
  708. pd.aliasnames.insert('FINALIZE$$'+current_module.modulename^);
  709. end;
  710. else
  711. internalerror(200304253);
  712. end;
  713. tcgprocinfo(current_procinfo).code:=cnothingnode.create;
  714. add_entry_exit_code(tcgprocinfo(current_procinfo).code,aktfilepos,aktfilepos);
  715. tcgprocinfo(current_procinfo).generate_code;
  716. release_main_proc(pd);
  717. end;
  718. procedure proc_unit;
  719. function is_assembler_generated:boolean;
  720. begin
  721. is_assembler_generated:=(Errorcount=0) and
  722. not(
  723. codeSegment.empty and
  724. dataSegment.empty and
  725. bssSegment.empty and
  726. ((importssection=nil) or importsSection.empty) and
  727. ((resourcesection=nil) or resourceSection.empty) and
  728. ((resourcestringlist=nil) or resourcestringList.empty)
  729. );
  730. end;
  731. var
  732. main_file: tinputfile;
  733. st : tsymtable;
  734. unitst : tglobalsymtable;
  735. {$ifdef GDB}
  736. pu : tused_unit;
  737. {$endif GDB}
  738. store_crc,store_interface_crc : cardinal;
  739. s2 : ^string; {Saves stack space}
  740. force_init_final : boolean;
  741. initfinalcode : taasmoutput;
  742. pd : tprocdef;
  743. begin
  744. initfinalcode:=taasmoutput.create;
  745. consume(_UNIT);
  746. if compile_level=1 then
  747. Status.IsExe:=false;
  748. if token=_ID then
  749. begin
  750. { create filenames and unit name }
  751. main_file := current_scanner.inputfile;
  752. while assigned(main_file.next) do
  753. main_file := main_file.next;
  754. current_module.SetFileName(main_file.path^+main_file.name^,true);
  755. current_module.SetModuleName(orgpattern);
  756. { check for system unit }
  757. new(s2);
  758. s2^:=upper(SplitName(main_file.name^));
  759. if (cs_check_unit_name in aktglobalswitches) and
  760. not((current_module.modulename^=s2^) or
  761. ((length(current_module.modulename^)>8) and
  762. (copy(current_module.modulename^,1,8)=s2^))) then
  763. Message1(unit_e_illegal_unit_name,current_module.realmodulename^);
  764. if (current_module.modulename^='SYSTEM') then
  765. include(aktmoduleswitches,cs_compilesystem);
  766. dispose(s2);
  767. end;
  768. consume(_ID);
  769. consume(_SEMICOLON);
  770. consume(_INTERFACE);
  771. { global switches are read, so further changes aren't allowed }
  772. current_module.in_global:=false;
  773. { handle the global switches }
  774. setupglobalswitches;
  775. message1(unit_u_loading_interface_units,current_module.modulename^);
  776. { update status }
  777. status.currentmodule:=current_module.realmodulename^;
  778. { maybe turn off m_objpas if we are compiling objpas }
  779. if (current_module.modulename^='OBJPAS') then
  780. exclude(aktmodeswitches,m_objpas);
  781. parse_only:=true;
  782. { generate now the global symboltable }
  783. st:=tglobalsymtable.create(current_module.modulename^);
  784. refsymtable:=st;
  785. unitst:=tglobalsymtable(st);
  786. { define first as local to overcome dependency conflicts }
  787. current_module.localsymtable:=st;
  788. { the unit name must be usable as a unit specifier }
  789. { inside the unit itself (PM) }
  790. { this also forbids to have another symbol }
  791. { with the same name as the unit }
  792. refsymtable.insert(tunitsym.create(current_module.realmodulename^,unitst));
  793. { load default units, like the system unit }
  794. loaddefaultunits;
  795. { reset }
  796. make_ref:=true;
  797. { insert qualifier for the system unit (allows system.writeln) }
  798. if not(cs_compilesystem in aktmoduleswitches) then
  799. begin
  800. if token=_USES then
  801. begin
  802. loadunits;
  803. { has it been compiled at a higher level ?}
  804. if current_module.state=ms_compiled then
  805. begin
  806. { this unit symtable is obsolete }
  807. { dispose(unitst,done);
  808. disposed as localsymtable !! }
  809. RestoreUnitSyms;
  810. exit;
  811. end;
  812. end;
  813. { ... but insert the symbol table later }
  814. st.next:=symtablestack;
  815. symtablestack:=st;
  816. end
  817. else
  818. { while compiling a system unit, some types are directly inserted }
  819. begin
  820. st.next:=symtablestack;
  821. symtablestack:=st;
  822. insert_intern_types(st);
  823. end;
  824. { now we know the place to insert the constants }
  825. constsymtable:=symtablestack;
  826. { move the global symtab from the temporary local to global }
  827. current_module.globalsymtable:=current_module.localsymtable;
  828. current_module.localsymtable:=nil;
  829. reset_global_defs;
  830. { number all units, so we know if a unit is used by this unit or
  831. needs to be added implicitly }
  832. current_module.numberunits;
  833. { ... parse the declarations }
  834. Message1(parser_u_parsing_interface,current_module.realmodulename^);
  835. read_interface_declarations;
  836. { leave when we got an error }
  837. if (Errorcount>0) and not status.skip_error then
  838. begin
  839. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  840. status.skip_error:=true;
  841. exit;
  842. end;
  843. {$ifdef New_GDB}
  844. write_gdb_info;
  845. {$endIf Def New_GDB}
  846. if not(cs_compilesystem in aktmoduleswitches) and
  847. (Errorcount=0) then
  848. tppumodule(current_module).getppucrc;
  849. { we have a new interface loaded, reload all flagged units }
  850. reload_flagged_units;
  851. { Parse the implementation section }
  852. consume(_IMPLEMENTATION);
  853. current_module.in_interface:=false;
  854. current_module.interface_compiled:=true;
  855. Message1(unit_u_loading_implementation_units,current_module.modulename^);
  856. parse_only:=false;
  857. { generates static symbol table }
  858. st:=tstaticsymtable.create(current_module.modulename^);
  859. current_module.localsymtable:=st;
  860. { remove the globalsymtable from the symtable stack }
  861. { to reinsert it after loading the implementation units }
  862. symtablestack:=unitst.next;
  863. { we don't want implementation units symbols in unitsymtable !! PM }
  864. refsymtable:=st;
  865. { Read the implementation units }
  866. parse_implementation_uses(unitst);
  867. if current_module.state=ms_compiled then
  868. begin
  869. RestoreUnitSyms;
  870. exit;
  871. end;
  872. { reset ranges/stabs in exported definitions }
  873. reset_global_defs;
  874. { All units are read, now give them a number }
  875. current_module.numberunits;
  876. { now we can change refsymtable }
  877. refsymtable:=st;
  878. { but reinsert the global symtable as lasts }
  879. unitst.next:=symtablestack;
  880. symtablestack:=unitst;
  881. tstoredsymtable(symtablestack).chainoperators;
  882. {$ifdef DEBUG}
  883. test_symtablestack;
  884. {$endif DEBUG}
  885. constsymtable:=symtablestack;
  886. {$ifdef Splitheap}
  887. if testsplit then
  888. begin
  889. Split_Heap;
  890. allow_special:=true;
  891. Switch_to_temp_heap;
  892. end;
  893. { it will report all crossings }
  894. allow_special:=false;
  895. {$endif Splitheap}
  896. Message1(parser_u_parsing_implementation,current_module.modulename^);
  897. if current_module.in_interface then
  898. internalerror(200212285);
  899. { Compile the unit }
  900. pd:=create_main_proc(current_module.modulename^+'_init',potype_unitinit,st);
  901. pd.aliasnames.insert('INIT$$'+current_module.modulename^);
  902. tcgprocinfo(current_procinfo).parse_body;
  903. tcgprocinfo(current_procinfo).generate_code;
  904. tcgprocinfo(current_procinfo).resetprocdef;
  905. release_main_proc(pd);
  906. { if the unit contains ansi/widestrings, initialization and
  907. finalization code must be forced }
  908. force_init_final:=tglobalsymtable(current_module.globalsymtable).needs_init_final or
  909. tstaticsymtable(current_module.localsymtable).needs_init_final;
  910. { should we force unit initialization? }
  911. { this is a hack, but how can it be done better ? }
  912. if force_init_final and ((current_module.flags and uf_init)=0) then
  913. begin
  914. gen_implicit_initfinal(initfinalcode,uf_init,st);
  915. codesegment.concatlist(initfinalcode);
  916. end;
  917. { finalize? }
  918. if token=_FINALIZATION then
  919. begin
  920. { set module options }
  921. current_module.flags:=current_module.flags or uf_finalize;
  922. { Compile the finalize }
  923. pd:=create_main_proc(current_module.modulename^+'_finalize',potype_unitfinalize,st);
  924. pd.aliasnames.insert('FINALIZE$$'+current_module.modulename^);
  925. tcgprocinfo(current_procinfo).parse_body;
  926. tcgprocinfo(current_procinfo).generate_code;
  927. tcgprocinfo(current_procinfo).resetprocdef;
  928. release_main_proc(pd);
  929. end
  930. else if force_init_final then
  931. begin
  932. gen_implicit_initfinal(initfinalcode,uf_finalize,st);
  933. codesegment.concatlist(initfinalcode);
  934. end;
  935. { the last char should always be a point }
  936. consume(_POINT);
  937. { generate a list of threadvars }
  938. InsertThreadvars;
  939. { Generate resoucestrings }
  940. If ResourceStrings.ResStrCount>0 then
  941. begin
  942. ResourceStrings.CreateResourceStringList;
  943. current_module.flags:=current_module.flags or uf_has_resources;
  944. { only write if no errors found }
  945. if (Errorcount=0) then
  946. ResourceStrings.WriteResourceFile(ForceExtension(current_module.ppufilename^,'.rst'));
  947. end;
  948. { test static symtable }
  949. if (Errorcount=0) then
  950. begin
  951. tstoredsymtable(st).allsymbolsused;
  952. tstoredsymtable(st).allunitsused;
  953. tstoredsymtable(st).allprivatesused;
  954. end;
  955. { size of the static data }
  956. // datasize:=st.datasize;
  957. {$ifdef GDB}
  958. { add all used definitions even for implementation}
  959. if (cs_debuginfo in aktmoduleswitches) then
  960. begin
  961. {$IfnDef New_GDB}
  962. if assigned(current_module.globalsymtable) then
  963. begin
  964. { all types }
  965. tglobalsymtable(current_module.globalsymtable).concattypestabto(debuglist);
  966. { and all local symbols}
  967. tglobalsymtable(current_module.globalsymtable).concatstabto(debuglist);
  968. end;
  969. { all local types }
  970. tglobalsymtable(st)^.concattypestabto(debuglist);
  971. { and all local symbols}
  972. st^.concatstabto(debuglist);
  973. {$else New_GDB}
  974. write_gdb_info;
  975. {$endIf Def New_GDB}
  976. end;
  977. {$endif GDB}
  978. reset_global_defs;
  979. if (Errorcount=0) then
  980. begin
  981. { tests, if all (interface) forwards are resolved }
  982. tstoredsymtable(symtablestack).check_forwards;
  983. { check if all private fields are used }
  984. tstoredsymtable(symtablestack).allprivatesused;
  985. { remove cross unit overloads }
  986. tstoredsymtable(symtablestack).unchain_overloaded;
  987. end;
  988. {$ifdef GDB}
  989. tglobalsymtable(symtablestack).is_stab_written:=false;
  990. {$endif GDB}
  991. { leave when we got an error }
  992. if (Errorcount>0) and not status.skip_error then
  993. begin
  994. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  995. status.skip_error:=true;
  996. exit;
  997. end;
  998. { generate imports }
  999. if current_module.uses_imports then
  1000. importlib.generatelib;
  1001. { insert own objectfile, or say that it's in a library
  1002. (no check for an .o when loading) }
  1003. if is_assembler_generated then
  1004. insertobjectfile
  1005. else
  1006. current_module.flags:=current_module.flags or uf_no_link;
  1007. if cs_local_browser in aktmoduleswitches then
  1008. current_module.localsymtable:=refsymtable;
  1009. {$ifdef GDB}
  1010. pu:=tused_unit(usedunits.first);
  1011. while assigned(pu) do
  1012. begin
  1013. if assigned(pu.u.globalsymtable) then
  1014. tglobalsymtable(pu.u.globalsymtable).is_stab_written:=false;
  1015. pu:=tused_unit(pu.next);
  1016. end;
  1017. {$endif GDB}
  1018. if is_assembler_generated then
  1019. begin
  1020. { finish asmlist by adding segment starts }
  1021. insertsegment;
  1022. { assemble }
  1023. create_objectfile;
  1024. end;
  1025. { Write out the ppufile after the object file has been created }
  1026. store_interface_crc:=current_module.interface_crc;
  1027. store_crc:=current_module.crc;
  1028. if (Errorcount=0) then
  1029. tppumodule(current_module).writeppu;
  1030. if not(cs_compilesystem in aktmoduleswitches) then
  1031. if store_interface_crc<>current_module.interface_crc then
  1032. Message1(unit_u_interface_crc_changed,current_module.ppufilename^);
  1033. {$ifdef EXTDEBUG}
  1034. if not(cs_compilesystem in aktmoduleswitches) then
  1035. if (store_crc<>current_module.crc) and simplify_ppu then
  1036. Message1(unit_u_implementation_crc_changed,current_module.ppufilename^);
  1037. {$endif EXTDEBUG}
  1038. { remove static symtable (=refsymtable) here to save some mem }
  1039. if not (cs_local_browser in aktmoduleswitches) then
  1040. begin
  1041. st.free;
  1042. current_module.localsymtable:=nil;
  1043. end;
  1044. RestoreUnitSyms;
  1045. { leave when we got an error }
  1046. if (Errorcount>0) and not status.skip_error then
  1047. begin
  1048. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1049. status.skip_error:=true;
  1050. exit;
  1051. end;
  1052. initfinalcode.free;
  1053. Message1(unit_u_finished_compiling,current_module.modulename^);
  1054. end;
  1055. procedure proc_program(islibrary : boolean);
  1056. var
  1057. main_file: tinputfile;
  1058. st : tsymtable;
  1059. hp : tmodule;
  1060. initfinalcode : taasmoutput;
  1061. pd : tprocdef;
  1062. begin
  1063. initfinalcode:=taasmoutput.create;
  1064. DLLsource:=islibrary;
  1065. Status.IsLibrary:=IsLibrary;
  1066. Status.IsExe:=true;
  1067. parse_only:=false;
  1068. { relocation works only without stabs under win32 !! PM }
  1069. { internal assembler uses rva for stabs info
  1070. so it should work with relocated DLLs }
  1071. if RelocSection and
  1072. (target_info.system in [system_i386_win32,system_i386_wdosx]) and
  1073. (target_info.assem<>as_i386_pecoff) then
  1074. begin
  1075. include(aktglobalswitches,cs_link_strip);
  1076. { Warning stabs info does not work with reloc section !! }
  1077. if cs_debuginfo in aktmoduleswitches then
  1078. begin
  1079. Message1(parser_w_parser_reloc_no_debug,current_module.mainsource^);
  1080. Message(parser_w_parser_win32_debug_needs_WN);
  1081. exclude(aktmoduleswitches,cs_debuginfo);
  1082. end;
  1083. end;
  1084. { get correct output names }
  1085. main_file := current_scanner.inputfile;
  1086. while assigned(main_file.next) do
  1087. main_file := main_file.next;
  1088. current_module.SetFileName(main_file.path^+main_file.name^,true);
  1089. if islibrary then
  1090. begin
  1091. consume(_LIBRARY);
  1092. stringdispose(current_module.modulename);
  1093. current_module.modulename:=stringdup(pattern);
  1094. current_module.islibrary:=true;
  1095. exportlib.preparelib(pattern);
  1096. consume(_ID);
  1097. consume(_SEMICOLON);
  1098. end
  1099. else
  1100. { is there an program head ? }
  1101. if token=_PROGRAM then
  1102. begin
  1103. consume(_PROGRAM);
  1104. stringdispose(current_module.modulename);
  1105. stringdispose(current_module.realmodulename);
  1106. current_module.modulename:=stringdup(pattern);
  1107. current_module.realmodulename:=stringdup(orgpattern);
  1108. if (target_info.system in [system_i386_WIN32,system_i386_wdosx]) then
  1109. exportlib.preparelib(pattern);
  1110. consume(_ID);
  1111. if token=_LKLAMMER then
  1112. begin
  1113. consume(_LKLAMMER);
  1114. repeat
  1115. consume(_ID);
  1116. until not try_to_consume(_COMMA);
  1117. consume(_RKLAMMER);
  1118. end;
  1119. consume(_SEMICOLON);
  1120. end
  1121. else if (target_info.system in [system_i386_WIN32,system_i386_wdosx]) then
  1122. exportlib.preparelib(current_module.modulename^);
  1123. { global switches are read, so further changes aren't allowed }
  1124. current_module.in_global:=false;
  1125. { setup things using the global switches }
  1126. setupglobalswitches;
  1127. { set implementation flag }
  1128. current_module.in_interface:=false;
  1129. current_module.interface_compiled:=true;
  1130. { insert after the unit symbol tables the static symbol table }
  1131. { of the program }
  1132. st:=tstaticsymtable.create(current_module.modulename^);;
  1133. current_module.localsymtable:=st;
  1134. refsymtable:=st;
  1135. { load standard units (system,objpas,profile unit) }
  1136. loaddefaultunits;
  1137. {Load the units used by the program we compile.}
  1138. if token=_USES then
  1139. loadunits;
  1140. tstoredsymtable(symtablestack).chainoperators;
  1141. { reset ranges/stabs in exported definitions }
  1142. reset_global_defs;
  1143. { All units are read, now give them a number }
  1144. current_module.numberunits;
  1145. {Insert the name of the main program into the symbol table.}
  1146. if current_module.realmodulename^<>'' then
  1147. st.insert(tunitsym.create(current_module.realmodulename^,st));
  1148. { ...is also constsymtable, this is the symtable where }
  1149. { the elements of enumeration types are inserted }
  1150. constsymtable:=st;
  1151. Message1(parser_u_parsing_implementation,current_module.mainsource^);
  1152. { The program intialization needs an alias, so it can be called
  1153. from the bootstrap code.}
  1154. if islibrary then
  1155. begin
  1156. pd:=create_main_proc(current_module.modulename^+'_main',potype_proginit,st);
  1157. { Win32 startup code needs a single name }
  1158. // if (target_info.system in [system_i386_win32,system_i386_wdosx]) then
  1159. pd.aliasnames.insert('PASCALMAIN');
  1160. end
  1161. else
  1162. begin
  1163. pd:=create_main_proc('main',potype_proginit,st);
  1164. pd.aliasnames.insert('PASCALMAIN');
  1165. end;
  1166. tcgprocinfo(current_procinfo).parse_body;
  1167. tcgprocinfo(current_procinfo).generate_code;
  1168. tcgprocinfo(current_procinfo).resetprocdef;
  1169. release_main_proc(pd);
  1170. { should we force unit initialization? }
  1171. if tstaticsymtable(current_module.localsymtable).needs_init_final then
  1172. begin
  1173. { initialize section }
  1174. gen_implicit_initfinal(initfinalcode,uf_init,st);
  1175. codesegment.concatlist(initfinalcode);
  1176. { finalize section }
  1177. gen_implicit_initfinal(initfinalcode,uf_finalize,st);
  1178. codesegment.concatlist(initfinalcode);
  1179. end;
  1180. { Add symbol to the exports section for win32 so smartlinking a
  1181. DLL will include the edata section }
  1182. if assigned(exportlib) and
  1183. (target_info.system in [system_i386_win32,system_i386_wdosx]) and
  1184. assigned(current_module._exports.first) then
  1185. codesegment.concat(tai_const_symbol.create(exportlib.edatalabel));
  1186. If ResourceStrings.ResStrCount>0 then
  1187. begin
  1188. ResourceStrings.CreateResourceStringList;
  1189. { only write if no errors found }
  1190. if (Errorcount=0) then
  1191. ResourceStrings.WriteResourceFile(ForceExtension(current_module.ppufilename^,'.rst'));
  1192. end;
  1193. { finalize? }
  1194. if token=_FINALIZATION then
  1195. begin
  1196. { set module options }
  1197. current_module.flags:=current_module.flags or uf_finalize;
  1198. { Compile the finalize }
  1199. pd:=create_main_proc(current_module.modulename^+'_finalize',potype_unitfinalize,st);
  1200. pd.aliasnames.insert('FINALIZE$$'+current_module.modulename^);
  1201. tcgprocinfo(current_procinfo).parse_body;
  1202. tcgprocinfo(current_procinfo).generate_code;
  1203. tcgprocinfo(current_procinfo).resetprocdef;
  1204. release_main_proc(pd);
  1205. end;
  1206. { consume the last point }
  1207. consume(_POINT);
  1208. {$ifdef New_GDB}
  1209. write_gdb_info;
  1210. {$endIf Def New_GDB}
  1211. { leave when we got an error }
  1212. if (Errorcount>0) and not status.skip_error then
  1213. begin
  1214. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1215. status.skip_error:=true;
  1216. exit;
  1217. end;
  1218. { test static symtable }
  1219. if (Errorcount=0) then
  1220. begin
  1221. tstoredsymtable(st).allsymbolsused;
  1222. tstoredsymtable(st).allunitsused;
  1223. tstoredsymtable(st).allprivatesused;
  1224. end;
  1225. { generate a list of threadvars }
  1226. InsertThreadvars;
  1227. { generate imports }
  1228. if current_module.uses_imports then
  1229. importlib.generatelib;
  1230. if islibrary or
  1231. (target_info.system in [system_i386_WIN32,system_i386_wdosx]) or
  1232. (target_info.system=system_i386_NETWARE) then
  1233. exportlib.generatelib;
  1234. { insert Tables and Heap }
  1235. insertThreadVarTablesTable;
  1236. insertResourceTablesTable;
  1237. insertinitfinaltable;
  1238. insertheap;
  1239. insertstacklength;
  1240. // datasize:=symtablestack.datasize;
  1241. { finish asmlist by adding segment starts }
  1242. insertsegment;
  1243. { insert own objectfile }
  1244. insertobjectfile;
  1245. { assemble and link }
  1246. create_objectfile;
  1247. { leave when we got an error }
  1248. if (Errorcount>0) and not status.skip_error then
  1249. begin
  1250. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1251. status.skip_error:=true;
  1252. exit;
  1253. end;
  1254. { create the executable when we are at level 1 }
  1255. if (compile_level=1) then
  1256. begin
  1257. { insert all .o files from all loaded units }
  1258. hp:=tmodule(loaded_units.first);
  1259. while assigned(hp) do
  1260. begin
  1261. linker.AddModuleFiles(hp);
  1262. hp:=tmodule(hp.next);
  1263. end;
  1264. { write .def file }
  1265. if (cs_link_deffile in aktglobalswitches) then
  1266. deffile.writefile;
  1267. { finally we can create a executable }
  1268. if (not current_module.is_unit) then
  1269. begin
  1270. if DLLSource then
  1271. linker.MakeSharedLibrary
  1272. else
  1273. linker.MakeExecutable;
  1274. end;
  1275. end;
  1276. initfinalcode.free;
  1277. end;
  1278. end.
  1279. {
  1280. $Log$
  1281. Revision 1.128 2003-10-01 20:34:49 peter
  1282. * procinfo unit contains tprocinfo
  1283. * cginfo renamed to cgbase
  1284. * moved cgmessage to verbose
  1285. * fixed ppc and sparc compiles
  1286. Revision 1.127 2003/09/30 08:39:50 michael
  1287. + Patch from Wiktor Sywula for watcom support
  1288. Revision 1.126 2003/09/23 18:03:08 peter
  1289. * add missing release of main_proc
  1290. Revision 1.125 2003/09/23 17:56:05 peter
  1291. * locals and paras are allocated in the code generation
  1292. * tvarsym.localloc contains the location of para/local when
  1293. generating code for the current procedure
  1294. Revision 1.124 2003/09/09 20:59:27 daniel
  1295. * Adding register allocation order
  1296. Revision 1.123 2003/09/09 15:55:44 peter
  1297. * use register with least interferences in spillregister
  1298. Revision 1.122 2003/09/07 22:09:35 peter
  1299. * preparations for different default calling conventions
  1300. * various RA fixes
  1301. Revision 1.121 2003/09/05 17:41:12 florian
  1302. * merged Wiktor's Watcom patches in 1.1
  1303. Revision 1.120 2003/08/23 22:29:24 peter
  1304. * reload flagged units when interface is loaded
  1305. Revision 1.119 2003/08/21 14:47:41 peter
  1306. * remove convert_registers
  1307. Revision 1.118 2003/08/20 17:48:49 peter
  1308. * fixed stackalloc to not allocate localst.datasize twice
  1309. * order of stackalloc code fixed for implicit init/final
  1310. Revision 1.117 2003/08/20 09:07:00 daniel
  1311. * New register coding now mandatory, some more convert_registers calls
  1312. removed.
  1313. Revision 1.116 2003/07/23 11:04:15 jonas
  1314. * split en_exit_code into a part that may allocate a register and a part
  1315. that doesn't, so the former can be done before the register colouring
  1316. has been performed
  1317. Revision 1.115 2003/07/06 17:58:22 peter
  1318. * framepointer fixes for sparc
  1319. * parent framepointer code more generic
  1320. Revision 1.114 2003/06/13 21:19:31 peter
  1321. * current_procdef removed, use current_procinfo.procdef instead
  1322. Revision 1.113 2003/06/09 12:23:30 peter
  1323. * init/final of procedure data splitted from genentrycode
  1324. * use asmnode getposition to insert final at the correct position
  1325. als for the implicit try...finally
  1326. Revision 1.112 2003/06/07 20:26:32 peter
  1327. * re-resolving added instead of reloading from ppu
  1328. * tderef object added to store deref info for resolving
  1329. Revision 1.111 2003/06/03 20:21:45 mazen
  1330. - removed unneeded ifdefs
  1331. - removed unneeded cases for sparc and x86_64
  1332. Revision 1.110 2003/06/03 13:01:59 daniel
  1333. * Register allocator finished
  1334. Revision 1.109 2003/05/26 21:17:17 peter
  1335. * procinlinenode removed
  1336. * aktexit2label removed, fast exit removed
  1337. + tcallnode.inlined_pass_2 added
  1338. Revision 1.108 2003/05/25 10:27:12 peter
  1339. * moved Comment calls to messge file
  1340. Revision 1.107 2003/05/22 21:31:35 peter
  1341. * defer codegeneration for nested procedures
  1342. Revision 1.106 2003/05/15 18:58:53 peter
  1343. * removed selfpointer_offset, vmtpointer_offset
  1344. * tvarsym.adjusted_address
  1345. * address in localsymtable is now in the real direction
  1346. * removed some obsolete globals
  1347. Revision 1.105 2003/05/11 19:31:28 florian
  1348. * fixed implicit init/final code for units, stack frame was wrong for ppc
  1349. Revision 1.104 2003/04/28 21:19:02 peter
  1350. * fix stabs generation for implicit initfinal
  1351. Revision 1.103 2003/04/27 11:21:34 peter
  1352. * aktprocdef renamed to current_procinfo.procdef
  1353. * procinfo renamed to current_procinfo
  1354. * procinfo will now be stored in current_module so it can be
  1355. cleaned up properly
  1356. * gen_main_procsym changed to create_main_proc and release_main_proc
  1357. to also generate a tprocinfo structure
  1358. * fixed unit implicit initfinal
  1359. Revision 1.102 2003/04/27 07:29:50 peter
  1360. * current_procinfo.procdef cleanup, current_procdef is now always nil when parsing
  1361. a new procdef declaration
  1362. * aktprocsym removed
  1363. * lexlevel removed, use symtable.symtablelevel instead
  1364. * implicit init/final code uses the normal genentry/genexit
  1365. * funcret state checking updated for new funcret handling
  1366. Revision 1.101 2003/04/23 12:35:34 florian
  1367. * fixed several issues with powerpc
  1368. + applied a patch from Jonas for nested function calls (PowerPC only)
  1369. * ...
  1370. Revision 1.100 2003/04/12 15:13:03 peter
  1371. * Use the original unitname when defining a unitsym
  1372. Revision 1.99 2003/03/23 23:21:42 hajny
  1373. + emx target added
  1374. Revision 1.98 2003/03/17 22:20:08 peter
  1375. *** empty log message ***
  1376. Revision 1.97 2003/03/17 13:36:39 peter
  1377. * fix import linking under linux
  1378. Revision 1.96 2003/02/19 22:00:14 daniel
  1379. * Code generator converted to new register notation
  1380. - Horribily outdated todo.txt removed
  1381. Revision 1.95 2003/02/06 22:36:55 mazen
  1382. * fixing bug related to errornous program main entry stack frame
  1383. Revision 1.94 2003/01/30 21:46:20 peter
  1384. * tai_const_symbol.createdataname added
  1385. Revision 1.93 2003/01/11 11:19:54 hajny
  1386. * correction from rev. 1.88 put back
  1387. Revision 1.92 2003/01/08 18:43:56 daniel
  1388. * Tregister changed into a record
  1389. Revision 1.91 2003/01/05 13:36:53 florian
  1390. * x86-64 compiles
  1391. + very basic support for float128 type (x86-64 only)
  1392. Revision 1.90 2002/12/29 18:17:23 peter
  1393. * insert unitsym with the name as specified in the uses list
  1394. Revision 1.89 2002/12/29 14:57:50 peter
  1395. * unit loading changed to first register units and load them
  1396. afterwards. This is needed to support uses xxx in yyy correctly
  1397. * unit dependency check fixed
  1398. Revision 1.88 2002/12/27 19:09:33 hajny
  1399. * another (hopefully final ;-) ) fix for not linked import libraries for units with no code
  1400. Revision 1.87 2002/12/24 23:32:56 peter
  1401. * Use FixFilename for specified unit sourcefile in uses
  1402. Revision 1.86 2002/12/06 16:56:58 peter
  1403. * only compile cs_fp_emulation support when cpufpuemu is defined
  1404. * define cpufpuemu for m68k only
  1405. Revision 1.85 2002/11/30 21:32:24 carl
  1406. + Add loading of softfpu in emulation mode
  1407. + Correct routine call for softfpu
  1408. * Extended type must also be defined even with softfpu
  1409. Revision 1.84 2002/11/15 01:58:53 peter
  1410. * merged changes from 1.0.7 up to 04-11
  1411. - -V option for generating bug report tracing
  1412. - more tracing for option parsing
  1413. - errors for cdecl and high()
  1414. - win32 import stabs
  1415. - win32 records<=8 are returned in eax:edx (turned off by default)
  1416. - heaptrc update
  1417. - more info for temp management in .s file with EXTDEBUG
  1418. Revision 1.83 2002/11/09 15:33:26 carl
  1419. * major alignment updates
  1420. Revision 1.82 2002/10/16 06:32:52 michael
  1421. + Renamed thread unit to systhrds
  1422. Revision 1.81 2002/10/14 19:42:34 peter
  1423. * only use init tables for threadvars
  1424. Revision 1.80 2002/10/06 19:41:30 peter
  1425. * Add finalization of typed consts
  1426. * Finalization of globals in the main program
  1427. Revision 1.79 2002/09/09 17:34:15 peter
  1428. * tdicationary.replace added to replace and item in a dictionary. This
  1429. is only allowed for the same name
  1430. * varsyms are inserted in symtable before the types are parsed. This
  1431. fixes the long standing "var longint : longint" bug
  1432. - consume_idlist and idstringlist removed. The loops are inserted
  1433. at the callers place and uses the symtable for duplicate id checking
  1434. Revision 1.78 2002/09/07 15:25:07 peter
  1435. * old logs removed and tabs fixed
  1436. Revision 1.77 2002/09/03 16:26:27 daniel
  1437. * Make Tprocdef.defs protected
  1438. Revision 1.76 2002/09/02 18:46:26 peter
  1439. * insert PASCALMAIN in library for Win32 only
  1440. Revision 1.75 2002/08/31 15:59:30 florian
  1441. + HEAP* stuff must be generated for Linux/PPC as well
  1442. + direct assembler reader searches now global and static symtables as well
  1443. Revision 1.74 2002/08/25 19:25:20 peter
  1444. * sym.insert_in_data removed
  1445. * symtable.insertvardata/insertconstdata added
  1446. * removed insert_in_data call from symtable.insert, it needs to be
  1447. called separatly. This allows to deref the address calculation
  1448. * procedures now calculate the parast addresses after the procedure
  1449. directives are parsed. This fixes the cdecl parast problem
  1450. * push_addr_param has an extra argument that specifies if cdecl is used
  1451. or not
  1452. Revision 1.73 2002/08/18 20:06:25 peter
  1453. * inlining is now also allowed in interface
  1454. * renamed write/load to ppuwrite/ppuload
  1455. * tnode storing in ppu
  1456. * nld,ncon,nbas are already updated for storing in ppu
  1457. Revision 1.72 2002/08/17 09:23:39 florian
  1458. * first part of procinfo rewrite
  1459. Revision 1.71 2002/08/11 13:24:12 peter
  1460. * saving of asmsymbols in ppu supported
  1461. * asmsymbollist global is removed and moved into a new class
  1462. tasmlibrarydata that will hold the info of a .a file which
  1463. corresponds with a single module. Added librarydata to tmodule
  1464. to keep the library info stored for the module. In the future the
  1465. objectfiles will also be stored to the tasmlibrarydata class
  1466. * all getlabel/newasmsymbol and friends are moved to the new class
  1467. Revision 1.70 2002/08/10 14:46:29 carl
  1468. + moved target_cpu_string to cpuinfo
  1469. * renamed asmmode enum.
  1470. * assembler reader has now less ifdef's
  1471. * move from nppcmem.pas -> ncgmem.pas vec. node.
  1472. Revision 1.69 2002/07/26 21:15:41 florian
  1473. * rewrote the system handling
  1474. Revision 1.68 2002/07/04 20:43:01 florian
  1475. * first x86-64 patches
  1476. Revision 1.67 2002/07/01 18:46:25 peter
  1477. * internal linker
  1478. * reorganized aasm layer
  1479. Revision 1.66 2002/05/16 19:46:43 carl
  1480. + defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
  1481. + try to fix temp allocation (still in ifdef)
  1482. + generic constructor calls
  1483. + start of tassembler / tmodulebase class cleanup
  1484. Revision 1.65 2002/05/14 19:34:49 peter
  1485. * removed old logs and updated copyright year
  1486. Revision 1.64 2002/05/12 16:53:09 peter
  1487. * moved entry and exitcode to ncgutil and cgobj
  1488. * foreach gets extra argument for passing local data to the
  1489. iterator function
  1490. * -CR checks also class typecasts at runtime by changing them
  1491. into as
  1492. * fixed compiler to cycle with the -CR option
  1493. * fixed stabs with elf writer, finally the global variables can
  1494. be watched
  1495. * removed a lot of routines from cga unit and replaced them by
  1496. calls to cgobj
  1497. * u32bit-s32bit updates for and,or,xor nodes. When one element is
  1498. u32bit then the other is typecasted also to u32bit without giving
  1499. a rangecheck warning/error.
  1500. * fixed pascal calling method with reversing also the high tree in
  1501. the parast, detected by tcalcst3 test
  1502. Revision 1.63 2002/05/06 19:54:50 carl
  1503. + added more patches from Mazen for SPARC port
  1504. Revision 1.62 2002/04/20 21:32:24 carl
  1505. + generic FPC_CHECKPOINTER
  1506. + first parameter offset in stack now portable
  1507. * rename some constants
  1508. + move some cpu stuff to other units
  1509. - remove unused constents
  1510. * fix stacksize for some targets
  1511. * fix generic size problems which depend now on EXTEND_SIZE constant
  1512. Revision 1.61 2002/04/19 15:46:02 peter
  1513. * mangledname rewrite, tprocdef.mangledname is now created dynamicly
  1514. in most cases and not written to the ppu
  1515. * add mangeledname_prefix() routine to generate the prefix of
  1516. manglednames depending on the current procedure, object and module
  1517. * removed static procprefix since the mangledname is now build only
  1518. on demand from tprocdef.mangledname
  1519. Revision 1.60 2002/04/14 16:53:10 carl
  1520. + align code section and data section according to alignment rules
  1521. Revision 1.59 2002/04/07 17:58:38 carl
  1522. + generic stack checking
  1523. Revision 1.58 2002/04/04 19:06:03 peter
  1524. * removed unused units
  1525. * use tlocation.size in cg.a_*loc*() routines
  1526. }