pmodules.pas 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  1. {
  2. $Id$
  3. Copyright (c) 1998-2000 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. { close old_current_ppu on system that are
  20. short on file handles like DOS system PM }
  21. {$ifdef GO32V1}
  22. {$define SHORT_ON_FILE_HANDLES}
  23. {$endif GO32V1}
  24. {$ifdef GO32V2}
  25. {$define SHORT_ON_FILE_HANDLES}
  26. {$endif GO32V2}
  27. {$define New_GDB}
  28. interface
  29. procedure proc_unit;
  30. procedure proc_program(islibrary : boolean);
  31. implementation
  32. uses
  33. globtype,version,systems,tokens,
  34. cutils,cobjects,comphook,compiler,
  35. globals,verbose,fmodule,finput,
  36. symconst,symtable,aasm,types,
  37. {$ifdef newcg}
  38. cgbase,
  39. {$else newcg}
  40. hcodegen,
  41. {$ifdef i386}
  42. cgai386,
  43. {$endif i386}
  44. {$endif newcg}
  45. link,assemble,import,export,gendef,ppu,comprsrc,
  46. cresstr,cpubase,cpuasm,
  47. {$ifdef GDB}
  48. gdb,
  49. {$endif GDB}
  50. scanner,pbase,psystem,pdecl,psub,parser;
  51. procedure create_objectfile;
  52. begin
  53. { create the .s file and assemble it }
  54. GenerateAsm(false);
  55. { Also create a smartlinked version ? }
  56. if (cs_create_smart in aktmoduleswitches) then
  57. begin
  58. { regenerate the importssection for win32 }
  59. if assigned(importssection) and
  60. (target_info.target=target_i386_win32) then
  61. begin
  62. importssection^.clear;
  63. importlib^.generatesmartlib;
  64. end;
  65. GenerateAsm(true);
  66. if target_asm.needar then
  67. Linker^.MakeStaticLibrary;
  68. end;
  69. { resource files }
  70. CompileResourceFiles;
  71. end;
  72. procedure insertobjectfile;
  73. { Insert the used object file for this unit in the used list for this unit }
  74. begin
  75. current_module^.linkunitofiles.insert(current_module^.objfilename^,link_static);
  76. current_module^.flags:=current_module^.flags or uf_static_linked;
  77. if (cs_create_smart in aktmoduleswitches) then
  78. begin
  79. current_module^.linkunitstaticlibs.insert(current_module^.staticlibfilename^,link_smart);
  80. current_module^.flags:=current_module^.flags or uf_smart_linked;
  81. end;
  82. end;
  83. procedure insertsegment;
  84. procedure fixseg(p:paasmoutput;sec:tsection);
  85. begin
  86. p^.insert(new(pai_section,init(sec)));
  87. if (cs_create_smart in aktmoduleswitches) then
  88. p^.insert(new(pai_cut,init));
  89. p^.concat(new(pai_section,init(sec_none)));
  90. end;
  91. begin
  92. { Insert Ident of the compiler }
  93. if (not (cs_create_smart in aktmoduleswitches))
  94. {$ifndef EXTDEBUG}
  95. and (not current_module^.is_unit)
  96. {$endif}
  97. then
  98. begin
  99. datasegment^.insert(new(pai_align,init(4)));
  100. datasegment^.insert(new(pai_string,init('FPC '+full_version_string+
  101. ' ['+date_string+'] for '+target_cpu_string+' - '+target_info.short_name)));
  102. end;
  103. { finish codesegment }
  104. codesegment^.concat(new(pai_align,init(16)));
  105. { Insert start and end of sections }
  106. fixseg(codesegment,sec_code);
  107. fixseg(datasegment,sec_data);
  108. fixseg(bsssegment,sec_bss);
  109. { we should use .rdata section for these two no ? }
  110. { .rdata is a read only data section (PM) }
  111. fixseg(rttilist,sec_data);
  112. fixseg(consts,sec_data);
  113. if assigned(resourcestringlist) then
  114. fixseg(resourcestringlist,sec_data);
  115. {$ifdef GDB}
  116. if assigned(debuglist) then
  117. begin
  118. debuglist^.insert(new(pai_symbol,initname('gcc2_compiled',0)));
  119. fixseg(debuglist,sec_code);
  120. end;
  121. {$endif GDB}
  122. end;
  123. Procedure InsertResourceTablesTable;
  124. var
  125. hp : pused_unit;
  126. ResourceStringTables : taasmoutput;
  127. count : longint;
  128. begin
  129. ResourceStringTables.init;
  130. count:=0;
  131. hp:=pused_unit(usedunits.first);
  132. while assigned(hp) do
  133. begin
  134. If (hp^.u^.flags and uf_has_resources)=uf_has_resources then
  135. begin
  136. ResourceStringTables.concat(new(pai_const_symbol,initname(hp^.u^.modulename^+'_RESOURCESTRINGLIST')));
  137. inc(count);
  138. end;
  139. hp:=Pused_unit(hp^.next);
  140. end;
  141. { Add program resources, if any }
  142. If ResourceStringList<>Nil then
  143. begin
  144. ResourceStringTables.concat(new(pai_const_symbol,initname(Current_Module^.modulename^+'_RESOURCESTRINGLIST')));
  145. Inc(Count);
  146. end;
  147. { TableCount }
  148. { doesn't work because of bug in the compiler !! (JM)
  149. With ResourceStringTables do}
  150. begin
  151. ResourceStringTables.insert(new(pai_const,init_32bit(count)));
  152. ResourceStringTables.insert(new(pai_symbol,initdataname_global('FPC_RESOURCESTRINGTABLES',0)));
  153. ResourceStringTables.concat(new(pai_symbol_end,initname('FPC_RESOURCESTRINGTABLES')));
  154. end;
  155. { insert in data segment }
  156. if (cs_create_smart in aktmoduleswitches) then
  157. datasegment^.concat(new(pai_cut,init));
  158. datasegment^.concatlist(@ResourceStringTables);
  159. ResourceStringTables.done;
  160. end;
  161. procedure InsertInitFinalTable;
  162. var
  163. hp : pused_unit;
  164. unitinits : taasmoutput;
  165. count : longint;
  166. begin
  167. unitinits.init;
  168. count:=0;
  169. hp:=pused_unit(usedunits.first);
  170. while assigned(hp) do
  171. begin
  172. { call the unit init code and make it external }
  173. if (hp^.u^.flags and (uf_init or uf_finalize))<>0 then
  174. begin
  175. if (hp^.u^.flags and uf_init)<>0 then
  176. begin
  177. unitinits.concat(new(pai_const_symbol,initname('INIT$$'+hp^.u^.modulename^)));
  178. end
  179. else
  180. unitinits.concat(new(pai_const,init_32bit(0)));
  181. if (hp^.u^.flags and uf_finalize)<>0 then
  182. begin
  183. unitinits.concat(new(pai_const_symbol,initname('FINALIZE$$'+hp^.u^.modulename^)));
  184. end
  185. else
  186. unitinits.concat(new(pai_const,init_32bit(0)));
  187. inc(count);
  188. end;
  189. hp:=Pused_unit(hp^.next);
  190. end;
  191. if current_module^.islibrary then
  192. if (current_module^.flags and uf_finalize)<>0 then
  193. begin
  194. { INIT code is done by PASCALMAIN calling }
  195. unitinits.concat(new(pai_const,init_32bit(0)));
  196. unitinits.concat(new(pai_const_symbol,initname('FINALIZE$$'+current_module^.modulename^)));
  197. inc(count);
  198. end;
  199. { TableCount,InitCount }
  200. unitinits.insert(new(pai_const,init_32bit(0)));
  201. unitinits.insert(new(pai_const,init_32bit(count)));
  202. unitinits.insert(new(pai_symbol,initdataname_global('INITFINAL',0)));
  203. unitinits.concat(new(pai_symbol_end,initname('INITFINAL')));
  204. { insert in data segment }
  205. if (cs_create_smart in aktmoduleswitches) then
  206. datasegment^.concat(new(pai_cut,init));
  207. datasegment^.concatlist(@unitinits);
  208. unitinits.done;
  209. end;
  210. procedure insertheap;
  211. begin
  212. if (cs_create_smart in aktmoduleswitches) then
  213. begin
  214. bsssegment^.concat(new(pai_cut,init));
  215. datasegment^.concat(new(pai_cut,init));
  216. end;
  217. { On the Macintosh Classic M68k Architecture
  218. The Heap variable is simply a POINTER to the
  219. real HEAP. The HEAP must be set up by the RTL
  220. and must store the pointer in this value.
  221. On OS/2 the heap is also intialized by the RTL. We do
  222. not output a pointer }
  223. case target_info.target of
  224. {$ifdef i386}
  225. target_i386_OS2:
  226. ;
  227. {$endif i386}
  228. {$ifdef alpha}
  229. target_alpha_linux:
  230. ;
  231. {$endif alpha}
  232. {$ifdef powerpc}
  233. target_powerpc_linux:
  234. ;
  235. {$endif powerpc}
  236. {$ifdef m68k}
  237. target_m68k_Mac:
  238. bsssegment^.concat(new(pai_datablock,init_global('HEAP',4)));
  239. target_m68k_PalmOS:
  240. ;
  241. {$endif m68k}
  242. else
  243. bsssegment^.concat(new(pai_datablock,init_global('HEAP',heapsize)));
  244. end;
  245. {$ifdef m68k}
  246. if target_info.target<>target_m68k_PalmOS then
  247. begin
  248. datasegment^.concat(new(pai_symbol,initdataname_global('HEAP_SIZE',0)));
  249. datasegment^.concat(new(pai_const,init_32bit(heapsize)));
  250. end;
  251. {$else m68k}
  252. datasegment^.concat(new(pai_symbol,initdataname_global('HEAPSIZE',4)));
  253. datasegment^.concat(new(pai_const,init_32bit(heapsize)));
  254. {$endif m68k}
  255. end;
  256. procedure inserttargetspecific;
  257. begin
  258. case target_info.target of
  259. {$ifdef alpha}
  260. target_alpha_linux:
  261. ;
  262. {$endif alpha}
  263. {$ifdef powerpc}
  264. target_powerpc_linux:
  265. ;
  266. {$endif powerpc}
  267. {$ifdef i386}
  268. target_i386_GO32V2 :
  269. begin
  270. { stacksize can be specified }
  271. datasegment^.concat(new(pai_symbol,initdataname_global('__stklen',4)));
  272. datasegment^.concat(new(pai_const,init_32bit(stacksize)));
  273. end;
  274. {$endif i386}
  275. {$ifdef m68k}
  276. target_m68k_Atari :
  277. begin
  278. { stacksize can be specified }
  279. datasegment^.concat(new(pai_symbol,initdataname_global('__stklen',4)));
  280. datasegment^.concat(new(pai_const,init_32bit(stacksize)));
  281. end;
  282. {$endif m68k}
  283. end;
  284. end;
  285. function loadunit(const s : string;compile_system:boolean) : pmodule;forward;
  286. procedure load_usedunits(compile_system:boolean);
  287. var
  288. pu : pused_unit;
  289. loaded_unit : pmodule;
  290. load_refs : boolean;
  291. nextmapentry : longint;
  292. begin
  293. load_refs:=true;
  294. { init the map }
  295. new(current_module^.map);
  296. fillchar(current_module^.map^,sizeof(tunitmap),#0);
  297. {$ifdef NEWMAP}
  298. current_module^.map^[0]:=current_module;
  299. {$endif NEWMAP}
  300. nextmapentry:=1;
  301. { load the used units from interface }
  302. current_module^.in_implementation:=false;
  303. pu:=pused_unit(current_module^.used_units.first);
  304. while assigned(pu) do
  305. begin
  306. if (not pu^.loaded) and (pu^.in_interface) then
  307. begin
  308. loaded_unit:=loadunit(pu^.name^,false);
  309. if current_module^.compiled then
  310. exit;
  311. { register unit in used units }
  312. pu^.u:=loaded_unit;
  313. pu^.loaded:=true;
  314. { doubles are not important for that list PM }
  315. pu^.u^.dependent_units.concat(new(pdependent_unit,init(current_module)));
  316. { need to recompile the current unit ? }
  317. if loaded_unit^.crc<>pu^.checksum then
  318. begin
  319. Message2(unit_u_recompile_crc_change,current_module^.modulename^,pu^.name^);
  320. current_module^.recompile_reason:=rr_crcchanged;
  321. current_module^.do_compile:=true;
  322. dispose(current_module^.map);
  323. current_module^.map:=nil;
  324. exit;
  325. end;
  326. { setup the map entry for deref }
  327. {$ifndef NEWMAP}
  328. current_module^.map^[nextmapentry]:=loaded_unit^.globalsymtable;
  329. {$else NEWMAP}
  330. current_module^.map^[nextmapentry]:=loaded_unit;
  331. {$endif NEWMAP}
  332. inc(nextmapentry);
  333. if nextmapentry>maxunits then
  334. Message(unit_f_too_much_units);
  335. end;
  336. pu:=pused_unit(pu^.next);
  337. end;
  338. { ok, now load the unit }
  339. current_module^.globalsymtable:=new(punitsymtable,loadasunit);
  340. { now only read the implementation part }
  341. current_module^.in_implementation:=true;
  342. { load the used units from implementation }
  343. pu:=pused_unit(current_module^.used_units.first);
  344. while assigned(pu) do
  345. begin
  346. if (not pu^.loaded) and (not pu^.in_interface) then
  347. begin
  348. loaded_unit:=loadunit(pu^.name^,false);
  349. if current_module^.compiled then
  350. exit;
  351. { register unit in used units }
  352. pu^.u:=loaded_unit;
  353. pu^.loaded:=true;
  354. { need to recompile the current unit ? }
  355. if (loaded_unit^.interface_crc<>pu^.interface_checksum) {and
  356. not(current_module^.in_second_compile) } then
  357. begin
  358. Message2(unit_u_recompile_crc_change,current_module^.modulename^,pu^.name^+' {impl}');
  359. current_module^.recompile_reason:=rr_crcchanged;
  360. current_module^.do_compile:=true;
  361. dispose(current_module^.map);
  362. current_module^.map:=nil;
  363. exit;
  364. end;
  365. { setup the map entry for deref }
  366. {$ifndef NEWMAP}
  367. current_module^.map^[nextmapentry]:=loaded_unit^.globalsymtable;
  368. {$else NEWMAP}
  369. current_module^.map^[nextmapentry]:=loaded_unit;
  370. {$endif NEWMAP}
  371. inc(nextmapentry);
  372. if nextmapentry>maxunits then
  373. Message(unit_f_too_much_units);
  374. end;
  375. pu:=pused_unit(pu^.next);
  376. end;
  377. { load browser info if stored }
  378. if ((current_module^.flags and uf_has_browser)<>0) and load_refs then
  379. punitsymtable(current_module^.globalsymtable)^.load_symtable_refs;
  380. { remove the map, it's not needed anymore }
  381. dispose(current_module^.map);
  382. current_module^.map:=nil;
  383. end;
  384. function loadunit(const s : string;compile_system:boolean) : pmodule;
  385. const
  386. ImplIntf : array[boolean] of string[15]=('interface','implementation');
  387. var
  388. st : punitsymtable;
  389. second_time : boolean;
  390. old_current_ppu : pppufile;
  391. old_current_module,hp,hp2 : pmodule;
  392. name : string;{ necessary because current_module^.mainsource^ is reset in compile !! }
  393. scanner : pscannerfile;
  394. procedure loadppufile;
  395. begin
  396. { load interface section }
  397. if not current_module^.do_compile then
  398. load_interface;
  399. { only load units when we don't recompile }
  400. if not current_module^.do_compile then
  401. load_usedunits(compile_system);
  402. { recompile if set }
  403. if current_module^.do_compile then
  404. begin
  405. { we don't need the ppufile anymore }
  406. if assigned(current_module^.ppufile) then
  407. begin
  408. dispose(current_module^.ppufile,done);
  409. current_module^.ppufile:=nil;
  410. current_ppu:=nil;
  411. end;
  412. { recompile the unit or give a fatal error if sources not available }
  413. if not(current_module^.sources_avail) and
  414. not(current_module^.sources_checked) then
  415. if (not current_module^.search_unit(current_module^.modulename^,true))
  416. and (length(current_module^.modulename^)>8) then
  417. current_module^.search_unit(copy(current_module^.modulename^,1,8),true);
  418. if not(current_module^.sources_avail) then
  419. begin
  420. if current_module^.recompile_reason=rr_noppu then
  421. Message1(unit_f_cant_find_ppu,current_module^.modulename^)
  422. else
  423. Message1(unit_f_cant_compile_unit,current_module^.modulename^);
  424. end
  425. else
  426. begin
  427. if current_module^.in_compile then
  428. begin
  429. current_module^.in_second_compile:=true;
  430. Message1(parser_d_compiling_second_time,current_module^.modulename^);
  431. end;
  432. current_scanner^.tempcloseinputfile;
  433. name:=current_module^.mainsource^;
  434. if assigned(scanner) then
  435. scanner^.invalid:=true;
  436. compile(name,compile_system);
  437. current_module^.in_second_compile:=false;
  438. if (not current_scanner^.invalid) then
  439. current_scanner^.tempopeninputfile;
  440. end;
  441. end
  442. else
  443. begin
  444. { only reassemble ? }
  445. if (current_module^.do_assemble) then
  446. OnlyAsm;
  447. end;
  448. if assigned(current_module^.ppufile) then
  449. begin
  450. dispose(current_module^.ppufile,done);
  451. current_module^.ppufile:=nil;
  452. current_ppu:=nil;
  453. end;
  454. end;
  455. var
  456. dummy : pmodule;
  457. begin
  458. old_current_module:=current_module;
  459. old_current_ppu:=current_ppu;
  460. { Info }
  461. Message3(unit_u_load_unit,current_module^.modulename^,ImplIntf[current_module^.in_implementation],s);
  462. { unit not found }
  463. st:=nil;
  464. dummy:=nil;
  465. { search all loaded units }
  466. hp:=pmodule(loaded_units.first);
  467. while assigned(hp) do
  468. begin
  469. if hp^.modulename^=s then
  470. begin
  471. { forced to reload ? }
  472. if hp^.do_reload then
  473. begin
  474. hp^.do_reload:=false;
  475. break;
  476. end;
  477. { the unit is already registered }
  478. { and this means that the unit }
  479. { is already compiled }
  480. { else there is a cyclic unit use }
  481. if assigned(hp^.globalsymtable) then
  482. st:=punitsymtable(hp^.globalsymtable)
  483. else
  484. begin
  485. { both units in interface ? }
  486. if (not current_module^.in_implementation) and (not hp^.in_implementation) then
  487. begin
  488. { check for a cycle }
  489. hp2:=current_module^.loaded_from;
  490. while assigned(hp2) and (hp2<>hp) do
  491. begin
  492. if hp2^.in_implementation then
  493. hp2:=nil
  494. else
  495. hp2:=hp2^.loaded_from;
  496. end;
  497. if assigned(hp2) then
  498. Message2(unit_f_circular_unit_reference,current_module^.modulename^,hp^.modulename^);
  499. end;
  500. end;
  501. break;
  502. end
  503. else if copy(hp^.modulename^,1,8)=s then
  504. dummy:=hp;
  505. { the next unit }
  506. hp:=pmodule(hp^.next);
  507. end;
  508. if assigned(dummy) and not assigned(hp) then
  509. Message2(unit_w_unit_name_error,s,dummy^.modulename^);
  510. { the unit is not in the symtable stack }
  511. if (not assigned(st)) then
  512. begin
  513. if assigned(hp) then
  514. begin
  515. { remove the old unit }
  516. loaded_units.remove(hp);
  517. scanner:=hp^.scanner;
  518. hp^.reset;
  519. hp^.scanner:=scanner;
  520. { try to reopen ppu }
  521. hp^.search_unit(s,false);
  522. { try to load the unit a second time first }
  523. current_module:=hp;
  524. current_module^.in_second_load:=true;
  525. Message1(unit_u_second_load_unit,current_module^.modulename^);
  526. second_time:=true;
  527. end
  528. else
  529. { generates a new unit info record }
  530. begin
  531. current_module:=new(pmodule,init(s,true));
  532. scanner:=nil;
  533. second_time:=false;
  534. end;
  535. current_ppu:=current_module^.ppufile;
  536. { close old_current_ppu on system that are
  537. short on file handles like DOS PM }
  538. {$ifdef SHORT_ON_FILE_HANDLES}
  539. if assigned(old_current_ppu) then
  540. old_current_ppu^.tempclose;
  541. {$endif SHORT_ON_FILE_HANDLES}
  542. { now we can register the unit }
  543. current_module^.loaded_from:=old_current_module;
  544. loaded_units.insert(current_module);
  545. { now realy load the ppu }
  546. loadppufile;
  547. { set compiled flag }
  548. current_module^.compiled:=true;
  549. { load return pointer }
  550. hp:=current_module;
  551. { for a second_time recompile reload all dependent units,
  552. for a first time compile register the unit _once_ }
  553. if second_time then
  554. begin
  555. { now reload all dependent units }
  556. hp2:=pmodule(loaded_units.first);
  557. while assigned(hp2) do
  558. begin
  559. if hp2^.do_reload then
  560. dummy:=loadunit(hp2^.modulename^,false);
  561. hp2:=pmodule(hp2^.next);
  562. end;
  563. end
  564. else
  565. usedunits.concat(new(pused_unit,init(current_module,true)));
  566. end;
  567. { set the old module }
  568. {$ifdef SHORT_ON_FILE_HANDLES}
  569. if assigned(old_current_ppu) then
  570. old_current_ppu^.tempopen;
  571. {$endif SHORT_ON_FILE_HANDLES}
  572. current_ppu:=old_current_ppu;
  573. current_module:=old_current_module;
  574. loadunit:=hp;
  575. end;
  576. procedure loaddefaultunits;
  577. var
  578. hp : pmodule;
  579. unitsym : punitsym;
  580. begin
  581. { are we compiling the system unit? }
  582. if (cs_compilesystem in aktmoduleswitches) then
  583. begin
  584. { create system defines }
  585. createconstdefs;
  586. { we don't need to reset anything, it's already done in parser.pas }
  587. exit;
  588. end;
  589. { insert the system unit, it is allways the first }
  590. hp:=loadunit(upper(target_info.system_unit),true);
  591. systemunit:=hp^.globalsymtable;
  592. { it's always the first unit }
  593. systemunit^.next:=nil;
  594. symtablestack:=systemunit;
  595. { add to the used units }
  596. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  597. unitsym:=new(punitsym,init('SYSTEM',systemunit));
  598. inc(unitsym^.refs);
  599. refsymtable^.insert(unitsym);
  600. { read default constant definitions }
  601. make_ref:=false;
  602. readconstdefs;
  603. { if POWER is defined in the RTL then use it for starstar overloading }
  604. {$ifdef DONOTCHAINOPERATORS}
  605. getsym('POWER',false);
  606. {$endif DONOTCHAINOPERATORS}
  607. make_ref:=true;
  608. {$ifdef DONOTCHAINOPERATORS}
  609. { Code now in chainoperators PM }
  610. if assigned(srsym) and (srsym^.typ=procsym) and (overloaded_operators[_STARSTAR]=nil) then
  611. overloaded_operators[_STARSTAR]:=pprocsym(srsym);
  612. {$endif DONOTCHAINOPERATORS}
  613. { Objpas unit? }
  614. if m_objpas in aktmodeswitches then
  615. begin
  616. hp:=loadunit('OBJPAS',false);
  617. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  618. symtablestack:=hp^.globalsymtable;
  619. { add to the used units }
  620. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  621. unitsym:=new(punitsym,init('OBJPAS',hp^.globalsymtable));
  622. inc(unitsym^.refs);
  623. refsymtable^.insert(unitsym);
  624. end;
  625. { Profile unit? Needed for go32v2 only }
  626. if (cs_profile in aktmoduleswitches) and (target_info.target=target_i386_go32v2) then
  627. begin
  628. hp:=loadunit('PROFILE',false);
  629. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  630. symtablestack:=hp^.globalsymtable;
  631. { add to the used units }
  632. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  633. unitsym:=new(punitsym,init('PROFILE',hp^.globalsymtable));
  634. inc(unitsym^.refs);
  635. refsymtable^.insert(unitsym);
  636. end;
  637. { Units only required for main module }
  638. if not(current_module^.is_unit) then
  639. begin
  640. { Heaptrc unit }
  641. if (cs_gdb_heaptrc in aktglobalswitches) then
  642. begin
  643. hp:=loadunit('HEAPTRC',false);
  644. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  645. symtablestack:=hp^.globalsymtable;
  646. { add to the used units }
  647. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  648. unitsym:=new(punitsym,init('HEAPTRC',hp^.globalsymtable));
  649. inc(unitsym^.refs);
  650. refsymtable^.insert(unitsym);
  651. end;
  652. { Lineinfo unit }
  653. if (cs_gdb_lineinfo in aktglobalswitches) then
  654. begin
  655. hp:=loadunit('LINEINFO',false);
  656. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  657. symtablestack:=hp^.globalsymtable;
  658. { add to the used units }
  659. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  660. unitsym:=new(punitsym,init('LINEINFO',hp^.globalsymtable));
  661. inc(unitsym^.refs);
  662. refsymtable^.insert(unitsym);
  663. end;
  664. end;
  665. { save default symtablestack }
  666. defaultsymtablestack:=symtablestack;
  667. end;
  668. procedure loadunits;
  669. var
  670. s,sorg : stringid;
  671. pu,
  672. hp : pused_unit;
  673. hp2 : pmodule;
  674. hp3 : psymtable;
  675. oldprocsym:Pprocsym;
  676. unitsym : punitsym;
  677. begin
  678. oldprocsym:=aktprocsym;
  679. consume(_USES);
  680. {$ifdef DEBUG}
  681. test_symtablestack;
  682. {$endif DEBUG}
  683. repeat
  684. s:=pattern;
  685. sorg:=orgpattern;
  686. consume(_ID);
  687. { Give a warning if objpas is loaded }
  688. if s='OBJPAS' then
  689. Message(parser_w_no_objpas_use_mode);
  690. { check if the unit is already used }
  691. pu:=pused_unit(current_module^.used_units.first);
  692. while assigned(pu) do
  693. begin
  694. if (pu^.name^=s) then
  695. break;
  696. pu:=pused_unit(pu^.next);
  697. end;
  698. { avoid uses of itself }
  699. if not assigned(pu) and (s<>current_module^.modulename^) then
  700. begin
  701. { load the unit }
  702. hp2:=loadunit(s,false);
  703. { the current module uses the unit hp2 }
  704. current_module^.used_units.concat(new(pused_unit,init(hp2,not current_module^.in_implementation)));
  705. pused_unit(current_module^.used_units.last)^.in_uses:=true;
  706. if current_module^.compiled then
  707. exit;
  708. unitsym:=new(punitsym,init(sorg,hp2^.globalsymtable));
  709. { never claim about unused unit if
  710. there is init or finalize code PM }
  711. if (hp2^.flags and (uf_init or uf_finalize))<>0 then
  712. inc(unitsym^.refs);
  713. refsymtable^.insert(unitsym);
  714. end
  715. else
  716. Message1(sym_e_duplicate_id,s);
  717. if token=_COMMA then
  718. begin
  719. pattern:='';
  720. consume(_COMMA);
  721. end
  722. else
  723. break;
  724. until false;
  725. consume(_SEMICOLON);
  726. { set the symtable to systemunit so it gets reorderd correctly }
  727. symtablestack:=defaultsymtablestack;
  728. { now insert the units in the symtablestack }
  729. hp:=pused_unit(current_module^.used_units.first);
  730. while assigned(hp) do
  731. begin
  732. {$IfDef GDB}
  733. if (cs_debuginfo in aktmoduleswitches) and
  734. (cs_gdb_dbx in aktglobalswitches) and
  735. not hp^.is_stab_written then
  736. begin
  737. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  738. hp^.is_stab_written:=true;
  739. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  740. end;
  741. {$EndIf GDB}
  742. if hp^.in_uses then
  743. begin
  744. hp3:=symtablestack;
  745. while assigned(hp3) do
  746. begin
  747. { insert units only once ! }
  748. if hp^.u^.globalsymtable=hp3 then
  749. break;
  750. hp3:=hp3^.next;
  751. { unit isn't inserted }
  752. if hp3=nil then
  753. begin
  754. psymtable(hp^.u^.globalsymtable)^.next:=symtablestack;
  755. symtablestack:=psymtable(hp^.u^.globalsymtable);
  756. {$ifdef CHAINPROCSYMS}
  757. symtablestack^.chainprocsyms;
  758. {$endif CHAINPROCSYMS}
  759. {$ifdef DEBUG}
  760. test_symtablestack;
  761. {$endif DEBUG}
  762. end;
  763. end;
  764. end;
  765. hp:=pused_unit(hp^.next);
  766. end;
  767. aktprocsym:=oldprocsym;
  768. end;
  769. procedure write_gdb_info;
  770. {$IfDef GDB}
  771. var
  772. hp : pused_unit;
  773. begin
  774. if not (cs_debuginfo in aktmoduleswitches) then
  775. exit;
  776. if (cs_gdb_dbx in aktglobalswitches) then
  777. begin
  778. debuglist^.concat(new(pai_asm_comment,init(strpnew('EINCL of global '+
  779. punitsymtable(current_module^.globalsymtable)^.name^+' has index '+
  780. tostr(punitsymtable(current_module^.globalsymtable)^.unitid)))));
  781. debuglist^.concat(new(pai_stabs,init(strpnew('"'+
  782. punitsymtable(current_module^.globalsymtable)^.name^+'",'+
  783. tostr(N_EINCL)+',0,0,0'))));
  784. punitsymtable(current_module^.globalsymtable)^.dbx_count_ok:={true}false;
  785. dbx_counter:=punitsymtable(current_module^.globalsymtable)^.prev_dbx_counter;
  786. do_count_dbx:=false;
  787. end;
  788. { now insert the units in the symtablestack }
  789. hp:=pused_unit(current_module^.used_units.first);
  790. while assigned(hp) do
  791. begin
  792. if (cs_debuginfo in aktmoduleswitches) and
  793. not hp^.is_stab_written then
  794. begin
  795. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  796. hp^.is_stab_written:=true;
  797. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  798. end;
  799. hp:=pused_unit(hp^.next);
  800. end;
  801. if current_module^.in_implementation and
  802. assigned(current_module^.localsymtable) then
  803. begin
  804. { all types }
  805. punitsymtable(current_module^.localsymtable)^.concattypestabto(debuglist);
  806. { and all local symbols}
  807. punitsymtable(current_module^.localsymtable)^.concatstabto(debuglist);
  808. end
  809. else if assigned(current_module^.globalsymtable) then
  810. begin
  811. { all types }
  812. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  813. { and all local symbols}
  814. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  815. end;
  816. end;
  817. {$Else GDB}
  818. begin
  819. end;
  820. {$EndIf GDB}
  821. procedure parse_implementation_uses(symt:Psymtable);
  822. begin
  823. if token=_USES then
  824. begin
  825. symt^.symtabletype:=unitsymtable;
  826. loadunits;
  827. symt^.symtabletype:=globalsymtable;
  828. {$ifdef DEBUG}
  829. test_symtablestack;
  830. {$endif DEBUG}
  831. end;
  832. end;
  833. procedure setupglobalswitches;
  834. procedure def_symbol(const s:string);
  835. var
  836. mac : pmacrosym;
  837. begin
  838. mac:=new(pmacrosym,init(s));
  839. mac^.defined:=true;
  840. Message1(parser_m_macro_defined,mac^.name);
  841. macros^.insert(mac);
  842. end;
  843. begin
  844. { can't have local browser when no global browser }
  845. if (cs_local_browser in aktmoduleswitches) and
  846. not(cs_browser in aktmoduleswitches) then
  847. aktmoduleswitches:=aktmoduleswitches-[cs_local_browser];
  848. { define a symbol in delphi,objfpc,tp,gpc mode }
  849. if (m_delphi in aktmodeswitches) then
  850. def_symbol('FPC_DELPHI')
  851. else
  852. if (m_tp in aktmodeswitches) then
  853. def_symbol('FPC_TP')
  854. else
  855. if (m_objfpc in aktmodeswitches) then
  856. def_symbol('FPC_OBJFPC')
  857. else
  858. if (m_gpc in aktmodeswitches) then
  859. def_symbol('FPC_GPC');
  860. { turn ansistrings on by default ? }
  861. if (m_default_ansistring in aktmodeswitches) then
  862. aktlocalswitches:=aktlocalswitches+[cs_ansistrings];
  863. end;
  864. procedure gen_main_procsym(const name:string;options:tproctypeoption;st:psymtable);
  865. var
  866. stt : psymtable;
  867. begin
  868. {Generate a procsym for main}
  869. make_ref:=false;
  870. aktprocsym:=new(Pprocsym,init('$'+name));
  871. { main are allways used }
  872. inc(aktprocsym^.refs);
  873. {Try to insert in in static symtable ! }
  874. stt:=symtablestack;
  875. symtablestack:=st;
  876. aktprocsym^.definition:=new(Pprocdef,init);
  877. symtablestack:=stt;
  878. aktprocsym^.definition^.proctypeoption:=options;
  879. aktprocsym^.definition^.setmangledname(target_os.cprefix+name);
  880. aktprocsym^.definition^.forwarddef:=false;
  881. make_ref:=true;
  882. { The localst is a local symtable. Change it into the static
  883. symtable }
  884. dispose(aktprocsym^.definition^.localst,done);
  885. aktprocsym^.definition^.localst:=st;
  886. { and insert the procsym in symtable }
  887. st^.insert(aktprocsym);
  888. { set some informations about the main program }
  889. with procinfo^ do
  890. begin
  891. returntype.setdef(voiddef);
  892. _class:=nil;
  893. para_offset:=8;
  894. framepointer:=frame_pointer;
  895. flags:=0;
  896. end;
  897. end;
  898. procedure proc_unit;
  899. function is_assembler_generated:boolean;
  900. begin
  901. is_assembler_generated:=(Errorcount=0) and
  902. not(
  903. codesegment^.empty and
  904. datasegment^.empty and
  905. bsssegment^.empty and
  906. ((importssection=nil) or importssection^.empty) and
  907. ((resourcesection=nil) or resourcesection^.empty) and
  908. ((resourcestringlist=nil) or resourcestringlist^.empty)
  909. );
  910. end;
  911. var
  912. main_file: pinputfile;
  913. {$ifdef fixLeaksOnError}
  914. names : Pstringcontainer;
  915. {$else fixLeaksOnError}
  916. names : Tstringcontainer;
  917. {$endif fixLeaksOnError}
  918. st : psymtable;
  919. unitst : punitsymtable;
  920. {$ifdef GDB}
  921. pu : pused_unit;
  922. {$endif GDB}
  923. {$ifndef Dont_use_double_checksum}
  924. store_crc,store_interface_crc : longint;
  925. {$endif}
  926. s1,s2 : ^string; {Saves stack space}
  927. force_init_final : boolean;
  928. begin
  929. consume(_UNIT);
  930. if Compile_Level=1 then
  931. IsExe:=false;
  932. if token=_ID then
  933. begin
  934. { create filenames and unit name }
  935. main_file := current_scanner^.inputfile;
  936. while assigned(main_file^.next) do
  937. main_file := main_file^.next;
  938. current_module^.SetFileName(main_file^.path^+main_file^.name^,true);
  939. stringdispose(current_module^.modulename);
  940. current_module^.modulename:=stringdup(upper(pattern));
  941. { check for system unit }
  942. new(s1);
  943. new(s2);
  944. s1^:=upper(target_info.system_unit);
  945. s2^:=upper(SplitName(main_file^.name^));
  946. if (cs_compilesystem in aktmoduleswitches) then
  947. begin
  948. if ((length(current_module^.modulename^)>8) or
  949. (current_module^.modulename^<>s1^) or
  950. (current_module^.modulename^<>s2^)) then
  951. Message1(unit_e_illegal_unit_name,current_module^.modulename^);
  952. end
  953. else
  954. begin
  955. if (cs_check_unit_name in aktglobalswitches) and
  956. not((current_module^.modulename^=s2^) or
  957. ((length(current_module^.modulename^)>8) and
  958. (copy(current_module^.modulename^,1,8)=s2^))) then
  959. Message1(unit_e_illegal_unit_name,current_module^.modulename^);
  960. if (current_module^.modulename^=s1^) then
  961. Message(unit_w_switch_us_missed);
  962. end;
  963. dispose(s2);
  964. dispose(s1);
  965. end;
  966. consume(_ID);
  967. consume(_SEMICOLON);
  968. consume(_INTERFACE);
  969. { global switches are read, so further changes aren't allowed }
  970. current_module^.in_global:=false;
  971. { handle the global switches }
  972. setupglobalswitches;
  973. Message1(unit_u_start_parse_interface,current_module^.modulename^);
  974. { update status }
  975. status.currentmodule:=current_module^.modulename^;
  976. { maybe turn off m_objpas if we are compiling objpas }
  977. if (current_module^.modulename^='OBJPAS') then
  978. aktmodeswitches:=aktmodeswitches-[m_objpas];
  979. { this should be placed after uses !!}
  980. {$ifndef UseNiceNames}
  981. procprefix:='_'+current_module^.modulename^+'$$';
  982. {$else UseNiceNames}
  983. procprefix:='_'+tostr(length(current_module^.modulename^))+lowercase(current_module^.modulename^)+'_';
  984. {$endif UseNiceNames}
  985. parse_only:=true;
  986. { generate now the global symboltable }
  987. st:=new(punitsymtable,init(globalsymtable,current_module^.modulename^));
  988. refsymtable:=st;
  989. unitst:=punitsymtable(st);
  990. { define first as local to overcome dependency conflicts }
  991. current_module^.localsymtable:=st;
  992. { the unit name must be usable as a unit specifier }
  993. { inside the unit itself (PM) }
  994. { this also forbids to have another symbol }
  995. { with the same name as the unit }
  996. refsymtable^.insert(new(punitsym,init(current_module^.modulename^,unitst)));
  997. { a unit compiled at command line must be inside the loaded_unit list }
  998. if (compile_level=1) then
  999. loaded_units.insert(current_module);
  1000. { load default units, like the system unit }
  1001. loaddefaultunits;
  1002. { reset }
  1003. make_ref:=true;
  1004. lexlevel:=0;
  1005. { insert qualifier for the system unit (allows system.writeln) }
  1006. if not(cs_compilesystem in aktmoduleswitches) then
  1007. begin
  1008. if token=_USES then
  1009. begin
  1010. unitst^.symtabletype:=unitsymtable;
  1011. loadunits;
  1012. { has it been compiled at a higher level ?}
  1013. if current_module^.compiled then
  1014. begin
  1015. { this unit symtable is obsolete }
  1016. { dispose(unitst,done);
  1017. disposed as localsymtable !! }
  1018. RestoreUnitSyms;
  1019. exit;
  1020. end;
  1021. unitst^.symtabletype:=globalsymtable;
  1022. end;
  1023. { ... but insert the symbol table later }
  1024. st^.next:=symtablestack;
  1025. symtablestack:=st;
  1026. end
  1027. else
  1028. { while compiling a system unit, some types are directly inserted }
  1029. begin
  1030. st^.next:=symtablestack;
  1031. symtablestack:=st;
  1032. insert_intern_types(st);
  1033. end;
  1034. { now we know the place to insert the constants }
  1035. constsymtable:=symtablestack;
  1036. { move the global symtab from the temporary local to global }
  1037. current_module^.globalsymtable:=current_module^.localsymtable;
  1038. current_module^.localsymtable:=nil;
  1039. reset_global_defs;
  1040. { number all units, so we know if a unit is used by this unit or
  1041. needs to be added implicitly }
  1042. numberunits;
  1043. { ... parse the declarations }
  1044. Message1(parser_u_parsing_interface,current_module^.modulename^);
  1045. read_interface_declarations;
  1046. { leave when we got an error }
  1047. if (Errorcount>0) and not status.skip_error then
  1048. begin
  1049. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1050. status.skip_error:=true;
  1051. exit;
  1052. end;
  1053. {else in inteface its somatimes necessary even if unused
  1054. st^.allunitsused; }
  1055. {$ifdef New_GDB}
  1056. write_gdb_info;
  1057. {$endIf Def New_GDB}
  1058. {$ifndef Dont_use_double_checksum}
  1059. if not(cs_compilesystem in aktmoduleswitches) then
  1060. if (Errorcount=0) then
  1061. writeunitas(current_module^.ppufilename^,punitsymtable(symtablestack),true);
  1062. {$endif Test_Double_checksum}
  1063. { Parse the implementation section }
  1064. consume(_IMPLEMENTATION);
  1065. current_module^.in_implementation:=true;
  1066. Message1(unit_u_start_parse_implementation,current_module^.modulename^);
  1067. parse_only:=false;
  1068. { generates static symbol table }
  1069. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1070. current_module^.localsymtable:=st;
  1071. { remove the globalsymtable from the symtable stack }
  1072. { to reinsert it after loading the implementation units }
  1073. symtablestack:=unitst^.next;
  1074. { we don't want implementation units symbols in unitsymtable !! PM }
  1075. refsymtable:=st;
  1076. { Read the implementation units }
  1077. parse_implementation_uses(unitst);
  1078. if current_module^.compiled then
  1079. begin
  1080. RestoreUnitSyms;
  1081. exit;
  1082. end;
  1083. { reset ranges/stabs in exported definitions }
  1084. reset_global_defs;
  1085. { All units are read, now give them a number }
  1086. numberunits;
  1087. { now we can change refsymtable }
  1088. refsymtable:=st;
  1089. { but reinsert the global symtable as lasts }
  1090. unitst^.next:=symtablestack;
  1091. symtablestack:=unitst;
  1092. {$ifndef DONOTCHAINOPERATORS}
  1093. symtablestack^.chainoperators;
  1094. {$endif DONOTCHAINOPERATORS}
  1095. {$ifdef DEBUG}
  1096. test_symtablestack;
  1097. {$endif DEBUG}
  1098. constsymtable:=symtablestack;
  1099. {$ifdef Splitheap}
  1100. if testsplit then
  1101. begin
  1102. Split_Heap;
  1103. allow_special:=true;
  1104. Switch_to_temp_heap;
  1105. end;
  1106. { it will report all crossings }
  1107. allow_special:=false;
  1108. {$endif Splitheap}
  1109. Message1(parser_u_parsing_implementation,current_module^.modulename^);
  1110. { Compile the unit }
  1111. codegen_newprocedure;
  1112. gen_main_procsym(current_module^.modulename^+'_init',potype_unitinit,st);
  1113. {$ifdef fixLeaksOnError}
  1114. new(names,init);
  1115. strContStack.push(names);
  1116. names^.insert('INIT$$'+current_module^.modulename^);
  1117. names^.insert(target_os.cprefix+current_module^.modulename^+'_init');
  1118. compile_proc_body(names^,true,false);
  1119. if names <> PstringContainer(strContStack.pop) then
  1120. writeln('Problem with strContStack in pmodules (1)');
  1121. dispose(names,done);
  1122. {$else fixLeaksOnError}
  1123. names.init;
  1124. names.insert('INIT$$'+current_module^.modulename^);
  1125. names.insert(target_os.cprefix+current_module^.modulename^+'_init');
  1126. compile_proc_body(names,true,false);
  1127. names.done;
  1128. {$endif fixLeaksOnError}
  1129. codegen_doneprocedure;
  1130. { avoid self recursive destructor call !! PM }
  1131. aktprocsym^.definition^.localst:=nil;
  1132. { if the unit contains ansi/widestrings, initialization and
  1133. finalization code must be forced }
  1134. force_init_final:=needs_init_final(current_module^.globalsymtable)
  1135. or needs_init_final(current_module^.localsymtable);
  1136. { should we force unit initialization? }
  1137. { this is a hack, but how can it be done better ? }
  1138. if force_init_final and ((current_module^.flags and uf_init)=0) then
  1139. begin
  1140. current_module^.flags:=current_module^.flags or uf_init;
  1141. { now we can insert a cut }
  1142. if (cs_create_smart in aktmoduleswitches) then
  1143. codesegment^.concat(new(pai_cut,init));
  1144. genimplicitunitinit(codesegment);
  1145. end;
  1146. { finalize? }
  1147. if token=_FINALIZATION then
  1148. begin
  1149. { set module options }
  1150. current_module^.flags:=current_module^.flags or uf_finalize;
  1151. { Compile the finalize }
  1152. codegen_newprocedure;
  1153. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1154. {$ifdef fixLeaksOnError}
  1155. new(names,init);
  1156. strContStack.push(names);
  1157. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1158. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1159. compile_proc_body(names^,true,false);
  1160. if names <> PstringContainer(strContStack.pop) then
  1161. writeln('Problem with strContStack in pmodules (2)');
  1162. dispose(names,done);
  1163. {$else fixLeaksOnError}
  1164. names.init;
  1165. names.insert('FINALIZE$$'+current_module^.modulename^);
  1166. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1167. compile_proc_body(names,true,false);
  1168. names.done;
  1169. {$endif fixLeaksOnError}
  1170. codegen_doneprocedure;
  1171. end
  1172. else if force_init_final then
  1173. begin
  1174. current_module^.flags:=current_module^.flags or uf_finalize;
  1175. { now we can insert a cut }
  1176. if (cs_create_smart in aktmoduleswitches) then
  1177. codesegment^.concat(new(pai_cut,init));
  1178. genimplicitunitfinal(codesegment);
  1179. end;
  1180. { the last char should always be a point }
  1181. consume(_POINT);
  1182. If ResourceStrings^.ResStrCount>0 then
  1183. begin
  1184. ResourceStrings^.CreateResourceStringList;
  1185. current_module^.flags:=current_module^.flags or uf_has_resources;
  1186. { only write if no errors found }
  1187. if (Errorcount=0) then
  1188. ResourceStrings^.WriteResourceFile(Current_module^.ModuleName^);
  1189. end;
  1190. { avoid self recursive destructor call !! PM }
  1191. aktprocsym^.definition^.localst:=nil;
  1192. { absence does not matter here !! }
  1193. aktprocsym^.definition^.forwarddef:=false;
  1194. { test static symtable }
  1195. if (Errorcount=0) then
  1196. begin
  1197. st^.allsymbolsused;
  1198. st^.allunitsused;
  1199. st^.allprivatesused;
  1200. end;
  1201. { size of the static data }
  1202. datasize:=st^.datasize;
  1203. {$ifdef GDB}
  1204. { add all used definitions even for implementation}
  1205. if (cs_debuginfo in aktmoduleswitches) then
  1206. begin
  1207. {$IfnDef New_GDB}
  1208. if assigned(current_module^.globalsymtable) then
  1209. begin
  1210. { all types }
  1211. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  1212. { and all local symbols}
  1213. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  1214. end;
  1215. { all local types }
  1216. punitsymtable(st)^.concattypestabto(debuglist);
  1217. { and all local symbols}
  1218. st^.concatstabto(debuglist);
  1219. {$else New_GDB}
  1220. write_gdb_info;
  1221. {$endIf Def New_GDB}
  1222. end;
  1223. {$endif GDB}
  1224. reset_global_defs;
  1225. { tests, if all (interface) forwards are resolved }
  1226. if (Errorcount=0) then
  1227. begin
  1228. symtablestack^.check_forwards;
  1229. symtablestack^.allprivatesused;
  1230. end;
  1231. { now we have a correct unit, change the symtable type }
  1232. current_module^.in_implementation:=false;
  1233. symtablestack^.symtabletype:=unitsymtable;
  1234. {$ifdef GDB}
  1235. punitsymtable(symtablestack)^.is_stab_written:=false;
  1236. {$endif GDB}
  1237. { leave when we got an error }
  1238. if (Errorcount>0) and not status.skip_error then
  1239. begin
  1240. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1241. status.skip_error:=true;
  1242. closecurrentppu;
  1243. exit;
  1244. end;
  1245. { generate imports }
  1246. if current_module^.uses_imports then
  1247. importlib^.generatelib;
  1248. { insert own objectfile, or say that it's in a library
  1249. (no check for an .o when loading) }
  1250. if is_assembler_generated then
  1251. insertobjectfile
  1252. else
  1253. current_module^.flags:=current_module^.flags or uf_no_link;
  1254. if cs_local_browser in aktmoduleswitches then
  1255. current_module^.localsymtable:=refsymtable;
  1256. { Write out the ppufile }
  1257. {$ifndef Dont_use_double_checksum}
  1258. store_interface_crc:=current_module^.interface_crc;
  1259. store_crc:=current_module^.crc;
  1260. {$endif Test_Double_checksum}
  1261. if (Errorcount=0) then
  1262. writeunitas(current_module^.ppufilename^,punitsymtable(symtablestack),false);
  1263. {$ifndef Dont_use_double_checksum}
  1264. if not(cs_compilesystem in aktmoduleswitches) then
  1265. if store_interface_crc<>current_module^.interface_crc then
  1266. Do_comment(V_Warning,current_module^.ppufilename^+' Interface CRC changed '+
  1267. tostr(store_crc)+'<>'+tostr(current_module^.interface_crc));
  1268. {$ifdef EXTDEBUG}
  1269. if not(cs_compilesystem in aktmoduleswitches) then
  1270. if (store_crc<>current_module^.crc) and simplify_ppu then
  1271. Do_comment(V_Warning,current_module^.ppufilename^+' implementation CRC changed '+
  1272. tostr(store_crc)+'<>'+tostr(current_module^.interface_crc));
  1273. {$endif EXTDEBUG}
  1274. {$endif ndef Dont_use_Double_checksum}
  1275. { must be done only after local symtable ref stores !! }
  1276. closecurrentppu;
  1277. {$ifdef GDB}
  1278. pu:=pused_unit(usedunits.first);
  1279. while assigned(pu) do
  1280. begin
  1281. if assigned(pu^.u^.globalsymtable) then
  1282. punitsymtable(pu^.u^.globalsymtable)^.is_stab_written:=false;
  1283. pu:=pused_unit(pu^.next);
  1284. end;
  1285. {$endif GDB}
  1286. { remove static symtable (=refsymtable) here to save some mem }
  1287. if not (cs_local_browser in aktmoduleswitches) then
  1288. begin
  1289. dispose(st,done);
  1290. current_module^.localsymtable:=nil;
  1291. end;
  1292. RestoreUnitSyms;
  1293. if is_assembler_generated then
  1294. begin
  1295. { finish asmlist by adding segment starts }
  1296. insertsegment;
  1297. { assemble }
  1298. create_objectfile;
  1299. end;
  1300. { leave when we got an error }
  1301. if (Errorcount>0) and not status.skip_error then
  1302. begin
  1303. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1304. status.skip_error:=true;
  1305. exit;
  1306. end;
  1307. end;
  1308. procedure proc_program(islibrary : boolean);
  1309. var
  1310. main_file: pinputfile;
  1311. st : psymtable;
  1312. hp : pmodule;
  1313. {$ifdef fixLeaksOnError}
  1314. names : Pstringcontainer;
  1315. {$else fixLeaksOnError}
  1316. names : Tstringcontainer;
  1317. {$endif fixLeaksOnError}
  1318. begin
  1319. DLLsource:=islibrary;
  1320. IsExe:=true;
  1321. parse_only:=false;
  1322. { relocation works only without stabs under win32 !! PM }
  1323. { internal assembler uses rva for stabs info
  1324. so it should work with relocated DLLs }
  1325. if RelocSection and
  1326. (target_info.target=target_i386_win32) and
  1327. (target_info.assem<>as_i386_pecoff) then
  1328. begin
  1329. aktglobalswitches:=aktglobalswitches+[cs_link_strip];
  1330. { Warning stabs info does not work with reloc section !! }
  1331. if cs_debuginfo in aktmoduleswitches then
  1332. begin
  1333. Message1(parser_w_parser_reloc_no_debug,current_module^.mainsource^);
  1334. Message(parser_w_parser_win32_debug_needs_WN);
  1335. aktmoduleswitches:=aktmoduleswitches-[cs_debuginfo];
  1336. end;
  1337. end;
  1338. { get correct output names }
  1339. main_file := current_scanner^.inputfile;
  1340. while assigned(main_file^.next) do
  1341. main_file := main_file^.next;
  1342. current_module^.SetFileName(main_file^.path^+main_file^.name^,true);
  1343. if islibrary then
  1344. begin
  1345. consume(_LIBRARY);
  1346. stringdispose(current_module^.modulename);
  1347. current_module^.modulename:=stringdup(pattern);
  1348. current_module^.islibrary:=true;
  1349. exportlib^.preparelib(pattern);
  1350. consume(_ID);
  1351. consume(_SEMICOLON);
  1352. end
  1353. else
  1354. { is there an program head ? }
  1355. if token=_PROGRAM then
  1356. begin
  1357. consume(_PROGRAM);
  1358. stringdispose(current_module^.modulename);
  1359. current_module^.modulename:=stringdup(pattern);
  1360. if (target_info.target=target_i386_WIN32) then
  1361. exportlib^.preparelib(pattern);
  1362. consume(_ID);
  1363. if token=_LKLAMMER then
  1364. begin
  1365. consume(_LKLAMMER);
  1366. idlist;
  1367. consume(_RKLAMMER);
  1368. end;
  1369. consume(_SEMICOLON);
  1370. end
  1371. else if (target_info.target=target_i386_WIN32) then
  1372. exportlib^.preparelib(current_module^.modulename^);
  1373. { global switches are read, so further changes aren't allowed }
  1374. current_module^.in_global:=false;
  1375. { setup things using the global switches }
  1376. setupglobalswitches;
  1377. { set implementation flag }
  1378. current_module^.in_implementation:=true;
  1379. { insert after the unit symbol tables the static symbol table }
  1380. { of the program }
  1381. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1382. current_module^.localsymtable:=st;
  1383. symtablestack:=st;
  1384. refsymtable:=st;
  1385. { necessary for browser }
  1386. loaded_units.insert(current_module);
  1387. { load standard units (system,objpas,profile unit) }
  1388. loaddefaultunits;
  1389. { reset }
  1390. lexlevel:=0;
  1391. {Load the units used by the program we compile.}
  1392. if token=_USES then
  1393. loadunits;
  1394. {$ifndef DONOTCHAINOPERATORS}
  1395. symtablestack^.chainoperators;
  1396. {$endif DONOTCHAINOPERATORS}
  1397. { reset ranges/stabs in exported definitions }
  1398. reset_global_defs;
  1399. { All units are read, now give them a number }
  1400. numberunits;
  1401. {Insert the name of the main program into the symbol table.}
  1402. if current_module^.modulename^<>'' then
  1403. {st^.insert(new(pprogramsym,init(current_module^.modulename^)));}
  1404. st^.insert(new(punitsym,init(current_module^.modulename^,punitsymtable(st))));
  1405. { ...is also constsymtable, this is the symtable where }
  1406. { the elements of enumeration types are inserted }
  1407. constsymtable:=st;
  1408. Message1(parser_u_parsing_implementation,current_module^.mainsource^);
  1409. { reset }
  1410. procprefix:='';
  1411. {The program intialization needs an alias, so it can be called
  1412. from the bootstrap code.}
  1413. codegen_newprocedure;
  1414. gen_main_procsym('main',potype_proginit,st);
  1415. {$ifdef fixLeaksOnError}
  1416. new(names,init);
  1417. strContStack.push(names);
  1418. names^.insert('program_init');
  1419. names^.insert('PASCALMAIN');
  1420. names^.insert(target_os.cprefix+'main');
  1421. {$ifdef m68k}
  1422. if target_info.target=target_m68k_PalmOS then
  1423. names^.insert('PilotMain');
  1424. {$endif m68k}
  1425. compile_proc_body(names^,true,false);
  1426. if names <> PstringContainer(strContStack.pop) then
  1427. writeln('Problem with strContStack in pmodules (1)');
  1428. dispose(names,done);
  1429. {$else fixLeaksOnError}
  1430. names.init;
  1431. names.insert('program_init');
  1432. names.insert('PASCALMAIN');
  1433. names.insert(target_os.cprefix+'main');
  1434. {$ifdef m68k}
  1435. if target_info.target=target_m68k_PalmOS then
  1436. names.insert('PilotMain');
  1437. {$endif m68k}
  1438. compile_proc_body(names,true,false);
  1439. names.done;
  1440. {$endif fixLeaksOnError}
  1441. { avoid self recursive destructor call !! PM }
  1442. aktprocsym^.definition^.localst:=nil;
  1443. { consider these symbols as global ones }
  1444. { for browser }
  1445. current_module^.globalsymtable:=current_module^.localsymtable;
  1446. current_module^.localsymtable:=nil;
  1447. If ResourceStrings^.ResStrCount>0 then
  1448. begin
  1449. ResourceStrings^.CreateResourceStringList;
  1450. { only write if no errors found }
  1451. if (Errorcount=0) then
  1452. ResourceStrings^.WriteResourceFile(Current_module^.ModuleName^);
  1453. end;
  1454. codegen_doneprocedure;
  1455. { finalize? }
  1456. if token=_FINALIZATION then
  1457. begin
  1458. { set module options }
  1459. current_module^.flags:=current_module^.flags or uf_finalize;
  1460. { Compile the finalize }
  1461. codegen_newprocedure;
  1462. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1463. {$ifdef fixLeaksOnError}
  1464. new(names,init);
  1465. strContStack.push(names);
  1466. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1467. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1468. compile_proc_body(names^,true,false);
  1469. if names <> PstringContainer(strContStack.pop) then
  1470. writeln('Problem with strContStack in pmodules (1)');
  1471. dispose(names,done);
  1472. {$else fixLeaksOnError}
  1473. names.init;
  1474. names.insert('FINALIZE$$'+current_module^.modulename^);
  1475. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1476. compile_proc_body(names,true,false);
  1477. names.done;
  1478. {$endif fixLeaksOnError}
  1479. codegen_doneprocedure;
  1480. end;
  1481. { consume the last point }
  1482. consume(_POINT);
  1483. {$ifdef New_GDB}
  1484. write_gdb_info;
  1485. {$endIf Def New_GDB}
  1486. { leave when we got an error }
  1487. if (Errorcount>0) and not status.skip_error then
  1488. begin
  1489. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1490. status.skip_error:=true;
  1491. exit;
  1492. end;
  1493. { test static symtable }
  1494. if (Errorcount=0) then
  1495. begin
  1496. st^.allsymbolsused;
  1497. st^.allunitsused;
  1498. st^.allprivatesused;
  1499. end;
  1500. { generate imports }
  1501. if current_module^.uses_imports then
  1502. importlib^.generatelib;
  1503. if islibrary or
  1504. (target_info.target=target_i386_WIN32) then
  1505. exportlib^.generatelib;
  1506. { insert heap }
  1507. insertResourceTablesTable;
  1508. insertinitfinaltable;
  1509. insertheap;
  1510. inserttargetspecific;
  1511. datasize:=symtablestack^.datasize;
  1512. { finish asmlist by adding segment starts }
  1513. insertsegment;
  1514. { insert own objectfile }
  1515. insertobjectfile;
  1516. { assemble and link }
  1517. create_objectfile;
  1518. { leave when we got an error }
  1519. if (Errorcount>0) and not status.skip_error then
  1520. begin
  1521. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1522. status.skip_error:=true;
  1523. exit;
  1524. end;
  1525. { create the executable when we are at level 1 }
  1526. if (compile_level=1) then
  1527. begin
  1528. { insert all .o files from all loaded units }
  1529. hp:=pmodule(loaded_units.first);
  1530. while assigned(hp) do
  1531. begin
  1532. Linker^.AddModuleFiles(hp);
  1533. hp:=pmodule(hp^.next);
  1534. end;
  1535. { write .def file }
  1536. if (cs_link_deffile in aktglobalswitches) then
  1537. deffile.writefile;
  1538. { finally we can create a executable }
  1539. if (not current_module^.is_unit) then
  1540. begin
  1541. if DLLSource then
  1542. Linker^.MakeSharedLibrary
  1543. else
  1544. Linker^.MakeExecutable;
  1545. end;
  1546. end;
  1547. end;
  1548. end.
  1549. {
  1550. $Log$
  1551. Revision 1.9 2000-08-31 07:53:02 michael
  1552. + Applied patch from Peter
  1553. Revision 1.8 2000/08/29 19:00:01 peter
  1554. * _init and _finalize procsyms also need a $ prefix
  1555. Revision 1.7 2000/08/27 20:19:39 peter
  1556. * store strings with case in ppu, when an internal symbol is created
  1557. a '$' is prefixed so it's not automatic uppercased
  1558. Revision 1.6 2000/08/27 16:11:52 peter
  1559. * moved some util functions from globals,cobjects to cutils
  1560. * splitted files into finput,fmodule
  1561. Revision 1.5 2000/08/25 08:48:22 jonas
  1562. * fixed bug with include files at the very beginning of .pp/.pas files
  1563. (wrong name used for generating exe/checking unit name) (merged from
  1564. fixes branch)
  1565. Revision 1.4 2000/08/21 11:27:44 pierre
  1566. * fix the stabs problems
  1567. Revision 1.3 2000/07/13 12:08:26 michael
  1568. + patched to 1.1.0 with former 1.09patch from peter
  1569. Revision 1.2 2000/07/13 11:32:45 michael
  1570. + removed logs
  1571. }