pmodules.pas 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  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,initname_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,initname_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,initname_global('HEAP_SIZE',0)));
  249. datasegment^.concat(new(pai_const,init_32bit(heapsize)));
  250. end;
  251. {$else m68k}
  252. datasegment^.concat(new(pai_symbol,initname_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,initname_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,initname_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) then
  414. if (not current_module^.search_unit(current_module^.modulename^,true))
  415. and (length(current_module^.modulename^)>8) then
  416. current_module^.search_unit(copy(current_module^.modulename^,1,8),true);
  417. if not(current_module^.sources_avail) then
  418. begin
  419. if current_module^.recompile_reason=rr_noppu then
  420. Message1(unit_f_cant_find_ppu,current_module^.modulename^)
  421. else
  422. Message1(unit_f_cant_compile_unit,current_module^.modulename^);
  423. end
  424. else
  425. begin
  426. if current_module^.in_compile then
  427. begin
  428. current_module^.in_second_compile:=true;
  429. Message1(parser_d_compiling_second_time,current_module^.modulename^);
  430. end;
  431. current_scanner^.tempcloseinputfile;
  432. name:=current_module^.mainsource^;
  433. if assigned(scanner) then
  434. scanner^.invalid:=true;
  435. compile(name,compile_system);
  436. current_module^.in_second_compile:=false;
  437. if (not current_scanner^.invalid) then
  438. current_scanner^.tempopeninputfile;
  439. end;
  440. end
  441. else
  442. begin
  443. { only reassemble ? }
  444. if (current_module^.do_assemble) then
  445. OnlyAsm;
  446. end;
  447. if assigned(current_module^.ppufile) then
  448. begin
  449. dispose(current_module^.ppufile,done);
  450. current_module^.ppufile:=nil;
  451. current_ppu:=nil;
  452. end;
  453. end;
  454. var
  455. dummy : pmodule;
  456. begin
  457. old_current_module:=current_module;
  458. old_current_ppu:=current_ppu;
  459. { Info }
  460. Message3(unit_u_load_unit,current_module^.modulename^,ImplIntf[current_module^.in_implementation],s);
  461. { unit not found }
  462. st:=nil;
  463. dummy:=nil;
  464. { search all loaded units }
  465. hp:=pmodule(loaded_units.first);
  466. while assigned(hp) do
  467. begin
  468. if hp^.modulename^=s then
  469. begin
  470. { forced to reload ? }
  471. if hp^.do_reload then
  472. begin
  473. hp^.do_reload:=false;
  474. break;
  475. end;
  476. { the unit is already registered }
  477. { and this means that the unit }
  478. { is already compiled }
  479. { else there is a cyclic unit use }
  480. if assigned(hp^.globalsymtable) then
  481. st:=punitsymtable(hp^.globalsymtable)
  482. else
  483. begin
  484. { both units in interface ? }
  485. if (not current_module^.in_implementation) and (not hp^.in_implementation) then
  486. begin
  487. { check for a cycle }
  488. hp2:=current_module^.loaded_from;
  489. while assigned(hp2) and (hp2<>hp) do
  490. begin
  491. if hp2^.in_implementation then
  492. hp2:=nil
  493. else
  494. hp2:=hp2^.loaded_from;
  495. end;
  496. if assigned(hp2) then
  497. Message2(unit_f_circular_unit_reference,current_module^.modulename^,hp^.modulename^);
  498. end;
  499. end;
  500. break;
  501. end
  502. else if copy(hp^.modulename^,1,8)=s then
  503. dummy:=hp;
  504. { the next unit }
  505. hp:=pmodule(hp^.next);
  506. end;
  507. if assigned(dummy) and not assigned(hp) then
  508. Message2(unit_w_unit_name_error,s,dummy^.modulename^);
  509. { the unit is not in the symtable stack }
  510. if (not assigned(st)) then
  511. begin
  512. if assigned(hp) then
  513. begin
  514. { remove the old unit }
  515. loaded_units.remove(hp);
  516. scanner:=hp^.scanner;
  517. hp^.reset;
  518. hp^.scanner:=scanner;
  519. { try to reopen ppu }
  520. hp^.search_unit(s,false);
  521. { try to load the unit a second time first }
  522. current_module:=hp;
  523. current_module^.in_second_load:=true;
  524. Message1(unit_u_second_load_unit,current_module^.modulename^);
  525. second_time:=true;
  526. end
  527. else
  528. { generates a new unit info record }
  529. begin
  530. current_module:=new(pmodule,init(s,true));
  531. scanner:=nil;
  532. second_time:=false;
  533. end;
  534. current_ppu:=current_module^.ppufile;
  535. { close old_current_ppu on system that are
  536. short on file handles like DOS PM }
  537. {$ifdef SHORT_ON_FILE_HANDLES}
  538. if assigned(old_current_ppu) then
  539. old_current_ppu^.tempclose;
  540. {$endif SHORT_ON_FILE_HANDLES}
  541. { now we can register the unit }
  542. current_module^.loaded_from:=old_current_module;
  543. loaded_units.insert(current_module);
  544. { now realy load the ppu }
  545. loadppufile;
  546. { set compiled flag }
  547. current_module^.compiled:=true;
  548. { load return pointer }
  549. hp:=current_module;
  550. { for a second_time recompile reload all dependent units,
  551. for a first time compile register the unit _once_ }
  552. if second_time then
  553. begin
  554. { now reload all dependent units }
  555. hp2:=pmodule(loaded_units.first);
  556. while assigned(hp2) do
  557. begin
  558. if hp2^.do_reload then
  559. dummy:=loadunit(hp2^.modulename^,false);
  560. hp2:=pmodule(hp2^.next);
  561. end;
  562. end
  563. else
  564. usedunits.concat(new(pused_unit,init(current_module,true)));
  565. end;
  566. { set the old module }
  567. {$ifdef SHORT_ON_FILE_HANDLES}
  568. if assigned(old_current_ppu) then
  569. old_current_ppu^.tempopen;
  570. {$endif SHORT_ON_FILE_HANDLES}
  571. current_ppu:=old_current_ppu;
  572. current_module:=old_current_module;
  573. loadunit:=hp;
  574. end;
  575. procedure loaddefaultunits;
  576. var
  577. hp : pmodule;
  578. begin
  579. { are we compiling the system unit? }
  580. if (cs_compilesystem in aktmoduleswitches) then
  581. begin
  582. { create system defines }
  583. createconstdefs;
  584. { we don't need to reset anything, it's already done in parser.pas }
  585. exit;
  586. end;
  587. { insert the system unit, it is allways the first }
  588. hp:=loadunit(upper(target_info.system_unit),true);
  589. systemunit:=hp^.globalsymtable;
  590. { it's always the first unit }
  591. systemunit^.next:=nil;
  592. symtablestack:=systemunit;
  593. { add to the used units }
  594. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  595. refsymtable^.insert(new(punitsym,init('SYSTEM',systemunit)));
  596. { read default constant definitions }
  597. make_ref:=false;
  598. readconstdefs;
  599. { if POWER is defined in the RTL then use it for starstar overloading }
  600. getsym('POWER',false);
  601. make_ref:=true;
  602. if assigned(srsym) and (srsym^.typ=procsym) and (overloaded_operators[_STARSTAR]=nil) then
  603. overloaded_operators[_STARSTAR]:=pprocsym(srsym);
  604. { Objpas unit? }
  605. if m_objpas in aktmodeswitches then
  606. begin
  607. hp:=loadunit('OBJPAS',false);
  608. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  609. symtablestack:=hp^.globalsymtable;
  610. { add to the used units }
  611. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  612. refsymtable^.insert(new(punitsym,init('OBJPAS',hp^.globalsymtable)));
  613. end;
  614. { Profile unit? Needed for go32v2 only }
  615. if (cs_profile in aktmoduleswitches) and (target_info.target=target_i386_go32v2) then
  616. begin
  617. hp:=loadunit('PROFILE',false);
  618. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  619. symtablestack:=hp^.globalsymtable;
  620. { add to the used units }
  621. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  622. refsymtable^.insert(new(punitsym,init('PROFILE',hp^.globalsymtable)));
  623. end;
  624. { Units only required for main module }
  625. if not(current_module^.is_unit) then
  626. begin
  627. { Heaptrc unit }
  628. if (cs_gdb_heaptrc in aktglobalswitches) then
  629. begin
  630. hp:=loadunit('HEAPTRC',false);
  631. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  632. symtablestack:=hp^.globalsymtable;
  633. { add to the used units }
  634. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  635. refsymtable^.insert(new(punitsym,init('HEAPTRC',hp^.globalsymtable)));
  636. end;
  637. { Lineinfo unit }
  638. if (cs_gdb_lineinfo in aktglobalswitches) then
  639. begin
  640. hp:=loadunit('LINEINFO',false);
  641. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  642. symtablestack:=hp^.globalsymtable;
  643. { add to the used units }
  644. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  645. refsymtable^.insert(new(punitsym,init('LINEINFO',hp^.globalsymtable)));
  646. end;
  647. end;
  648. { save default symtablestack }
  649. defaultsymtablestack:=symtablestack;
  650. end;
  651. procedure loadunits;
  652. var
  653. s : stringid;
  654. pu,
  655. hp : pused_unit;
  656. hp2 : pmodule;
  657. hp3 : psymtable;
  658. oldprocsym:Pprocsym;
  659. begin
  660. oldprocsym:=aktprocsym;
  661. consume(_USES);
  662. {$ifdef DEBUG}
  663. test_symtablestack;
  664. {$endif DEBUG}
  665. repeat
  666. s:=pattern;
  667. consume(_ID);
  668. { Give a warning if objpas is loaded }
  669. if s='OBJPAS' then
  670. Message(parser_w_no_objpas_use_mode);
  671. { check if the unit is already used }
  672. pu:=pused_unit(current_module^.used_units.first);
  673. while assigned(pu) do
  674. begin
  675. if (pu^.name^=s) then
  676. break;
  677. pu:=pused_unit(pu^.next);
  678. end;
  679. { avoid uses of itself }
  680. if not assigned(pu) and (s<>current_module^.modulename^) then
  681. begin
  682. { load the unit }
  683. hp2:=loadunit(s,false);
  684. { the current module uses the unit hp2 }
  685. current_module^.used_units.concat(new(pused_unit,init(hp2,not current_module^.in_implementation)));
  686. pused_unit(current_module^.used_units.last)^.in_uses:=true;
  687. if current_module^.compiled then
  688. exit;
  689. refsymtable^.insert(new(punitsym,init(s,hp2^.globalsymtable)));
  690. end
  691. else
  692. Message1(sym_e_duplicate_id,s);
  693. if token=_COMMA then
  694. begin
  695. pattern:='';
  696. consume(_COMMA);
  697. end
  698. else
  699. break;
  700. until false;
  701. consume(_SEMICOLON);
  702. { set the symtable to systemunit so it gets reorderd correctly }
  703. symtablestack:=defaultsymtablestack;
  704. { now insert the units in the symtablestack }
  705. hp:=pused_unit(current_module^.used_units.first);
  706. while assigned(hp) do
  707. begin
  708. {$IfDef GDB}
  709. if (cs_debuginfo in aktmoduleswitches) and
  710. (cs_gdb_dbx in aktglobalswitches) and
  711. not hp^.is_stab_written then
  712. begin
  713. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  714. hp^.is_stab_written:=true;
  715. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  716. end;
  717. {$EndIf GDB}
  718. if hp^.in_uses then
  719. begin
  720. hp3:=symtablestack;
  721. while assigned(hp3) do
  722. begin
  723. { insert units only once ! }
  724. if hp^.u^.globalsymtable=hp3 then
  725. break;
  726. hp3:=hp3^.next;
  727. { unit isn't inserted }
  728. if hp3=nil then
  729. begin
  730. psymtable(hp^.u^.globalsymtable)^.next:=symtablestack;
  731. symtablestack:=psymtable(hp^.u^.globalsymtable);
  732. {$ifdef CHAINPROCSYMS}
  733. symtablestack^.chainprocsyms;
  734. {$endif CHAINPROCSYMS}
  735. {$ifdef DEBUG}
  736. test_symtablestack;
  737. {$endif DEBUG}
  738. end;
  739. end;
  740. end;
  741. hp:=pused_unit(hp^.next);
  742. end;
  743. aktprocsym:=oldprocsym;
  744. end;
  745. procedure write_gdb_info;
  746. {$IfDef GDB}
  747. var
  748. hp : pused_unit;
  749. begin
  750. if not (cs_debuginfo in aktmoduleswitches) then
  751. exit;
  752. if (cs_gdb_dbx in aktglobalswitches) then
  753. begin
  754. debuglist^.concat(new(pai_asm_comment,init(strpnew('EINCL of global '+
  755. punitsymtable(current_module^.globalsymtable)^.name^+' has index '+
  756. tostr(punitsymtable(current_module^.globalsymtable)^.unitid)))));
  757. debuglist^.concat(new(pai_stabs,init(strpnew('"'+
  758. punitsymtable(current_module^.globalsymtable)^.name^+'",'+
  759. tostr(N_EINCL)+',0,0,0'))));
  760. punitsymtable(current_module^.globalsymtable)^.dbx_count_ok:=true;
  761. dbx_counter:=punitsymtable(current_module^.globalsymtable)^.prev_dbx_counter;
  762. do_count_dbx:=false;
  763. end;
  764. { now insert the units in the symtablestack }
  765. hp:=pused_unit(current_module^.used_units.first);
  766. while assigned(hp) do
  767. begin
  768. if (cs_debuginfo in aktmoduleswitches) and
  769. not hp^.is_stab_written then
  770. begin
  771. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  772. hp^.is_stab_written:=true;
  773. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  774. end;
  775. hp:=pused_unit(hp^.next);
  776. end;
  777. if current_module^.in_implementation then
  778. begin
  779. if assigned(current_module^.localsymtable) then
  780. begin
  781. { all types }
  782. punitsymtable(current_module^.localsymtable)^.concattypestabto(debuglist);
  783. { and all local symbols}
  784. punitsymtable(current_module^.localsymtable)^.concatstabto(debuglist);
  785. end;
  786. end
  787. else
  788. begin
  789. if assigned(current_module^.globalsymtable) then
  790. begin
  791. { all types }
  792. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  793. { and all local symbols}
  794. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  795. end;
  796. end;
  797. end;
  798. {$Else GDB}
  799. begin
  800. end;
  801. {$EndIf GDB}
  802. procedure parse_implementation_uses(symt:Psymtable);
  803. begin
  804. if token=_USES then
  805. begin
  806. symt^.symtabletype:=unitsymtable;
  807. loadunits;
  808. symt^.symtabletype:=globalsymtable;
  809. {$ifdef DEBUG}
  810. test_symtablestack;
  811. {$endif DEBUG}
  812. end;
  813. end;
  814. procedure setupglobalswitches;
  815. procedure def_symbol(const s:string);
  816. var
  817. mac : pmacrosym;
  818. begin
  819. mac:=new(pmacrosym,init(s));
  820. mac^.defined:=true;
  821. Message1(parser_m_macro_defined,mac^.name);
  822. macros^.insert(mac);
  823. end;
  824. begin
  825. { can't have local browser when no global browser }
  826. if (cs_local_browser in aktmoduleswitches) and
  827. not(cs_browser in aktmoduleswitches) then
  828. aktmoduleswitches:=aktmoduleswitches-[cs_local_browser];
  829. { define a symbol in delphi,objfpc,tp,gpc mode }
  830. if (m_delphi in aktmodeswitches) then
  831. def_symbol('FPC_DELPHI')
  832. else
  833. if (m_tp in aktmodeswitches) then
  834. def_symbol('FPC_TP')
  835. else
  836. if (m_objfpc in aktmodeswitches) then
  837. def_symbol('FPC_OBJFPC')
  838. else
  839. if (m_gpc in aktmodeswitches) then
  840. def_symbol('FPC_GPC');
  841. { turn ansistrings on by default ? }
  842. if (m_default_ansistring in aktmodeswitches) then
  843. aktlocalswitches:=aktlocalswitches+[cs_ansistrings];
  844. end;
  845. procedure gen_main_procsym(const name:string;options:tproctypeoption;st:psymtable);
  846. var
  847. stt : psymtable;
  848. begin
  849. {Generate a procsym for main}
  850. make_ref:=false;
  851. aktprocsym:=new(Pprocsym,init(name));
  852. { main are allways used }
  853. inc(aktprocsym^.refs);
  854. {Try to insert in in static symtable ! }
  855. stt:=symtablestack;
  856. symtablestack:=st;
  857. aktprocsym^.definition:=new(Pprocdef,init);
  858. symtablestack:=stt;
  859. aktprocsym^.definition^.proctypeoption:=options;
  860. aktprocsym^.definition^.setmangledname(target_os.cprefix+name);
  861. aktprocsym^.definition^.forwarddef:=false;
  862. make_ref:=true;
  863. { The localst is a local symtable. Change it into the static
  864. symtable }
  865. dispose(aktprocsym^.definition^.localst,done);
  866. aktprocsym^.definition^.localst:=st;
  867. { and insert the procsym in symtable }
  868. st^.insert(aktprocsym);
  869. { set some informations about the main program }
  870. with procinfo^ do
  871. begin
  872. returntype.setdef(voiddef);
  873. _class:=nil;
  874. para_offset:=8;
  875. framepointer:=frame_pointer;
  876. flags:=0;
  877. end;
  878. end;
  879. procedure proc_unit;
  880. function is_assembler_generated:boolean;
  881. begin
  882. is_assembler_generated:=(Errorcount=0) and
  883. not(
  884. codesegment^.empty and
  885. datasegment^.empty and
  886. bsssegment^.empty and
  887. ((importssection=nil) or importssection^.empty) and
  888. ((resourcesection=nil) or resourcesection^.empty) and
  889. ((resourcestringlist=nil) or resourcestringlist^.empty)
  890. );
  891. end;
  892. var
  893. {$ifdef fixLeaksOnError}
  894. names : Pstringcontainer;
  895. {$else fixLeaksOnError}
  896. names : Tstringcontainer;
  897. {$endif fixLeaksOnError}
  898. st : psymtable;
  899. unitst : punitsymtable;
  900. {$ifdef GDB}
  901. pu : pused_unit;
  902. {$endif GDB}
  903. {$ifndef Dont_use_double_checksum}
  904. store_crc,store_interface_crc : longint;
  905. {$endif}
  906. s1,s2 : ^string; {Saves stack space}
  907. force_init_final : boolean;
  908. begin
  909. consume(_UNIT);
  910. if Compile_Level=1 then
  911. IsExe:=false;
  912. if token=_ID then
  913. begin
  914. { create filenames and unit name }
  915. current_module^.SetFileName(current_scanner^.inputfile^.path^+current_scanner^.inputfile^.name^,true);
  916. stringdispose(current_module^.modulename);
  917. current_module^.modulename:=stringdup(upper(pattern));
  918. { check for system unit }
  919. new(s1);
  920. new(s2);
  921. s1^:=upper(target_info.system_unit);
  922. s2^:=upper(SplitName(current_scanner^.inputfile^.name^));
  923. if (cs_compilesystem in aktmoduleswitches) then
  924. begin
  925. if ((length(current_module^.modulename^)>8) or
  926. (current_module^.modulename^<>s1^) or
  927. (current_module^.modulename^<>s2^)) then
  928. Message1(unit_e_illegal_unit_name,current_module^.modulename^);
  929. end
  930. else
  931. begin
  932. if (cs_check_unit_name in aktglobalswitches) and
  933. not((current_module^.modulename^=s2^) or
  934. ((length(current_module^.modulename^)>8) and
  935. (copy(current_module^.modulename^,1,8)=s2^))) then
  936. Message1(unit_e_illegal_unit_name,current_module^.modulename^);
  937. if (current_module^.modulename^=s1^) then
  938. Message(unit_w_switch_us_missed);
  939. end;
  940. dispose(s2);
  941. dispose(s1);
  942. end;
  943. consume(_ID);
  944. consume(_SEMICOLON);
  945. consume(_INTERFACE);
  946. { global switches are read, so further changes aren't allowed }
  947. current_module^.in_global:=false;
  948. { handle the global switches }
  949. setupglobalswitches;
  950. Message1(unit_u_start_parse_interface,current_module^.modulename^);
  951. { update status }
  952. status.currentmodule:=current_module^.modulename^;
  953. { maybe turn off m_objpas if we are compiling objpas }
  954. if (current_module^.modulename^='OBJPAS') then
  955. aktmodeswitches:=aktmodeswitches-[m_objpas];
  956. { this should be placed after uses !!}
  957. {$ifndef UseNiceNames}
  958. procprefix:='_'+current_module^.modulename^+'$$';
  959. {$else UseNiceNames}
  960. procprefix:='_'+tostr(length(current_module^.modulename^))+lowercase(current_module^.modulename^)+'_';
  961. {$endif UseNiceNames}
  962. parse_only:=true;
  963. { generate now the global symboltable }
  964. st:=new(punitsymtable,init(globalsymtable,current_module^.modulename^));
  965. refsymtable:=st;
  966. unitst:=punitsymtable(st);
  967. { define first as local to overcome dependency conflicts }
  968. current_module^.localsymtable:=st;
  969. { the unit name must be usable as a unit specifier }
  970. { inside the unit itself (PM) }
  971. { this also forbids to have another symbol }
  972. { with the same name as the unit }
  973. refsymtable^.insert(new(punitsym,init(current_module^.modulename^,unitst)));
  974. { a unit compiled at command line must be inside the loaded_unit list }
  975. if (compile_level=1) then
  976. loaded_units.insert(current_module);
  977. { load default units, like the system unit }
  978. loaddefaultunits;
  979. { reset }
  980. make_ref:=true;
  981. lexlevel:=0;
  982. { insert qualifier for the system unit (allows system.writeln) }
  983. if not(cs_compilesystem in aktmoduleswitches) then
  984. begin
  985. if token=_USES then
  986. begin
  987. unitst^.symtabletype:=unitsymtable;
  988. loadunits;
  989. { has it been compiled at a higher level ?}
  990. if current_module^.compiled then
  991. begin
  992. { this unit symtable is obsolete }
  993. { dispose(unitst,done);
  994. disposed as localsymtable !! }
  995. exit;
  996. end;
  997. unitst^.symtabletype:=globalsymtable;
  998. end;
  999. { ... but insert the symbol table later }
  1000. st^.next:=symtablestack;
  1001. symtablestack:=st;
  1002. end
  1003. else
  1004. { while compiling a system unit, some types are directly inserted }
  1005. begin
  1006. st^.next:=symtablestack;
  1007. symtablestack:=st;
  1008. insert_intern_types(st);
  1009. end;
  1010. { now we know the place to insert the constants }
  1011. constsymtable:=symtablestack;
  1012. { move the global symtab from the temporary local to global }
  1013. current_module^.globalsymtable:=current_module^.localsymtable;
  1014. current_module^.localsymtable:=nil;
  1015. reset_global_defs;
  1016. { number all units, so we know if a unit is used by this unit or
  1017. needs to be added implicitly }
  1018. numberunits;
  1019. { ... parse the declarations }
  1020. Message1(parser_u_parsing_interface,current_module^.modulename^);
  1021. read_interface_declarations;
  1022. { leave when we got an error }
  1023. if (Errorcount>0) and not status.skip_error then
  1024. begin
  1025. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1026. status.skip_error:=true;
  1027. exit;
  1028. end;
  1029. {$ifdef New_GDB}
  1030. write_gdb_info;
  1031. {$endIf Def New_GDB}
  1032. {$ifndef Dont_use_double_checksum}
  1033. if not(cs_compilesystem in aktmoduleswitches) then
  1034. if (Errorcount=0) then
  1035. writeunitas(current_module^.ppufilename^,punitsymtable(symtablestack),true);
  1036. {$endif Test_Double_checksum}
  1037. { Parse the implementation section }
  1038. consume(_IMPLEMENTATION);
  1039. current_module^.in_implementation:=true;
  1040. Message1(unit_u_start_parse_implementation,current_module^.modulename^);
  1041. parse_only:=false;
  1042. { generates static symbol table }
  1043. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1044. current_module^.localsymtable:=st;
  1045. { remove the globalsymtable from the symtable stack }
  1046. { to reinsert it after loading the implementation units }
  1047. symtablestack:=unitst^.next;
  1048. { we don't want implementation units symbols in unitsymtable !! PM }
  1049. refsymtable:=st;
  1050. { Read the implementation units }
  1051. parse_implementation_uses(unitst);
  1052. if current_module^.compiled then
  1053. begin
  1054. exit;
  1055. end;
  1056. { reset ranges/stabs in exported definitions }
  1057. reset_global_defs;
  1058. { All units are read, now give them a number }
  1059. numberunits;
  1060. { now we can change refsymtable }
  1061. refsymtable:=st;
  1062. { but reinsert the global symtable as lasts }
  1063. unitst^.next:=symtablestack;
  1064. symtablestack:=unitst;
  1065. {$ifdef DEBUG}
  1066. test_symtablestack;
  1067. {$endif DEBUG}
  1068. constsymtable:=symtablestack;
  1069. {$ifdef Splitheap}
  1070. if testsplit then
  1071. begin
  1072. Split_Heap;
  1073. allow_special:=true;
  1074. Switch_to_temp_heap;
  1075. end;
  1076. { it will report all crossings }
  1077. allow_special:=false;
  1078. {$endif Splitheap}
  1079. Message1(parser_u_parsing_implementation,current_module^.modulename^);
  1080. { Compile the unit }
  1081. codegen_newprocedure;
  1082. gen_main_procsym(current_module^.modulename^+'_init',potype_unitinit,st);
  1083. {$ifdef fixLeaksOnError}
  1084. new(names,init);
  1085. strContStack.push(names);
  1086. names^.insert('INIT$$'+current_module^.modulename^);
  1087. names^.insert(target_os.cprefix+current_module^.modulename^+'_init');
  1088. compile_proc_body(names^,true,false);
  1089. if names <> PstringContainer(strContStack.pop) then
  1090. writeln('Problem with strContStack in pmodules (1)');
  1091. dispose(names,done);
  1092. {$else fixLeaksOnError}
  1093. names.init;
  1094. names.insert('INIT$$'+current_module^.modulename^);
  1095. names.insert(target_os.cprefix+current_module^.modulename^+'_init');
  1096. compile_proc_body(names,true,false);
  1097. names.done;
  1098. {$endif fixLeaksOnError}
  1099. codegen_doneprocedure;
  1100. { avoid self recursive destructor call !! PM }
  1101. aktprocsym^.definition^.localst:=nil;
  1102. { if the unit contains ansi/widestrings, initialization and
  1103. finalization code must be forced }
  1104. force_init_final:=needs_init_final(current_module^.globalsymtable)
  1105. or needs_init_final(current_module^.localsymtable);
  1106. { should we force unit initialization? }
  1107. { this is a hack, but how can it be done better ? }
  1108. if force_init_final and ((current_module^.flags and uf_init)=0) then
  1109. begin
  1110. current_module^.flags:=current_module^.flags or uf_init;
  1111. { now we can insert a cut }
  1112. if (cs_create_smart in aktmoduleswitches) then
  1113. codesegment^.concat(new(pai_cut,init));
  1114. genimplicitunitinit(codesegment);
  1115. end;
  1116. { finalize? }
  1117. if token=_FINALIZATION then
  1118. begin
  1119. { set module options }
  1120. current_module^.flags:=current_module^.flags or uf_finalize;
  1121. { Compile the finalize }
  1122. codegen_newprocedure;
  1123. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1124. {$ifdef fixLeaksOnError}
  1125. new(names,init);
  1126. strContStack.push(names);
  1127. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1128. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1129. compile_proc_body(names^,true,false);
  1130. if names <> PstringContainer(strContStack.pop) then
  1131. writeln('Problem with strContStack in pmodules (2)');
  1132. dispose(names,done);
  1133. {$else fixLeaksOnError}
  1134. names.init;
  1135. names.insert('FINALIZE$$'+current_module^.modulename^);
  1136. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1137. compile_proc_body(names,true,false);
  1138. names.done;
  1139. {$endif fixLeaksOnError}
  1140. codegen_doneprocedure;
  1141. end
  1142. else if force_init_final then
  1143. begin
  1144. current_module^.flags:=current_module^.flags or uf_finalize;
  1145. { now we can insert a cut }
  1146. if (cs_create_smart in aktmoduleswitches) then
  1147. codesegment^.concat(new(pai_cut,init));
  1148. genimplicitunitfinal(codesegment);
  1149. end;
  1150. { the last char should always be a point }
  1151. consume(_POINT);
  1152. If ResourceStringList<>Nil then
  1153. begin
  1154. insertresourcestrings;
  1155. current_module^.flags:=current_module^.flags or uf_has_resources;
  1156. WriteResourceFile(Current_module^.ModuleName^);
  1157. end;
  1158. { avoid self recursive destructor call !! PM }
  1159. aktprocsym^.definition^.localst:=nil;
  1160. { absence does not matter here !! }
  1161. aktprocsym^.definition^.forwarddef:=false;
  1162. { test static symtable }
  1163. if (Errorcount=0) then
  1164. begin
  1165. st^.allsymbolsused;
  1166. st^.allprivatesused;
  1167. end;
  1168. { size of the static data }
  1169. datasize:=st^.datasize;
  1170. {$ifdef GDB}
  1171. { add all used definitions even for implementation}
  1172. if (cs_debuginfo in aktmoduleswitches) then
  1173. begin
  1174. {$IfnDef New_GDB}
  1175. if assigned(current_module^.globalsymtable) then
  1176. begin
  1177. { all types }
  1178. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  1179. { and all local symbols}
  1180. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  1181. end;
  1182. { all local types }
  1183. punitsymtable(st)^.concattypestabto(debuglist);
  1184. { and all local symbols}
  1185. st^.concatstabto(debuglist);
  1186. {$else New_GDB}
  1187. write_gdb_info;
  1188. {$endIf Def New_GDB}
  1189. end;
  1190. {$endif GDB}
  1191. reset_global_defs;
  1192. { tests, if all (interface) forwards are resolved }
  1193. if (Errorcount=0) then
  1194. begin
  1195. symtablestack^.check_forwards;
  1196. symtablestack^.allprivatesused;
  1197. end;
  1198. { now we have a correct unit, change the symtable type }
  1199. current_module^.in_implementation:=false;
  1200. symtablestack^.symtabletype:=unitsymtable;
  1201. {$ifdef GDB}
  1202. punitsymtable(symtablestack)^.is_stab_written:=false;
  1203. {$endif GDB}
  1204. { leave when we got an error }
  1205. if (Errorcount>0) and not status.skip_error then
  1206. begin
  1207. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1208. status.skip_error:=true;
  1209. closecurrentppu;
  1210. exit;
  1211. end;
  1212. { generate imports }
  1213. if current_module^.uses_imports then
  1214. importlib^.generatelib;
  1215. { insert own objectfile, or say that it's in a library
  1216. (no check for an .o when loading) }
  1217. if is_assembler_generated then
  1218. insertobjectfile
  1219. else
  1220. current_module^.flags:=current_module^.flags or uf_no_link;
  1221. if cs_local_browser in aktmoduleswitches then
  1222. current_module^.localsymtable:=refsymtable;
  1223. { Write out the ppufile }
  1224. {$ifndef Dont_use_double_checksum}
  1225. store_interface_crc:=current_module^.interface_crc;
  1226. store_crc:=current_module^.crc;
  1227. {$endif Test_Double_checksum}
  1228. if (Errorcount=0) then
  1229. writeunitas(current_module^.ppufilename^,punitsymtable(symtablestack),false);
  1230. {$ifndef Dont_use_double_checksum}
  1231. if not(cs_compilesystem in aktmoduleswitches) then
  1232. if store_interface_crc<>current_module^.interface_crc then
  1233. Do_comment(V_Warning,current_module^.ppufilename^+' Interface CRC changed '+
  1234. tostr(store_crc)+'<>'+tostr(current_module^.interface_crc));
  1235. {$ifdef EXTDEBUG}
  1236. if not(cs_compilesystem in aktmoduleswitches) then
  1237. if (store_crc<>current_module^.crc) and simplify_ppu then
  1238. Do_comment(V_Warning,current_module^.ppufilename^+' implementation CRC changed '+
  1239. tostr(store_crc)+'<>'+tostr(current_module^.interface_crc));
  1240. {$endif EXTDEBUG}
  1241. {$endif ndef Dont_use_Double_checksum}
  1242. { must be done only after local symtable ref stores !! }
  1243. closecurrentppu;
  1244. {$ifdef GDB}
  1245. pu:=pused_unit(usedunits.first);
  1246. while assigned(pu) do
  1247. begin
  1248. if assigned(pu^.u^.globalsymtable) then
  1249. punitsymtable(pu^.u^.globalsymtable)^.is_stab_written:=false;
  1250. pu:=pused_unit(pu^.next);
  1251. end;
  1252. {$endif GDB}
  1253. { remove static symtable (=refsymtable) here to save some mem }
  1254. if not (cs_local_browser in aktmoduleswitches) then
  1255. begin
  1256. dispose(st,done);
  1257. current_module^.localsymtable:=nil;
  1258. end;
  1259. if is_assembler_generated then
  1260. begin
  1261. { finish asmlist by adding segment starts }
  1262. insertsegment;
  1263. { assemble }
  1264. create_objectfile;
  1265. end;
  1266. { leave when we got an error }
  1267. if (Errorcount>0) and not status.skip_error then
  1268. begin
  1269. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1270. status.skip_error:=true;
  1271. exit;
  1272. end;
  1273. end;
  1274. procedure proc_program(islibrary : boolean);
  1275. var
  1276. st : psymtable;
  1277. hp : pmodule;
  1278. {$ifdef fixLeaksOnError}
  1279. names : Pstringcontainer;
  1280. {$else fixLeaksOnError}
  1281. names : Tstringcontainer;
  1282. {$endif fixLeaksOnError}
  1283. begin
  1284. DLLsource:=islibrary;
  1285. IsExe:=true;
  1286. parse_only:=false;
  1287. { relocation works only without stabs under win32 !! PM }
  1288. { internal assembler uses rva for stabs info
  1289. so it should work with relocated DLLs }
  1290. if RelocSection and
  1291. (target_info.target=target_i386_win32) and
  1292. (target_info.assem<>as_i386_pecoff) then
  1293. begin
  1294. aktglobalswitches:=aktglobalswitches+[cs_link_strip];
  1295. { Warning stabs info does not work with reloc section !! }
  1296. if cs_debuginfo in aktmoduleswitches then
  1297. begin
  1298. Message1(parser_w_parser_reloc_no_debug,current_module^.mainsource^);
  1299. Message(parser_w_parser_win32_debug_needs_WN);
  1300. aktmoduleswitches:=aktmoduleswitches-[cs_debuginfo];
  1301. end;
  1302. end;
  1303. if islibrary then
  1304. begin
  1305. consume(_LIBRARY);
  1306. stringdispose(current_module^.modulename);
  1307. current_module^.modulename:=stringdup(pattern);
  1308. current_module^.islibrary:=true;
  1309. exportlib^.preparelib(pattern);
  1310. consume(_ID);
  1311. consume(_SEMICOLON);
  1312. end
  1313. else
  1314. { is there an program head ? }
  1315. if token=_PROGRAM then
  1316. begin
  1317. consume(_PROGRAM);
  1318. stringdispose(current_module^.modulename);
  1319. current_module^.modulename:=stringdup(pattern);
  1320. if (target_info.target=target_i386_WIN32) then
  1321. exportlib^.preparelib(pattern);
  1322. consume(_ID);
  1323. if token=_LKLAMMER then
  1324. begin
  1325. consume(_LKLAMMER);
  1326. idlist;
  1327. consume(_RKLAMMER);
  1328. end;
  1329. consume(_SEMICOLON);
  1330. end
  1331. else if (target_info.target=target_i386_WIN32) then
  1332. exportlib^.preparelib(current_module^.modulename^);
  1333. { global switches are read, so further changes aren't allowed }
  1334. current_module^.in_global:=false;
  1335. { get correct output names }
  1336. current_module^.SetFileName(current_scanner^.inputfile^.path^+current_scanner^.inputfile^.name^,true);
  1337. { setup things using the global switches }
  1338. setupglobalswitches;
  1339. { set implementation flag }
  1340. current_module^.in_implementation:=true;
  1341. { insert after the unit symbol tables the static symbol table }
  1342. { of the program }
  1343. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1344. current_module^.localsymtable:=st;
  1345. symtablestack:=st;
  1346. refsymtable:=st;
  1347. { necessary for browser }
  1348. loaded_units.insert(current_module);
  1349. { load standard units (system,objpas,profile unit) }
  1350. loaddefaultunits;
  1351. { reset }
  1352. lexlevel:=0;
  1353. {Load the units used by the program we compile.}
  1354. if token=_USES then
  1355. loadunits;
  1356. { reset ranges/stabs in exported definitions }
  1357. reset_global_defs;
  1358. { All units are read, now give them a number }
  1359. numberunits;
  1360. {Insert the name of the main program into the symbol table.}
  1361. if current_module^.modulename^<>'' then
  1362. {st^.insert(new(pprogramsym,init(current_module^.modulename^)));}
  1363. st^.insert(new(punitsym,init(current_module^.modulename^,punitsymtable(st))));
  1364. { ...is also constsymtable, this is the symtable where }
  1365. { the elements of enumeration types are inserted }
  1366. constsymtable:=st;
  1367. Message1(parser_u_parsing_implementation,current_module^.mainsource^);
  1368. { reset }
  1369. procprefix:='';
  1370. {The program intialization needs an alias, so it can be called
  1371. from the bootstrap code.}
  1372. codegen_newprocedure;
  1373. gen_main_procsym('main',potype_proginit,st);
  1374. {$ifdef fixLeaksOnError}
  1375. new(names,init);
  1376. strContStack.push(names);
  1377. names^.insert('program_init');
  1378. names^.insert('PASCALMAIN');
  1379. names^.insert(target_os.cprefix+'main');
  1380. {$ifdef m68k}
  1381. if target_info.target=target_m68k_PalmOS then
  1382. names^.insert('PilotMain');
  1383. {$endif m68k}
  1384. compile_proc_body(names^,true,false);
  1385. if names <> PstringContainer(strContStack.pop) then
  1386. writeln('Problem with strContStack in pmodules (1)');
  1387. dispose(names,done);
  1388. {$else fixLeaksOnError}
  1389. names.init;
  1390. names.insert('program_init');
  1391. names.insert('PASCALMAIN');
  1392. names.insert(target_os.cprefix+'main');
  1393. {$ifdef m68k}
  1394. if target_info.target=target_m68k_PalmOS then
  1395. names.insert('PilotMain');
  1396. {$endif m68k}
  1397. compile_proc_body(names,true,false);
  1398. names.done;
  1399. {$endif fixLeaksOnError}
  1400. { avoid self recursive destructor call !! PM }
  1401. aktprocsym^.definition^.localst:=nil;
  1402. { consider these symbols as global ones }
  1403. { for browser }
  1404. current_module^.globalsymtable:=current_module^.localsymtable;
  1405. current_module^.localsymtable:=nil;
  1406. If ResourceStringList<>Nil then
  1407. begin
  1408. insertresourcestrings;
  1409. WriteResourceFile(Current_module^.ModuleName^);
  1410. end;
  1411. codegen_doneprocedure;
  1412. { finalize? }
  1413. if token=_FINALIZATION then
  1414. begin
  1415. { set module options }
  1416. current_module^.flags:=current_module^.flags or uf_finalize;
  1417. { Compile the finalize }
  1418. codegen_newprocedure;
  1419. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1420. {$ifdef fixLeaksOnError}
  1421. new(names,init);
  1422. strContStack.push(names);
  1423. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1424. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  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('FINALIZE$$'+current_module^.modulename^);
  1432. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1433. compile_proc_body(names,true,false);
  1434. names.done;
  1435. {$endif fixLeaksOnError}
  1436. codegen_doneprocedure;
  1437. end;
  1438. { consume the last point }
  1439. consume(_POINT);
  1440. {$ifdef New_GDB}
  1441. write_gdb_info;
  1442. {$endIf Def New_GDB}
  1443. { leave when we got an error }
  1444. if (Errorcount>0) and not status.skip_error then
  1445. begin
  1446. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1447. status.skip_error:=true;
  1448. exit;
  1449. end;
  1450. { test static symtable }
  1451. if (Errorcount=0) then
  1452. begin
  1453. st^.allsymbolsused;
  1454. st^.allprivatesused;
  1455. end;
  1456. { generate imports }
  1457. if current_module^.uses_imports then
  1458. importlib^.generatelib;
  1459. if islibrary or
  1460. (target_info.target=target_i386_WIN32) then
  1461. exportlib^.generatelib;
  1462. { insert heap }
  1463. insertResourceTablesTable;
  1464. insertinitfinaltable;
  1465. insertheap;
  1466. inserttargetspecific;
  1467. datasize:=symtablestack^.datasize;
  1468. { finish asmlist by adding segment starts }
  1469. insertsegment;
  1470. { insert own objectfile }
  1471. insertobjectfile;
  1472. { assemble and link }
  1473. create_objectfile;
  1474. { leave when we got an error }
  1475. if (Errorcount>0) and not status.skip_error then
  1476. begin
  1477. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1478. status.skip_error:=true;
  1479. exit;
  1480. end;
  1481. { create the executable when we are at level 1 }
  1482. if (compile_level=1) then
  1483. begin
  1484. { insert all .o files from all loaded units }
  1485. hp:=pmodule(loaded_units.first);
  1486. while assigned(hp) do
  1487. begin
  1488. Linker^.AddModuleFiles(hp);
  1489. hp:=pmodule(hp^.next);
  1490. end;
  1491. { write .def file }
  1492. if (cs_link_deffile in aktglobalswitches) then
  1493. deffile.writefile;
  1494. { finally we can create a executable }
  1495. if (not current_module^.is_unit) then
  1496. begin
  1497. if DLLSource then
  1498. Linker^.MakeSharedLibrary
  1499. else
  1500. Linker^.MakeExecutable;
  1501. end;
  1502. end;
  1503. end;
  1504. end.
  1505. {
  1506. $Log$
  1507. Revision 1.188 2000-04-14 08:15:05 pierre
  1508. * close ppu file if errors
  1509. Revision 1.187 2000/04/02 10:18:18 florian
  1510. * bug 701 fixed: ansistrings in interface and implementation part of the units
  1511. are now finalized correctly even if there are no explicit initialization/
  1512. finalization statements
  1513. Revision 1.186 2000/03/01 15:36:11 florian
  1514. * some new stuff for the new cg
  1515. Revision 1.185 2000/02/09 13:22:57 peter
  1516. * log truncated
  1517. Revision 1.184 2000/02/06 17:20:53 peter
  1518. * -gl switch for auto lineinfo including
  1519. Revision 1.183 2000/01/16 22:17:12 peter
  1520. * renamed call_offset to para_offset
  1521. Revision 1.182 2000/01/16 14:15:33 jonas
  1522. * changed "with object_type" construct because of bug in the
  1523. compiler
  1524. Revision 1.181 2000/01/12 10:30:15 peter
  1525. * align codesegment at the end after main proc
  1526. Revision 1.180 2000/01/11 17:16:05 jonas
  1527. * removed a lot of memory leaks when an error is encountered (caused by
  1528. procinfo and pstringcontainers). There are still plenty left though :)
  1529. Revision 1.179 2000/01/11 09:52:07 peter
  1530. * fixed placing of .sl directories
  1531. * use -b again for base-file selection
  1532. * fixed group writing for linux with smartlinking
  1533. Revision 1.178 2000/01/07 01:14:29 peter
  1534. * updated copyright to 2000
  1535. Revision 1.177 1999/12/20 22:29:26 pierre
  1536. * relocation with debug info in rva (only with internal compiler)
  1537. Revision 1.176 1999/12/10 10:02:53 peter
  1538. * only check relocsection for win32
  1539. Revision 1.175 1999/11/30 10:40:44 peter
  1540. + ttype, tsymlist
  1541. Revision 1.174 1999/11/29 16:24:52 pierre
  1542. * bug in previous commit corrected
  1543. Revision 1.173 1999/11/29 15:18:27 pierre
  1544. + allow exports in win32 executables
  1545. Revision 1.172 1999/11/24 11:41:05 pierre
  1546. * defaultsymtablestack is now restored after parser.compile
  1547. Revision 1.171 1999/11/22 22:21:46 pierre
  1548. * Compute correct Exe Filenam
  1549. Revision 1.170 1999/11/22 00:23:09 pierre
  1550. * also complain about unused functions in program
  1551. Revision 1.169 1999/11/20 01:19:10 pierre
  1552. * DLL index used for win32 target with DEF file
  1553. + DLL initialization/finalization support
  1554. Revision 1.168 1999/11/18 23:35:40 pierre
  1555. * avoid double warnings
  1556. Revision 1.167 1999/11/18 15:34:47 pierre
  1557. * Notes/Hints for local syms changed to
  1558. Set_varstate function
  1559. Revision 1.166 1999/11/17 17:05:02 pierre
  1560. * Notes/hints changes
  1561. Revision 1.165 1999/11/15 15:03:47 pierre
  1562. * Pavel's changes for reloc section in executable
  1563. + warning that -g needs -WN under win32
  1564. }