pmodules.pas 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729
  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. cobjects,comphook,compiler,
  35. globals,verbose,files,
  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 : 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. consume(_ID);
  686. { Give a warning if objpas is loaded }
  687. if s='OBJPAS' then
  688. Message(parser_w_no_objpas_use_mode);
  689. { check if the unit is already used }
  690. pu:=pused_unit(current_module^.used_units.first);
  691. while assigned(pu) do
  692. begin
  693. if (pu^.name^=s) then
  694. break;
  695. pu:=pused_unit(pu^.next);
  696. end;
  697. { avoid uses of itself }
  698. if not assigned(pu) and (s<>current_module^.modulename^) then
  699. begin
  700. { load the unit }
  701. hp2:=loadunit(s,false);
  702. { the current module uses the unit hp2 }
  703. current_module^.used_units.concat(new(pused_unit,init(hp2,not current_module^.in_implementation)));
  704. pused_unit(current_module^.used_units.last)^.in_uses:=true;
  705. if current_module^.compiled then
  706. exit;
  707. unitsym:=new(punitsym,init(s,hp2^.globalsymtable));
  708. { never claim about unused unit if
  709. there is init or finalize code PM }
  710. if (hp2^.flags and (uf_init or uf_finalize))<>0 then
  711. inc(unitsym^.refs);
  712. refsymtable^.insert(unitsym);
  713. end
  714. else
  715. Message1(sym_e_duplicate_id,s);
  716. if token=_COMMA then
  717. begin
  718. pattern:='';
  719. consume(_COMMA);
  720. end
  721. else
  722. break;
  723. until false;
  724. consume(_SEMICOLON);
  725. { set the symtable to systemunit so it gets reorderd correctly }
  726. symtablestack:=defaultsymtablestack;
  727. { now insert the units in the symtablestack }
  728. hp:=pused_unit(current_module^.used_units.first);
  729. while assigned(hp) do
  730. begin
  731. {$IfDef GDB}
  732. if (cs_debuginfo in aktmoduleswitches) and
  733. (cs_gdb_dbx in aktglobalswitches) and
  734. not hp^.is_stab_written then
  735. begin
  736. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  737. hp^.is_stab_written:=true;
  738. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  739. end;
  740. {$EndIf GDB}
  741. if hp^.in_uses then
  742. begin
  743. hp3:=symtablestack;
  744. while assigned(hp3) do
  745. begin
  746. { insert units only once ! }
  747. if hp^.u^.globalsymtable=hp3 then
  748. break;
  749. hp3:=hp3^.next;
  750. { unit isn't inserted }
  751. if hp3=nil then
  752. begin
  753. psymtable(hp^.u^.globalsymtable)^.next:=symtablestack;
  754. symtablestack:=psymtable(hp^.u^.globalsymtable);
  755. {$ifdef CHAINPROCSYMS}
  756. symtablestack^.chainprocsyms;
  757. {$endif CHAINPROCSYMS}
  758. {$ifdef DEBUG}
  759. test_symtablestack;
  760. {$endif DEBUG}
  761. end;
  762. end;
  763. end;
  764. hp:=pused_unit(hp^.next);
  765. end;
  766. aktprocsym:=oldprocsym;
  767. end;
  768. procedure write_gdb_info;
  769. {$IfDef GDB}
  770. var
  771. hp : pused_unit;
  772. begin
  773. if not (cs_debuginfo in aktmoduleswitches) then
  774. exit;
  775. if (cs_gdb_dbx in aktglobalswitches) then
  776. begin
  777. debuglist^.concat(new(pai_asm_comment,init(strpnew('EINCL of global '+
  778. punitsymtable(current_module^.globalsymtable)^.name^+' has index '+
  779. tostr(punitsymtable(current_module^.globalsymtable)^.unitid)))));
  780. debuglist^.concat(new(pai_stabs,init(strpnew('"'+
  781. punitsymtable(current_module^.globalsymtable)^.name^+'",'+
  782. tostr(N_EINCL)+',0,0,0'))));
  783. punitsymtable(current_module^.globalsymtable)^.dbx_count_ok:={true}false;
  784. dbx_counter:=punitsymtable(current_module^.globalsymtable)^.prev_dbx_counter;
  785. do_count_dbx:=false;
  786. end;
  787. { now insert the units in the symtablestack }
  788. hp:=pused_unit(current_module^.used_units.first);
  789. while assigned(hp) do
  790. begin
  791. if (cs_debuginfo in aktmoduleswitches) and
  792. not hp^.is_stab_written then
  793. begin
  794. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  795. hp^.is_stab_written:=true;
  796. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  797. end;
  798. hp:=pused_unit(hp^.next);
  799. end;
  800. if current_module^.in_implementation and
  801. assigned(current_module^.localsymtable) then
  802. begin
  803. { all types }
  804. punitsymtable(current_module^.localsymtable)^.concattypestabto(debuglist);
  805. { and all local symbols}
  806. punitsymtable(current_module^.localsymtable)^.concatstabto(debuglist);
  807. end
  808. else if assigned(current_module^.globalsymtable) then
  809. begin
  810. { all types }
  811. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  812. { and all local symbols}
  813. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  814. end;
  815. end;
  816. {$Else GDB}
  817. begin
  818. end;
  819. {$EndIf GDB}
  820. procedure parse_implementation_uses(symt:Psymtable);
  821. begin
  822. if token=_USES then
  823. begin
  824. symt^.symtabletype:=unitsymtable;
  825. loadunits;
  826. symt^.symtabletype:=globalsymtable;
  827. {$ifdef DEBUG}
  828. test_symtablestack;
  829. {$endif DEBUG}
  830. end;
  831. end;
  832. procedure setupglobalswitches;
  833. procedure def_symbol(const s:string);
  834. var
  835. mac : pmacrosym;
  836. begin
  837. mac:=new(pmacrosym,init(s));
  838. mac^.defined:=true;
  839. Message1(parser_m_macro_defined,mac^.name);
  840. macros^.insert(mac);
  841. end;
  842. begin
  843. { can't have local browser when no global browser }
  844. if (cs_local_browser in aktmoduleswitches) and
  845. not(cs_browser in aktmoduleswitches) then
  846. aktmoduleswitches:=aktmoduleswitches-[cs_local_browser];
  847. { define a symbol in delphi,objfpc,tp,gpc mode }
  848. if (m_delphi in aktmodeswitches) then
  849. def_symbol('FPC_DELPHI')
  850. else
  851. if (m_tp in aktmodeswitches) then
  852. def_symbol('FPC_TP')
  853. else
  854. if (m_objfpc in aktmodeswitches) then
  855. def_symbol('FPC_OBJFPC')
  856. else
  857. if (m_gpc in aktmodeswitches) then
  858. def_symbol('FPC_GPC');
  859. { turn ansistrings on by default ? }
  860. if (m_default_ansistring in aktmodeswitches) then
  861. aktlocalswitches:=aktlocalswitches+[cs_ansistrings];
  862. end;
  863. procedure gen_main_procsym(const name:string;options:tproctypeoption;st:psymtable);
  864. var
  865. stt : psymtable;
  866. begin
  867. {Generate a procsym for main}
  868. make_ref:=false;
  869. aktprocsym:=new(Pprocsym,init(name));
  870. { main are allways used }
  871. inc(aktprocsym^.refs);
  872. {Try to insert in in static symtable ! }
  873. stt:=symtablestack;
  874. symtablestack:=st;
  875. aktprocsym^.definition:=new(Pprocdef,init);
  876. symtablestack:=stt;
  877. aktprocsym^.definition^.proctypeoption:=options;
  878. aktprocsym^.definition^.setmangledname(target_os.cprefix+name);
  879. aktprocsym^.definition^.forwarddef:=false;
  880. make_ref:=true;
  881. { The localst is a local symtable. Change it into the static
  882. symtable }
  883. dispose(aktprocsym^.definition^.localst,done);
  884. aktprocsym^.definition^.localst:=st;
  885. { and insert the procsym in symtable }
  886. st^.insert(aktprocsym);
  887. { set some informations about the main program }
  888. with procinfo^ do
  889. begin
  890. returntype.setdef(voiddef);
  891. _class:=nil;
  892. para_offset:=8;
  893. framepointer:=frame_pointer;
  894. flags:=0;
  895. end;
  896. end;
  897. procedure proc_unit;
  898. function is_assembler_generated:boolean;
  899. begin
  900. is_assembler_generated:=(Errorcount=0) and
  901. not(
  902. codesegment^.empty and
  903. datasegment^.empty and
  904. bsssegment^.empty and
  905. ((importssection=nil) or importssection^.empty) and
  906. ((resourcesection=nil) or resourcesection^.empty) and
  907. ((resourcestringlist=nil) or resourcestringlist^.empty)
  908. );
  909. end;
  910. var
  911. main_file: pinputfile;
  912. {$ifdef fixLeaksOnError}
  913. names : Pstringcontainer;
  914. {$else fixLeaksOnError}
  915. names : Tstringcontainer;
  916. {$endif fixLeaksOnError}
  917. st : psymtable;
  918. unitst : punitsymtable;
  919. {$ifdef GDB}
  920. pu : pused_unit;
  921. {$endif GDB}
  922. {$ifndef Dont_use_double_checksum}
  923. store_crc,store_interface_crc : longint;
  924. {$endif}
  925. s1,s2 : ^string; {Saves stack space}
  926. force_init_final : boolean;
  927. begin
  928. consume(_UNIT);
  929. if Compile_Level=1 then
  930. IsExe:=false;
  931. if token=_ID then
  932. begin
  933. { create filenames and unit name }
  934. main_file := current_scanner^.inputfile;
  935. while assigned(main_file^.next) do
  936. main_file := main_file^.next;
  937. current_module^.SetFileName(main_file^.path^+main_file^.name^,true);
  938. stringdispose(current_module^.modulename);
  939. current_module^.modulename:=stringdup(upper(pattern));
  940. { check for system unit }
  941. new(s1);
  942. new(s2);
  943. s1^:=upper(target_info.system_unit);
  944. s2^:=upper(SplitName(main_file^.name^));
  945. if (cs_compilesystem in aktmoduleswitches) then
  946. begin
  947. if ((length(current_module^.modulename^)>8) or
  948. (current_module^.modulename^<>s1^) or
  949. (current_module^.modulename^<>s2^)) then
  950. Message1(unit_e_illegal_unit_name,current_module^.modulename^);
  951. end
  952. else
  953. begin
  954. if (cs_check_unit_name in aktglobalswitches) and
  955. not((current_module^.modulename^=s2^) or
  956. ((length(current_module^.modulename^)>8) and
  957. (copy(current_module^.modulename^,1,8)=s2^))) then
  958. Message1(unit_e_illegal_unit_name,current_module^.modulename^);
  959. if (current_module^.modulename^=s1^) then
  960. Message(unit_w_switch_us_missed);
  961. end;
  962. dispose(s2);
  963. dispose(s1);
  964. end;
  965. consume(_ID);
  966. consume(_SEMICOLON);
  967. consume(_INTERFACE);
  968. { global switches are read, so further changes aren't allowed }
  969. current_module^.in_global:=false;
  970. { handle the global switches }
  971. setupglobalswitches;
  972. Message1(unit_u_start_parse_interface,current_module^.modulename^);
  973. { update status }
  974. status.currentmodule:=current_module^.modulename^;
  975. { maybe turn off m_objpas if we are compiling objpas }
  976. if (current_module^.modulename^='OBJPAS') then
  977. aktmodeswitches:=aktmodeswitches-[m_objpas];
  978. { this should be placed after uses !!}
  979. {$ifndef UseNiceNames}
  980. procprefix:='_'+current_module^.modulename^+'$$';
  981. {$else UseNiceNames}
  982. procprefix:='_'+tostr(length(current_module^.modulename^))+lowercase(current_module^.modulename^)+'_';
  983. {$endif UseNiceNames}
  984. parse_only:=true;
  985. { generate now the global symboltable }
  986. st:=new(punitsymtable,init(globalsymtable,current_module^.modulename^));
  987. refsymtable:=st;
  988. unitst:=punitsymtable(st);
  989. { define first as local to overcome dependency conflicts }
  990. current_module^.localsymtable:=st;
  991. { the unit name must be usable as a unit specifier }
  992. { inside the unit itself (PM) }
  993. { this also forbids to have another symbol }
  994. { with the same name as the unit }
  995. refsymtable^.insert(new(punitsym,init(current_module^.modulename^,unitst)));
  996. { a unit compiled at command line must be inside the loaded_unit list }
  997. if (compile_level=1) then
  998. loaded_units.insert(current_module);
  999. { load default units, like the system unit }
  1000. loaddefaultunits;
  1001. { reset }
  1002. make_ref:=true;
  1003. lexlevel:=0;
  1004. { insert qualifier for the system unit (allows system.writeln) }
  1005. if not(cs_compilesystem in aktmoduleswitches) then
  1006. begin
  1007. if token=_USES then
  1008. begin
  1009. unitst^.symtabletype:=unitsymtable;
  1010. loadunits;
  1011. { has it been compiled at a higher level ?}
  1012. if current_module^.compiled then
  1013. begin
  1014. { this unit symtable is obsolete }
  1015. { dispose(unitst,done);
  1016. disposed as localsymtable !! }
  1017. RestoreUnitSyms;
  1018. exit;
  1019. end;
  1020. unitst^.symtabletype:=globalsymtable;
  1021. end;
  1022. { ... but insert the symbol table later }
  1023. st^.next:=symtablestack;
  1024. symtablestack:=st;
  1025. end
  1026. else
  1027. { while compiling a system unit, some types are directly inserted }
  1028. begin
  1029. st^.next:=symtablestack;
  1030. symtablestack:=st;
  1031. insert_intern_types(st);
  1032. end;
  1033. { now we know the place to insert the constants }
  1034. constsymtable:=symtablestack;
  1035. { move the global symtab from the temporary local to global }
  1036. current_module^.globalsymtable:=current_module^.localsymtable;
  1037. current_module^.localsymtable:=nil;
  1038. reset_global_defs;
  1039. { number all units, so we know if a unit is used by this unit or
  1040. needs to be added implicitly }
  1041. numberunits;
  1042. { ... parse the declarations }
  1043. Message1(parser_u_parsing_interface,current_module^.modulename^);
  1044. read_interface_declarations;
  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. {else in inteface its somatimes necessary even if unused
  1053. st^.allunitsused; }
  1054. {$ifdef New_GDB}
  1055. write_gdb_info;
  1056. {$endIf Def New_GDB}
  1057. {$ifndef Dont_use_double_checksum}
  1058. if not(cs_compilesystem in aktmoduleswitches) then
  1059. if (Errorcount=0) then
  1060. writeunitas(current_module^.ppufilename^,punitsymtable(symtablestack),true);
  1061. {$endif Test_Double_checksum}
  1062. { Parse the implementation section }
  1063. consume(_IMPLEMENTATION);
  1064. current_module^.in_implementation:=true;
  1065. Message1(unit_u_start_parse_implementation,current_module^.modulename^);
  1066. parse_only:=false;
  1067. { generates static symbol table }
  1068. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1069. current_module^.localsymtable:=st;
  1070. { remove the globalsymtable from the symtable stack }
  1071. { to reinsert it after loading the implementation units }
  1072. symtablestack:=unitst^.next;
  1073. { we don't want implementation units symbols in unitsymtable !! PM }
  1074. refsymtable:=st;
  1075. { Read the implementation units }
  1076. parse_implementation_uses(unitst);
  1077. if current_module^.compiled then
  1078. begin
  1079. RestoreUnitSyms;
  1080. exit;
  1081. end;
  1082. { reset ranges/stabs in exported definitions }
  1083. reset_global_defs;
  1084. { All units are read, now give them a number }
  1085. numberunits;
  1086. { now we can change refsymtable }
  1087. refsymtable:=st;
  1088. { but reinsert the global symtable as lasts }
  1089. unitst^.next:=symtablestack;
  1090. symtablestack:=unitst;
  1091. {$ifndef DONOTCHAINOPERATORS}
  1092. symtablestack^.chainoperators;
  1093. {$endif DONOTCHAINOPERATORS}
  1094. {$ifdef DEBUG}
  1095. test_symtablestack;
  1096. {$endif DEBUG}
  1097. constsymtable:=symtablestack;
  1098. {$ifdef Splitheap}
  1099. if testsplit then
  1100. begin
  1101. Split_Heap;
  1102. allow_special:=true;
  1103. Switch_to_temp_heap;
  1104. end;
  1105. { it will report all crossings }
  1106. allow_special:=false;
  1107. {$endif Splitheap}
  1108. Message1(parser_u_parsing_implementation,current_module^.modulename^);
  1109. { Compile the unit }
  1110. codegen_newprocedure;
  1111. gen_main_procsym(current_module^.modulename^+'_init',potype_unitinit,st);
  1112. {$ifdef fixLeaksOnError}
  1113. new(names,init);
  1114. strContStack.push(names);
  1115. names^.insert('INIT$$'+current_module^.modulename^);
  1116. names^.insert(target_os.cprefix+current_module^.modulename^+'_init');
  1117. compile_proc_body(names^,true,false);
  1118. if names <> PstringContainer(strContStack.pop) then
  1119. writeln('Problem with strContStack in pmodules (1)');
  1120. dispose(names,done);
  1121. {$else fixLeaksOnError}
  1122. names.init;
  1123. names.insert('INIT$$'+current_module^.modulename^);
  1124. names.insert(target_os.cprefix+current_module^.modulename^+'_init');
  1125. compile_proc_body(names,true,false);
  1126. names.done;
  1127. {$endif fixLeaksOnError}
  1128. codegen_doneprocedure;
  1129. { avoid self recursive destructor call !! PM }
  1130. aktprocsym^.definition^.localst:=nil;
  1131. { if the unit contains ansi/widestrings, initialization and
  1132. finalization code must be forced }
  1133. force_init_final:=needs_init_final(current_module^.globalsymtable)
  1134. or needs_init_final(current_module^.localsymtable);
  1135. { should we force unit initialization? }
  1136. { this is a hack, but how can it be done better ? }
  1137. if force_init_final and ((current_module^.flags and uf_init)=0) then
  1138. begin
  1139. current_module^.flags:=current_module^.flags or uf_init;
  1140. { now we can insert a cut }
  1141. if (cs_create_smart in aktmoduleswitches) then
  1142. codesegment^.concat(new(pai_cut,init));
  1143. genimplicitunitinit(codesegment);
  1144. end;
  1145. { finalize? }
  1146. if token=_FINALIZATION then
  1147. begin
  1148. { set module options }
  1149. current_module^.flags:=current_module^.flags or uf_finalize;
  1150. { Compile the finalize }
  1151. codegen_newprocedure;
  1152. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1153. {$ifdef fixLeaksOnError}
  1154. new(names,init);
  1155. strContStack.push(names);
  1156. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1157. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1158. compile_proc_body(names^,true,false);
  1159. if names <> PstringContainer(strContStack.pop) then
  1160. writeln('Problem with strContStack in pmodules (2)');
  1161. dispose(names,done);
  1162. {$else fixLeaksOnError}
  1163. names.init;
  1164. names.insert('FINALIZE$$'+current_module^.modulename^);
  1165. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1166. compile_proc_body(names,true,false);
  1167. names.done;
  1168. {$endif fixLeaksOnError}
  1169. codegen_doneprocedure;
  1170. end
  1171. else if force_init_final then
  1172. begin
  1173. current_module^.flags:=current_module^.flags or uf_finalize;
  1174. { now we can insert a cut }
  1175. if (cs_create_smart in aktmoduleswitches) then
  1176. codesegment^.concat(new(pai_cut,init));
  1177. genimplicitunitfinal(codesegment);
  1178. end;
  1179. { the last char should always be a point }
  1180. consume(_POINT);
  1181. If ResourceStrings^.ResStrCount>0 then
  1182. begin
  1183. ResourceStrings^.CreateResourceStringList;
  1184. current_module^.flags:=current_module^.flags or uf_has_resources;
  1185. { only write if no errors found }
  1186. if (Errorcount=0) then
  1187. ResourceStrings^.WriteResourceFile(Current_module^.ModuleName^);
  1188. end;
  1189. { avoid self recursive destructor call !! PM }
  1190. aktprocsym^.definition^.localst:=nil;
  1191. { absence does not matter here !! }
  1192. aktprocsym^.definition^.forwarddef:=false;
  1193. { test static symtable }
  1194. if (Errorcount=0) then
  1195. begin
  1196. st^.allsymbolsused;
  1197. st^.allunitsused;
  1198. st^.allprivatesused;
  1199. end;
  1200. { size of the static data }
  1201. datasize:=st^.datasize;
  1202. {$ifdef GDB}
  1203. { add all used definitions even for implementation}
  1204. if (cs_debuginfo in aktmoduleswitches) then
  1205. begin
  1206. {$IfnDef New_GDB}
  1207. if assigned(current_module^.globalsymtable) then
  1208. begin
  1209. { all types }
  1210. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  1211. { and all local symbols}
  1212. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  1213. end;
  1214. { all local types }
  1215. punitsymtable(st)^.concattypestabto(debuglist);
  1216. { and all local symbols}
  1217. st^.concatstabto(debuglist);
  1218. {$else New_GDB}
  1219. write_gdb_info;
  1220. {$endIf Def New_GDB}
  1221. end;
  1222. {$endif GDB}
  1223. reset_global_defs;
  1224. { tests, if all (interface) forwards are resolved }
  1225. if (Errorcount=0) then
  1226. begin
  1227. symtablestack^.check_forwards;
  1228. symtablestack^.allprivatesused;
  1229. end;
  1230. { now we have a correct unit, change the symtable type }
  1231. current_module^.in_implementation:=false;
  1232. symtablestack^.symtabletype:=unitsymtable;
  1233. {$ifdef GDB}
  1234. punitsymtable(symtablestack)^.is_stab_written:=false;
  1235. {$endif GDB}
  1236. { leave when we got an error }
  1237. if (Errorcount>0) and not status.skip_error then
  1238. begin
  1239. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1240. status.skip_error:=true;
  1241. closecurrentppu;
  1242. exit;
  1243. end;
  1244. { generate imports }
  1245. if current_module^.uses_imports then
  1246. importlib^.generatelib;
  1247. { insert own objectfile, or say that it's in a library
  1248. (no check for an .o when loading) }
  1249. if is_assembler_generated then
  1250. insertobjectfile
  1251. else
  1252. current_module^.flags:=current_module^.flags or uf_no_link;
  1253. if cs_local_browser in aktmoduleswitches then
  1254. current_module^.localsymtable:=refsymtable;
  1255. { Write out the ppufile }
  1256. {$ifndef Dont_use_double_checksum}
  1257. store_interface_crc:=current_module^.interface_crc;
  1258. store_crc:=current_module^.crc;
  1259. {$endif Test_Double_checksum}
  1260. if (Errorcount=0) then
  1261. writeunitas(current_module^.ppufilename^,punitsymtable(symtablestack),false);
  1262. {$ifndef Dont_use_double_checksum}
  1263. if not(cs_compilesystem in aktmoduleswitches) then
  1264. if store_interface_crc<>current_module^.interface_crc then
  1265. Do_comment(V_Warning,current_module^.ppufilename^+' Interface CRC changed '+
  1266. tostr(store_crc)+'<>'+tostr(current_module^.interface_crc));
  1267. {$ifdef EXTDEBUG}
  1268. if not(cs_compilesystem in aktmoduleswitches) then
  1269. if (store_crc<>current_module^.crc) and simplify_ppu then
  1270. Do_comment(V_Warning,current_module^.ppufilename^+' implementation CRC changed '+
  1271. tostr(store_crc)+'<>'+tostr(current_module^.interface_crc));
  1272. {$endif EXTDEBUG}
  1273. {$endif ndef Dont_use_Double_checksum}
  1274. { must be done only after local symtable ref stores !! }
  1275. closecurrentppu;
  1276. {$ifdef GDB}
  1277. pu:=pused_unit(usedunits.first);
  1278. while assigned(pu) do
  1279. begin
  1280. if assigned(pu^.u^.globalsymtable) then
  1281. punitsymtable(pu^.u^.globalsymtable)^.is_stab_written:=false;
  1282. pu:=pused_unit(pu^.next);
  1283. end;
  1284. {$endif GDB}
  1285. { remove static symtable (=refsymtable) here to save some mem }
  1286. if not (cs_local_browser in aktmoduleswitches) then
  1287. begin
  1288. dispose(st,done);
  1289. current_module^.localsymtable:=nil;
  1290. end;
  1291. RestoreUnitSyms;
  1292. if is_assembler_generated then
  1293. begin
  1294. { finish asmlist by adding segment starts }
  1295. insertsegment;
  1296. { assemble }
  1297. create_objectfile;
  1298. end;
  1299. { leave when we got an error }
  1300. if (Errorcount>0) and not status.skip_error then
  1301. begin
  1302. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1303. status.skip_error:=true;
  1304. exit;
  1305. end;
  1306. end;
  1307. procedure proc_program(islibrary : boolean);
  1308. var
  1309. main_file: pinputfile;
  1310. st : psymtable;
  1311. hp : pmodule;
  1312. {$ifdef fixLeaksOnError}
  1313. names : Pstringcontainer;
  1314. {$else fixLeaksOnError}
  1315. names : Tstringcontainer;
  1316. {$endif fixLeaksOnError}
  1317. begin
  1318. DLLsource:=islibrary;
  1319. IsExe:=true;
  1320. parse_only:=false;
  1321. { relocation works only without stabs under win32 !! PM }
  1322. { internal assembler uses rva for stabs info
  1323. so it should work with relocated DLLs }
  1324. if RelocSection and
  1325. (target_info.target=target_i386_win32) and
  1326. (target_info.assem<>as_i386_pecoff) then
  1327. begin
  1328. aktglobalswitches:=aktglobalswitches+[cs_link_strip];
  1329. { Warning stabs info does not work with reloc section !! }
  1330. if cs_debuginfo in aktmoduleswitches then
  1331. begin
  1332. Message1(parser_w_parser_reloc_no_debug,current_module^.mainsource^);
  1333. Message(parser_w_parser_win32_debug_needs_WN);
  1334. aktmoduleswitches:=aktmoduleswitches-[cs_debuginfo];
  1335. end;
  1336. end;
  1337. { get correct output names }
  1338. main_file := current_scanner^.inputfile;
  1339. while assigned(main_file^.next) do
  1340. main_file := main_file^.next;
  1341. current_module^.SetFileName(main_file^.path^+main_file^.name^,true);
  1342. if islibrary then
  1343. begin
  1344. consume(_LIBRARY);
  1345. stringdispose(current_module^.modulename);
  1346. current_module^.modulename:=stringdup(pattern);
  1347. current_module^.islibrary:=true;
  1348. exportlib^.preparelib(pattern);
  1349. consume(_ID);
  1350. consume(_SEMICOLON);
  1351. end
  1352. else
  1353. { is there an program head ? }
  1354. if token=_PROGRAM then
  1355. begin
  1356. consume(_PROGRAM);
  1357. stringdispose(current_module^.modulename);
  1358. current_module^.modulename:=stringdup(pattern);
  1359. if (target_info.target=target_i386_WIN32) then
  1360. exportlib^.preparelib(pattern);
  1361. consume(_ID);
  1362. if token=_LKLAMMER then
  1363. begin
  1364. consume(_LKLAMMER);
  1365. idlist;
  1366. consume(_RKLAMMER);
  1367. end;
  1368. consume(_SEMICOLON);
  1369. end
  1370. else if (target_info.target=target_i386_WIN32) then
  1371. exportlib^.preparelib(current_module^.modulename^);
  1372. { global switches are read, so further changes aren't allowed }
  1373. current_module^.in_global:=false;
  1374. { setup things using the global switches }
  1375. setupglobalswitches;
  1376. { set implementation flag }
  1377. current_module^.in_implementation:=true;
  1378. { insert after the unit symbol tables the static symbol table }
  1379. { of the program }
  1380. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1381. current_module^.localsymtable:=st;
  1382. symtablestack:=st;
  1383. refsymtable:=st;
  1384. { necessary for browser }
  1385. loaded_units.insert(current_module);
  1386. { load standard units (system,objpas,profile unit) }
  1387. loaddefaultunits;
  1388. { reset }
  1389. lexlevel:=0;
  1390. {Load the units used by the program we compile.}
  1391. if token=_USES then
  1392. loadunits;
  1393. {$ifndef DONOTCHAINOPERATORS}
  1394. symtablestack^.chainoperators;
  1395. {$endif DONOTCHAINOPERATORS}
  1396. { reset ranges/stabs in exported definitions }
  1397. reset_global_defs;
  1398. { All units are read, now give them a number }
  1399. numberunits;
  1400. {Insert the name of the main program into the symbol table.}
  1401. if current_module^.modulename^<>'' then
  1402. {st^.insert(new(pprogramsym,init(current_module^.modulename^)));}
  1403. st^.insert(new(punitsym,init(current_module^.modulename^,punitsymtable(st))));
  1404. { ...is also constsymtable, this is the symtable where }
  1405. { the elements of enumeration types are inserted }
  1406. constsymtable:=st;
  1407. Message1(parser_u_parsing_implementation,current_module^.mainsource^);
  1408. { reset }
  1409. procprefix:='';
  1410. {The program intialization needs an alias, so it can be called
  1411. from the bootstrap code.}
  1412. codegen_newprocedure;
  1413. gen_main_procsym('main',potype_proginit,st);
  1414. {$ifdef fixLeaksOnError}
  1415. new(names,init);
  1416. strContStack.push(names);
  1417. names^.insert('program_init');
  1418. names^.insert('PASCALMAIN');
  1419. names^.insert(target_os.cprefix+'main');
  1420. {$ifdef m68k}
  1421. if target_info.target=target_m68k_PalmOS then
  1422. names^.insert('PilotMain');
  1423. {$endif m68k}
  1424. compile_proc_body(names^,true,false);
  1425. if names <> PstringContainer(strContStack.pop) then
  1426. writeln('Problem with strContStack in pmodules (1)');
  1427. dispose(names,done);
  1428. {$else fixLeaksOnError}
  1429. names.init;
  1430. names.insert('program_init');
  1431. names.insert('PASCALMAIN');
  1432. names.insert(target_os.cprefix+'main');
  1433. {$ifdef m68k}
  1434. if target_info.target=target_m68k_PalmOS then
  1435. names.insert('PilotMain');
  1436. {$endif m68k}
  1437. compile_proc_body(names,true,false);
  1438. names.done;
  1439. {$endif fixLeaksOnError}
  1440. { avoid self recursive destructor call !! PM }
  1441. aktprocsym^.definition^.localst:=nil;
  1442. { consider these symbols as global ones }
  1443. { for browser }
  1444. current_module^.globalsymtable:=current_module^.localsymtable;
  1445. current_module^.localsymtable:=nil;
  1446. If ResourceStrings^.ResStrCount>0 then
  1447. begin
  1448. ResourceStrings^.CreateResourceStringList;
  1449. { only write if no errors found }
  1450. if (Errorcount=0) then
  1451. ResourceStrings^.WriteResourceFile(Current_module^.ModuleName^);
  1452. end;
  1453. codegen_doneprocedure;
  1454. { finalize? }
  1455. if token=_FINALIZATION then
  1456. begin
  1457. { set module options }
  1458. current_module^.flags:=current_module^.flags or uf_finalize;
  1459. { Compile the finalize }
  1460. codegen_newprocedure;
  1461. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1462. {$ifdef fixLeaksOnError}
  1463. new(names,init);
  1464. strContStack.push(names);
  1465. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1466. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1467. compile_proc_body(names^,true,false);
  1468. if names <> PstringContainer(strContStack.pop) then
  1469. writeln('Problem with strContStack in pmodules (1)');
  1470. dispose(names,done);
  1471. {$else fixLeaksOnError}
  1472. names.init;
  1473. names.insert('FINALIZE$$'+current_module^.modulename^);
  1474. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1475. compile_proc_body(names,true,false);
  1476. names.done;
  1477. {$endif fixLeaksOnError}
  1478. codegen_doneprocedure;
  1479. end;
  1480. { consume the last point }
  1481. consume(_POINT);
  1482. {$ifdef New_GDB}
  1483. write_gdb_info;
  1484. {$endIf Def New_GDB}
  1485. { leave when we got an error }
  1486. if (Errorcount>0) and not status.skip_error then
  1487. begin
  1488. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1489. status.skip_error:=true;
  1490. exit;
  1491. end;
  1492. { test static symtable }
  1493. if (Errorcount=0) then
  1494. begin
  1495. st^.allsymbolsused;
  1496. st^.allunitsused;
  1497. st^.allprivatesused;
  1498. end;
  1499. { generate imports }
  1500. if current_module^.uses_imports then
  1501. importlib^.generatelib;
  1502. if islibrary or
  1503. (target_info.target=target_i386_WIN32) then
  1504. exportlib^.generatelib;
  1505. { insert heap }
  1506. insertResourceTablesTable;
  1507. insertinitfinaltable;
  1508. insertheap;
  1509. inserttargetspecific;
  1510. datasize:=symtablestack^.datasize;
  1511. { finish asmlist by adding segment starts }
  1512. insertsegment;
  1513. { insert own objectfile }
  1514. insertobjectfile;
  1515. { assemble and link }
  1516. create_objectfile;
  1517. { leave when we got an error }
  1518. if (Errorcount>0) and not status.skip_error then
  1519. begin
  1520. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1521. status.skip_error:=true;
  1522. exit;
  1523. end;
  1524. { create the executable when we are at level 1 }
  1525. if (compile_level=1) then
  1526. begin
  1527. { insert all .o files from all loaded units }
  1528. hp:=pmodule(loaded_units.first);
  1529. while assigned(hp) do
  1530. begin
  1531. Linker^.AddModuleFiles(hp);
  1532. hp:=pmodule(hp^.next);
  1533. end;
  1534. { write .def file }
  1535. if (cs_link_deffile in aktglobalswitches) then
  1536. deffile.writefile;
  1537. { finally we can create a executable }
  1538. if (not current_module^.is_unit) then
  1539. begin
  1540. if DLLSource then
  1541. Linker^.MakeSharedLibrary
  1542. else
  1543. Linker^.MakeExecutable;
  1544. end;
  1545. end;
  1546. end;
  1547. end.
  1548. {
  1549. $Log$
  1550. Revision 1.5 2000-08-25 08:48:22 jonas
  1551. * fixed bug with include files at the very beginning of .pp/.pas files
  1552. (wrong name used for generating exe/checking unit name) (merged from
  1553. fixes branch)
  1554. Revision 1.4 2000/08/21 11:27:44 pierre
  1555. * fix the stabs problems
  1556. Revision 1.3 2000/07/13 12:08:26 michael
  1557. + patched to 1.1.0 with former 1.09patch from peter
  1558. Revision 1.2 2000/07/13 11:32:45 michael
  1559. + removed logs
  1560. }