pmodules.pas 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752
  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. {$i defines.inc}
  20. { close old_current_ppu on system that are
  21. short on file handles like DOS system PM }
  22. {$ifdef GO32V1}
  23. {$define SHORT_ON_FILE_HANDLES}
  24. {$endif GO32V1}
  25. {$ifdef GO32V2}
  26. {$define SHORT_ON_FILE_HANDLES}
  27. {$endif GO32V2}
  28. {$define New_GDB}
  29. interface
  30. procedure proc_unit;
  31. procedure proc_program(islibrary : boolean);
  32. implementation
  33. uses
  34. globtype,version,systems,tokens,
  35. cutils,cobjects,comphook,compiler,
  36. globals,verbose,fmodule,finput,
  37. symconst,symtable,aasm,types,
  38. {$ifdef newcg}
  39. cgbase,
  40. {$else newcg}
  41. hcodegen,
  42. {$ifdef i386}
  43. cgai386,
  44. {$endif i386}
  45. {$endif newcg}
  46. link,assemble,import,export,gendef,ppu,comprsrc,
  47. cresstr,cpubase,cpuasm,
  48. {$ifdef GDB}
  49. gdb,
  50. {$endif GDB}
  51. scanner,pbase,psystem,pdecl,psub,parser;
  52. procedure create_objectfile;
  53. begin
  54. { create the .s file and assemble it }
  55. GenerateAsm(false);
  56. { Also create a smartlinked version ? }
  57. if (cs_create_smart in aktmoduleswitches) then
  58. begin
  59. { regenerate the importssection for win32 }
  60. if assigned(importssection) and
  61. (target_info.target=target_i386_win32) then
  62. begin
  63. importssection^.clear;
  64. importlib^.generatesmartlib;
  65. end;
  66. GenerateAsm(true);
  67. if target_asm.needar then
  68. Linker^.MakeStaticLibrary;
  69. end;
  70. { resource files }
  71. CompileResourceFiles;
  72. end;
  73. procedure insertobjectfile;
  74. { Insert the used object file for this unit in the used list for this unit }
  75. begin
  76. current_module^.linkunitofiles.insert(current_module^.objfilename^,link_static);
  77. current_module^.flags:=current_module^.flags or uf_static_linked;
  78. if (cs_create_smart in aktmoduleswitches) then
  79. begin
  80. current_module^.linkunitstaticlibs.insert(current_module^.staticlibfilename^,link_smart);
  81. current_module^.flags:=current_module^.flags or uf_smart_linked;
  82. end;
  83. end;
  84. procedure insertsegment;
  85. procedure fixseg(p:paasmoutput;sec:tsection);
  86. begin
  87. p^.insert(new(pai_section,init(sec)));
  88. if (cs_create_smart in aktmoduleswitches) then
  89. p^.insert(new(pai_cut,init));
  90. p^.concat(new(pai_section,init(sec_none)));
  91. end;
  92. begin
  93. { Insert Ident of the compiler }
  94. if (not (cs_create_smart in aktmoduleswitches))
  95. {$ifndef EXTDEBUG}
  96. and (not current_module^.is_unit)
  97. {$endif}
  98. then
  99. begin
  100. datasegment^.insert(new(pai_align,init(4)));
  101. datasegment^.insert(new(pai_string,init('FPC '+full_version_string+
  102. ' ['+date_string+'] for '+target_cpu_string+' - '+target_info.short_name)));
  103. end;
  104. { finish codesegment }
  105. codesegment^.concat(new(pai_align,init(16)));
  106. { Insert start and end of sections }
  107. fixseg(codesegment,sec_code);
  108. fixseg(datasegment,sec_data);
  109. fixseg(bsssegment,sec_bss);
  110. { we should use .rdata section for these two no ? }
  111. { .rdata is a read only data section (PM) }
  112. fixseg(rttilist,sec_data);
  113. fixseg(consts,sec_data);
  114. if assigned(resourcestringlist) then
  115. fixseg(resourcestringlist,sec_data);
  116. {$ifdef GDB}
  117. if assigned(debuglist) then
  118. begin
  119. debuglist^.insert(new(pai_symbol,initname('gcc2_compiled',0)));
  120. fixseg(debuglist,sec_code);
  121. end;
  122. {$endif GDB}
  123. end;
  124. Procedure InsertResourceTablesTable;
  125. var
  126. hp : pused_unit;
  127. ResourceStringTables : taasmoutput;
  128. count : longint;
  129. begin
  130. ResourceStringTables.init;
  131. count:=0;
  132. hp:=pused_unit(usedunits.first);
  133. while assigned(hp) do
  134. begin
  135. If (hp^.u^.flags and uf_has_resources)=uf_has_resources then
  136. begin
  137. ResourceStringTables.concat(new(pai_const_symbol,initname(hp^.u^.modulename^+'_RESOURCESTRINGLIST')));
  138. inc(count);
  139. end;
  140. hp:=Pused_unit(hp^.next);
  141. end;
  142. { Add program resources, if any }
  143. If ResourceStringList<>Nil then
  144. begin
  145. ResourceStringTables.concat(new(pai_const_symbol,initname(Current_Module^.modulename^+'_RESOURCESTRINGLIST')));
  146. Inc(Count);
  147. end;
  148. { TableCount }
  149. { doesn't work because of bug in the compiler !! (JM)
  150. With ResourceStringTables do}
  151. begin
  152. ResourceStringTables.insert(new(pai_const,init_32bit(count)));
  153. ResourceStringTables.insert(new(pai_symbol,initdataname_global('FPC_RESOURCESTRINGTABLES',0)));
  154. ResourceStringTables.concat(new(pai_symbol_end,initname('FPC_RESOURCESTRINGTABLES')));
  155. end;
  156. { insert in data segment }
  157. if (cs_create_smart in aktmoduleswitches) then
  158. datasegment^.concat(new(pai_cut,init));
  159. datasegment^.concatlist(@ResourceStringTables);
  160. ResourceStringTables.done;
  161. end;
  162. procedure InsertInitFinalTable;
  163. var
  164. hp : pused_unit;
  165. unitinits : taasmoutput;
  166. count : longint;
  167. begin
  168. unitinits.init;
  169. count:=0;
  170. hp:=pused_unit(usedunits.first);
  171. while assigned(hp) do
  172. begin
  173. { call the unit init code and make it external }
  174. if (hp^.u^.flags and (uf_init or uf_finalize))<>0 then
  175. begin
  176. if (hp^.u^.flags and uf_init)<>0 then
  177. begin
  178. unitinits.concat(new(pai_const_symbol,initname('INIT$$'+hp^.u^.modulename^)));
  179. end
  180. else
  181. unitinits.concat(new(pai_const,init_32bit(0)));
  182. if (hp^.u^.flags and uf_finalize)<>0 then
  183. begin
  184. unitinits.concat(new(pai_const_symbol,initname('FINALIZE$$'+hp^.u^.modulename^)));
  185. end
  186. else
  187. unitinits.concat(new(pai_const,init_32bit(0)));
  188. inc(count);
  189. end;
  190. hp:=Pused_unit(hp^.next);
  191. end;
  192. if current_module^.islibrary then
  193. if (current_module^.flags and uf_finalize)<>0 then
  194. begin
  195. { INIT code is done by PASCALMAIN calling }
  196. unitinits.concat(new(pai_const,init_32bit(0)));
  197. unitinits.concat(new(pai_const_symbol,initname('FINALIZE$$'+current_module^.modulename^)));
  198. inc(count);
  199. end;
  200. { TableCount,InitCount }
  201. unitinits.insert(new(pai_const,init_32bit(0)));
  202. unitinits.insert(new(pai_const,init_32bit(count)));
  203. unitinits.insert(new(pai_symbol,initdataname_global('INITFINAL',0)));
  204. unitinits.concat(new(pai_symbol_end,initname('INITFINAL')));
  205. { insert in data segment }
  206. if (cs_create_smart in aktmoduleswitches) then
  207. datasegment^.concat(new(pai_cut,init));
  208. datasegment^.concatlist(@unitinits);
  209. unitinits.done;
  210. end;
  211. procedure insertheap;
  212. begin
  213. if (cs_create_smart in aktmoduleswitches) then
  214. begin
  215. bsssegment^.concat(new(pai_cut,init));
  216. datasegment^.concat(new(pai_cut,init));
  217. end;
  218. { On the Macintosh Classic M68k Architecture
  219. The Heap variable is simply a POINTER to the
  220. real HEAP. The HEAP must be set up by the RTL
  221. and must store the pointer in this value.
  222. On OS/2 the heap is also intialized by the RTL. We do
  223. not output a pointer }
  224. case target_info.target of
  225. {$ifdef i386}
  226. target_i386_OS2:
  227. ;
  228. {$endif i386}
  229. {$ifdef alpha}
  230. target_alpha_linux:
  231. ;
  232. {$endif alpha}
  233. {$ifdef powerpc}
  234. target_powerpc_linux:
  235. ;
  236. {$endif powerpc}
  237. {$ifdef m68k}
  238. target_m68k_Mac:
  239. bsssegment^.concat(new(pai_datablock,init_global('HEAP',4)));
  240. target_m68k_PalmOS:
  241. ;
  242. {$endif m68k}
  243. else
  244. bsssegment^.concat(new(pai_datablock,init_global('HEAP',heapsize)));
  245. end;
  246. {$ifdef m68k}
  247. if target_info.target<>target_m68k_PalmOS then
  248. begin
  249. datasegment^.concat(new(pai_symbol,initdataname_global('HEAP_SIZE',0)));
  250. datasegment^.concat(new(pai_const,init_32bit(heapsize)));
  251. end;
  252. {$else m68k}
  253. datasegment^.concat(new(pai_symbol,initdataname_global('HEAPSIZE',4)));
  254. datasegment^.concat(new(pai_const,init_32bit(heapsize)));
  255. {$endif m68k}
  256. end;
  257. procedure inserttargetspecific;
  258. begin
  259. case target_info.target of
  260. {$ifdef alpha}
  261. target_alpha_linux:
  262. ;
  263. {$endif alpha}
  264. {$ifdef powerpc}
  265. target_powerpc_linux:
  266. ;
  267. {$endif powerpc}
  268. {$ifdef i386}
  269. target_i386_GO32V2 :
  270. begin
  271. { stacksize can be specified }
  272. datasegment^.concat(new(pai_symbol,initdataname_global('__stklen',4)));
  273. datasegment^.concat(new(pai_const,init_32bit(stacksize)));
  274. end;
  275. {$endif i386}
  276. {$ifdef m68k}
  277. target_m68k_Atari :
  278. begin
  279. { stacksize can be specified }
  280. datasegment^.concat(new(pai_symbol,initdataname_global('__stklen',4)));
  281. datasegment^.concat(new(pai_const,init_32bit(stacksize)));
  282. end;
  283. {$endif m68k}
  284. end;
  285. end;
  286. function loadunit(const s : string;compile_system:boolean) : pmodule;forward;
  287. procedure load_usedunits(compile_system:boolean);
  288. var
  289. pu : pused_unit;
  290. loaded_unit : pmodule;
  291. load_refs : boolean;
  292. nextmapentry : longint;
  293. begin
  294. load_refs:=true;
  295. { init the map }
  296. new(current_module^.map);
  297. fillchar(current_module^.map^,sizeof(tunitmap),#0);
  298. {$ifdef NEWMAP}
  299. current_module^.map^[0]:=current_module;
  300. {$endif NEWMAP}
  301. nextmapentry:=1;
  302. { load the used units from interface }
  303. current_module^.in_implementation:=false;
  304. pu:=pused_unit(current_module^.used_units.first);
  305. while assigned(pu) do
  306. begin
  307. if (not pu^.loaded) and (pu^.in_interface) then
  308. begin
  309. loaded_unit:=loadunit(pu^.name^,false);
  310. if current_module^.compiled then
  311. exit;
  312. { register unit in used units }
  313. pu^.u:=loaded_unit;
  314. pu^.loaded:=true;
  315. { doubles are not important for that list PM }
  316. pu^.u^.dependent_units.concat(new(pdependent_unit,init(current_module)));
  317. { need to recompile the current unit ? }
  318. if loaded_unit^.crc<>pu^.checksum then
  319. begin
  320. Message2(unit_u_recompile_crc_change,current_module^.modulename^,pu^.name^);
  321. current_module^.recompile_reason:=rr_crcchanged;
  322. current_module^.do_compile:=true;
  323. dispose(current_module^.map);
  324. current_module^.map:=nil;
  325. exit;
  326. end;
  327. { setup the map entry for deref }
  328. {$ifndef NEWMAP}
  329. current_module^.map^[nextmapentry]:=loaded_unit^.globalsymtable;
  330. {$else NEWMAP}
  331. current_module^.map^[nextmapentry]:=loaded_unit;
  332. {$endif NEWMAP}
  333. inc(nextmapentry);
  334. if nextmapentry>maxunits then
  335. Message(unit_f_too_much_units);
  336. end;
  337. pu:=pused_unit(pu^.next);
  338. end;
  339. { ok, now load the unit }
  340. current_module^.globalsymtable:=new(punitsymtable,loadasunit);
  341. { now only read the implementation part }
  342. current_module^.in_implementation:=true;
  343. { load the used units from implementation }
  344. pu:=pused_unit(current_module^.used_units.first);
  345. while assigned(pu) do
  346. begin
  347. if (not pu^.loaded) and (not pu^.in_interface) then
  348. begin
  349. loaded_unit:=loadunit(pu^.name^,false);
  350. if current_module^.compiled then
  351. exit;
  352. { register unit in used units }
  353. pu^.u:=loaded_unit;
  354. pu^.loaded:=true;
  355. { need to recompile the current unit ? }
  356. if (loaded_unit^.interface_crc<>pu^.interface_checksum) {and
  357. not(current_module^.in_second_compile) } then
  358. begin
  359. Message2(unit_u_recompile_crc_change,current_module^.modulename^,pu^.name^+' {impl}');
  360. current_module^.recompile_reason:=rr_crcchanged;
  361. current_module^.do_compile:=true;
  362. dispose(current_module^.map);
  363. current_module^.map:=nil;
  364. exit;
  365. end;
  366. { setup the map entry for deref }
  367. {$ifndef NEWMAP}
  368. current_module^.map^[nextmapentry]:=loaded_unit^.globalsymtable;
  369. {$else NEWMAP}
  370. current_module^.map^[nextmapentry]:=loaded_unit;
  371. {$endif NEWMAP}
  372. inc(nextmapentry);
  373. if nextmapentry>maxunits then
  374. Message(unit_f_too_much_units);
  375. end;
  376. pu:=pused_unit(pu^.next);
  377. end;
  378. { load browser info if stored }
  379. if ((current_module^.flags and uf_has_browser)<>0) and load_refs then
  380. punitsymtable(current_module^.globalsymtable)^.load_symtable_refs;
  381. { remove the map, it's not needed anymore }
  382. dispose(current_module^.map);
  383. current_module^.map:=nil;
  384. end;
  385. function loadunit(const s : string;compile_system:boolean) : pmodule;
  386. const
  387. ImplIntf : array[boolean] of string[15]=('interface','implementation');
  388. var
  389. st : punitsymtable;
  390. second_time : boolean;
  391. old_current_ppu : pppufile;
  392. old_current_module,hp,hp2 : pmodule;
  393. name : string;{ necessary because current_module^.mainsource^ is reset in compile !! }
  394. scanner : pscannerfile;
  395. procedure loadppufile;
  396. begin
  397. { load interface section }
  398. if not current_module^.do_compile then
  399. load_interface;
  400. { only load units when we don't recompile }
  401. if not current_module^.do_compile then
  402. load_usedunits(compile_system);
  403. { recompile if set }
  404. if current_module^.do_compile then
  405. begin
  406. { we don't need the ppufile anymore }
  407. if assigned(current_module^.ppufile) then
  408. begin
  409. dispose(current_module^.ppufile,done);
  410. current_module^.ppufile:=nil;
  411. current_ppu:=nil;
  412. end;
  413. { recompile the unit or give a fatal error if sources not available }
  414. if not(current_module^.sources_avail) and
  415. not(current_module^.sources_checked) then
  416. if (not current_module^.search_unit(current_module^.modulename^,true))
  417. and (length(current_module^.modulename^)>8) then
  418. current_module^.search_unit(copy(current_module^.modulename^,1,8),true);
  419. if not(current_module^.sources_avail) then
  420. begin
  421. hp:=current_module;
  422. current_module:=old_current_module;
  423. if hp^.recompile_reason=rr_noppu then
  424. Message1(unit_f_cant_find_ppu,hp^.modulename^)
  425. else
  426. Message1(unit_f_cant_compile_unit,hp^.modulename^);
  427. current_module:=hp;
  428. end
  429. else
  430. begin
  431. if current_module^.in_compile then
  432. begin
  433. current_module^.in_second_compile:=true;
  434. Message1(parser_d_compiling_second_time,current_module^.modulename^);
  435. end;
  436. current_scanner^.tempcloseinputfile;
  437. name:=current_module^.mainsource^;
  438. if assigned(scanner) then
  439. scanner^.invalid:=true;
  440. compile(name,compile_system);
  441. current_module^.in_second_compile:=false;
  442. if (not current_scanner^.invalid) then
  443. current_scanner^.tempopeninputfile;
  444. end;
  445. end
  446. else
  447. begin
  448. { only reassemble ? }
  449. if (current_module^.do_assemble) then
  450. OnlyAsm;
  451. end;
  452. if assigned(current_module^.ppufile) then
  453. begin
  454. dispose(current_module^.ppufile,done);
  455. current_module^.ppufile:=nil;
  456. current_ppu:=nil;
  457. end;
  458. end;
  459. var
  460. dummy : pmodule;
  461. begin
  462. old_current_module:=current_module;
  463. old_current_ppu:=current_ppu;
  464. { Info }
  465. Message3(unit_u_load_unit,current_module^.modulename^,ImplIntf[current_module^.in_implementation],s);
  466. { unit not found }
  467. st:=nil;
  468. dummy:=nil;
  469. { search all loaded units }
  470. hp:=pmodule(loaded_units.first);
  471. while assigned(hp) do
  472. begin
  473. if hp^.modulename^=s then
  474. begin
  475. { forced to reload ? }
  476. if hp^.do_reload then
  477. begin
  478. hp^.do_reload:=false;
  479. break;
  480. end;
  481. { the unit is already registered }
  482. { and this means that the unit }
  483. { is already compiled }
  484. { else there is a cyclic unit use }
  485. if assigned(hp^.globalsymtable) then
  486. st:=punitsymtable(hp^.globalsymtable)
  487. else
  488. begin
  489. { both units in interface ? }
  490. if (not current_module^.in_implementation) and (not hp^.in_implementation) then
  491. begin
  492. { check for a cycle }
  493. hp2:=current_module^.loaded_from;
  494. while assigned(hp2) and (hp2<>hp) do
  495. begin
  496. if hp2^.in_implementation then
  497. hp2:=nil
  498. else
  499. hp2:=hp2^.loaded_from;
  500. end;
  501. if assigned(hp2) then
  502. Message2(unit_f_circular_unit_reference,current_module^.modulename^,hp^.modulename^);
  503. end;
  504. end;
  505. break;
  506. end
  507. else if copy(hp^.modulename^,1,8)=s then
  508. dummy:=hp;
  509. { the next unit }
  510. hp:=pmodule(hp^.next);
  511. end;
  512. if assigned(dummy) and not assigned(hp) then
  513. Message2(unit_w_unit_name_error,s,dummy^.modulename^);
  514. { the unit is not in the symtable stack }
  515. if (not assigned(st)) then
  516. begin
  517. if assigned(hp) then
  518. begin
  519. { remove the old unit }
  520. loaded_units.remove(hp);
  521. scanner:=hp^.scanner;
  522. hp^.reset;
  523. hp^.scanner:=scanner;
  524. { try to reopen ppu }
  525. hp^.search_unit(s,false);
  526. { try to load the unit a second time first }
  527. current_module:=hp;
  528. current_module^.in_second_load:=true;
  529. Message1(unit_u_second_load_unit,current_module^.modulename^);
  530. second_time:=true;
  531. end
  532. else
  533. { generates a new unit info record }
  534. begin
  535. current_module:=new(pmodule,init(s,true));
  536. scanner:=nil;
  537. second_time:=false;
  538. end;
  539. current_ppu:=current_module^.ppufile;
  540. { close old_current_ppu on system that are
  541. short on file handles like DOS PM }
  542. {$ifdef SHORT_ON_FILE_HANDLES}
  543. if assigned(old_current_ppu) then
  544. old_current_ppu^.tempclose;
  545. {$endif SHORT_ON_FILE_HANDLES}
  546. { now we can register the unit }
  547. current_module^.loaded_from:=old_current_module;
  548. loaded_units.insert(current_module);
  549. { now realy load the ppu }
  550. loadppufile;
  551. { set compiled flag }
  552. current_module^.compiled:=true;
  553. { load return pointer }
  554. hp:=current_module;
  555. { for a second_time recompile reload all dependent units,
  556. for a first time compile register the unit _once_ }
  557. if second_time then
  558. begin
  559. { now reload all dependent units }
  560. hp2:=pmodule(loaded_units.first);
  561. while assigned(hp2) do
  562. begin
  563. if hp2^.do_reload then
  564. dummy:=loadunit(hp2^.modulename^,false);
  565. hp2:=pmodule(hp2^.next);
  566. end;
  567. end
  568. else
  569. usedunits.concat(new(pused_unit,init(current_module,true)));
  570. end;
  571. { set the old module }
  572. {$ifdef SHORT_ON_FILE_HANDLES}
  573. if assigned(old_current_ppu) then
  574. old_current_ppu^.tempopen;
  575. {$endif SHORT_ON_FILE_HANDLES}
  576. current_ppu:=old_current_ppu;
  577. current_module:=old_current_module;
  578. loadunit:=hp;
  579. end;
  580. procedure loaddefaultunits;
  581. var
  582. hp : pmodule;
  583. unitsym : punitsym;
  584. begin
  585. { are we compiling the system unit? }
  586. if (cs_compilesystem in aktmoduleswitches) then
  587. begin
  588. { create system defines }
  589. createconstdefs;
  590. { we don't need to reset anything, it's already done in parser.pas }
  591. exit;
  592. end;
  593. { insert the system unit, it is allways the first }
  594. hp:=loadunit(upper(target_info.system_unit),true);
  595. systemunit:=hp^.globalsymtable;
  596. { it's always the first unit }
  597. systemunit^.next:=nil;
  598. symtablestack:=systemunit;
  599. { add to the used units }
  600. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  601. unitsym:=new(punitsym,init('SYSTEM',systemunit));
  602. inc(unitsym^.refs);
  603. refsymtable^.insert(unitsym);
  604. { read default constant definitions }
  605. make_ref:=false;
  606. readconstdefs;
  607. { if POWER is defined in the RTL then use it for starstar overloading }
  608. {$ifdef DONOTCHAINOPERATORS}
  609. getsym('POWER',false);
  610. {$endif DONOTCHAINOPERATORS}
  611. make_ref:=true;
  612. {$ifdef DONOTCHAINOPERATORS}
  613. { Code now in chainoperators PM }
  614. if assigned(srsym) and (srsym^.typ=procsym) and (overloaded_operators[_STARSTAR]=nil) then
  615. overloaded_operators[_STARSTAR]:=pprocsym(srsym);
  616. {$endif DONOTCHAINOPERATORS}
  617. { Objpas unit? }
  618. if m_objpas in aktmodeswitches then
  619. begin
  620. hp:=loadunit('OBJPAS',false);
  621. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  622. symtablestack:=hp^.globalsymtable;
  623. { add to the used units }
  624. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  625. unitsym:=new(punitsym,init('OBJPAS',hp^.globalsymtable));
  626. inc(unitsym^.refs);
  627. refsymtable^.insert(unitsym);
  628. end;
  629. { Profile unit? Needed for go32v2 only }
  630. if (cs_profile in aktmoduleswitches) and (target_info.target=target_i386_go32v2) then
  631. begin
  632. hp:=loadunit('PROFILE',false);
  633. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  634. symtablestack:=hp^.globalsymtable;
  635. { add to the used units }
  636. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  637. unitsym:=new(punitsym,init('PROFILE',hp^.globalsymtable));
  638. inc(unitsym^.refs);
  639. refsymtable^.insert(unitsym);
  640. end;
  641. { Units only required for main module }
  642. if not(current_module^.is_unit) then
  643. begin
  644. { Heaptrc unit }
  645. if (cs_gdb_heaptrc in aktglobalswitches) then
  646. begin
  647. hp:=loadunit('HEAPTRC',false);
  648. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  649. symtablestack:=hp^.globalsymtable;
  650. { add to the used units }
  651. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  652. unitsym:=new(punitsym,init('HEAPTRC',hp^.globalsymtable));
  653. inc(unitsym^.refs);
  654. refsymtable^.insert(unitsym);
  655. end;
  656. { Lineinfo unit }
  657. if (cs_gdb_lineinfo in aktglobalswitches) then
  658. begin
  659. hp:=loadunit('LINEINFO',false);
  660. psymtable(hp^.globalsymtable)^.next:=symtablestack;
  661. symtablestack:=hp^.globalsymtable;
  662. { add to the used units }
  663. current_module^.used_units.concat(new(pused_unit,init(hp,true)));
  664. unitsym:=new(punitsym,init('LINEINFO',hp^.globalsymtable));
  665. inc(unitsym^.refs);
  666. refsymtable^.insert(unitsym);
  667. end;
  668. end;
  669. { save default symtablestack }
  670. defaultsymtablestack:=symtablestack;
  671. end;
  672. procedure loadunits;
  673. var
  674. s,sorg : stringid;
  675. pu,
  676. hp : pused_unit;
  677. hp2 : pmodule;
  678. hp3 : psymtable;
  679. oldprocsym:Pprocsym;
  680. unitsym : punitsym;
  681. begin
  682. oldprocsym:=aktprocsym;
  683. consume(_USES);
  684. {$ifdef DEBUG}
  685. test_symtablestack;
  686. {$endif DEBUG}
  687. repeat
  688. s:=pattern;
  689. sorg:=orgpattern;
  690. consume(_ID);
  691. { Give a warning if objpas is loaded }
  692. if s='OBJPAS' then
  693. Message(parser_w_no_objpas_use_mode);
  694. { check if the unit is already used }
  695. pu:=pused_unit(current_module^.used_units.first);
  696. while assigned(pu) do
  697. begin
  698. if (pu^.name^=s) then
  699. break;
  700. pu:=pused_unit(pu^.next);
  701. end;
  702. { avoid uses of itself }
  703. if not assigned(pu) and (s<>current_module^.modulename^) then
  704. begin
  705. { load the unit }
  706. hp2:=loadunit(s,false);
  707. { the current module uses the unit hp2 }
  708. current_module^.used_units.concat(new(pused_unit,init(hp2,not current_module^.in_implementation)));
  709. pused_unit(current_module^.used_units.last)^.in_uses:=true;
  710. if current_module^.compiled then
  711. exit;
  712. unitsym:=new(punitsym,init(sorg,hp2^.globalsymtable));
  713. { never claim about unused unit if
  714. there is init or finalize code PM }
  715. if (hp2^.flags and (uf_init or uf_finalize))<>0 then
  716. inc(unitsym^.refs);
  717. refsymtable^.insert(unitsym);
  718. end
  719. else
  720. Message1(sym_e_duplicate_id,s);
  721. if token=_COMMA then
  722. begin
  723. pattern:='';
  724. consume(_COMMA);
  725. end
  726. else
  727. break;
  728. until false;
  729. consume(_SEMICOLON);
  730. { set the symtable to systemunit so it gets reorderd correctly }
  731. symtablestack:=defaultsymtablestack;
  732. { now insert the units in the symtablestack }
  733. hp:=pused_unit(current_module^.used_units.first);
  734. while assigned(hp) do
  735. begin
  736. {$IfDef GDB}
  737. if (cs_debuginfo in aktmoduleswitches) and
  738. (cs_gdb_dbx in aktglobalswitches) and
  739. not hp^.is_stab_written then
  740. begin
  741. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  742. hp^.is_stab_written:=true;
  743. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  744. end;
  745. {$EndIf GDB}
  746. if hp^.in_uses then
  747. begin
  748. hp3:=symtablestack;
  749. while assigned(hp3) do
  750. begin
  751. { insert units only once ! }
  752. if hp^.u^.globalsymtable=hp3 then
  753. break;
  754. hp3:=hp3^.next;
  755. { unit isn't inserted }
  756. if hp3=nil then
  757. begin
  758. psymtable(hp^.u^.globalsymtable)^.next:=symtablestack;
  759. symtablestack:=psymtable(hp^.u^.globalsymtable);
  760. {$ifdef CHAINPROCSYMS}
  761. symtablestack^.chainprocsyms;
  762. {$endif CHAINPROCSYMS}
  763. {$ifdef DEBUG}
  764. test_symtablestack;
  765. {$endif DEBUG}
  766. end;
  767. end;
  768. end;
  769. hp:=pused_unit(hp^.next);
  770. end;
  771. aktprocsym:=oldprocsym;
  772. end;
  773. procedure write_gdb_info;
  774. {$IfDef GDB}
  775. var
  776. hp : pused_unit;
  777. begin
  778. if not (cs_debuginfo in aktmoduleswitches) then
  779. exit;
  780. if (cs_gdb_dbx in aktglobalswitches) then
  781. begin
  782. debuglist^.concat(new(pai_asm_comment,init(strpnew('EINCL of global '+
  783. punitsymtable(current_module^.globalsymtable)^.name^+' has index '+
  784. tostr(punitsymtable(current_module^.globalsymtable)^.unitid)))));
  785. debuglist^.concat(new(pai_stabs,init(strpnew('"'+
  786. punitsymtable(current_module^.globalsymtable)^.name^+'",'+
  787. tostr(N_EINCL)+',0,0,0'))));
  788. punitsymtable(current_module^.globalsymtable)^.dbx_count_ok:={true}false;
  789. dbx_counter:=punitsymtable(current_module^.globalsymtable)^.prev_dbx_counter;
  790. do_count_dbx:=false;
  791. end;
  792. { now insert the units in the symtablestack }
  793. hp:=pused_unit(current_module^.used_units.first);
  794. while assigned(hp) do
  795. begin
  796. if (cs_debuginfo in aktmoduleswitches) and
  797. not hp^.is_stab_written then
  798. begin
  799. punitsymtable(hp^.u^.globalsymtable)^.concattypestabto(debuglist);
  800. hp^.is_stab_written:=true;
  801. hp^.unitid:=psymtable(hp^.u^.globalsymtable)^.unitid;
  802. end;
  803. hp:=pused_unit(hp^.next);
  804. end;
  805. if current_module^.in_implementation and
  806. assigned(current_module^.localsymtable) then
  807. begin
  808. { all types }
  809. punitsymtable(current_module^.localsymtable)^.concattypestabto(debuglist);
  810. { and all local symbols}
  811. punitsymtable(current_module^.localsymtable)^.concatstabto(debuglist);
  812. end
  813. else if assigned(current_module^.globalsymtable) then
  814. begin
  815. { all types }
  816. punitsymtable(current_module^.globalsymtable)^.concattypestabto(debuglist);
  817. { and all local symbols}
  818. punitsymtable(current_module^.globalsymtable)^.concatstabto(debuglist);
  819. end;
  820. end;
  821. {$Else GDB}
  822. begin
  823. end;
  824. {$EndIf GDB}
  825. procedure parse_implementation_uses(symt:Psymtable);
  826. begin
  827. if token=_USES then
  828. begin
  829. symt^.symtabletype:=unitsymtable;
  830. loadunits;
  831. symt^.symtabletype:=globalsymtable;
  832. {$ifdef DEBUG}
  833. test_symtablestack;
  834. {$endif DEBUG}
  835. end;
  836. end;
  837. procedure setupglobalswitches;
  838. procedure def_symbol(const s:string);
  839. var
  840. mac : pmacrosym;
  841. begin
  842. mac:=new(pmacrosym,init(s));
  843. mac^.defined:=true;
  844. Message1(parser_m_macro_defined,mac^.name);
  845. macros^.insert(mac);
  846. end;
  847. begin
  848. { can't have local browser when no global browser }
  849. if (cs_local_browser in aktmoduleswitches) and
  850. not(cs_browser in aktmoduleswitches) then
  851. exclude(aktmoduleswitches,cs_local_browser);
  852. { define a symbol in delphi,objfpc,tp,gpc mode }
  853. if (m_delphi in aktmodeswitches) then
  854. def_symbol('FPC_DELPHI')
  855. else
  856. if (m_tp in aktmodeswitches) then
  857. def_symbol('FPC_TP')
  858. else
  859. if (m_objfpc in aktmodeswitches) then
  860. def_symbol('FPC_OBJFPC')
  861. else
  862. if (m_gpc in aktmodeswitches) then
  863. def_symbol('FPC_GPC');
  864. end;
  865. procedure gen_main_procsym(const name:string;options:tproctypeoption;st:psymtable);
  866. var
  867. stt : psymtable;
  868. begin
  869. {Generate a procsym for main}
  870. make_ref:=false;
  871. aktprocsym:=new(Pprocsym,init('$'+name));
  872. { main are allways used }
  873. inc(aktprocsym^.refs);
  874. {Try to insert in in static symtable ! }
  875. stt:=symtablestack;
  876. symtablestack:=st;
  877. aktprocsym^.definition:=new(Pprocdef,init);
  878. symtablestack:=stt;
  879. aktprocsym^.definition^.proctypeoption:=options;
  880. aktprocsym^.definition^.setmangledname(target_os.cprefix+name);
  881. aktprocsym^.definition^.forwarddef:=false;
  882. make_ref:=true;
  883. { The localst is a local symtable. Change it into the static
  884. symtable }
  885. dispose(aktprocsym^.definition^.localst,done);
  886. aktprocsym^.definition^.localst:=st;
  887. { and insert the procsym in symtable }
  888. st^.insert(aktprocsym);
  889. { set some informations about the main program }
  890. with procinfo^ do
  891. begin
  892. returntype.setdef(voiddef);
  893. _class:=nil;
  894. para_offset:=8;
  895. framepointer:=frame_pointer;
  896. flags:=0;
  897. end;
  898. end;
  899. procedure proc_unit;
  900. function is_assembler_generated:boolean;
  901. begin
  902. is_assembler_generated:=(Errorcount=0) and
  903. not(
  904. codesegment^.empty and
  905. datasegment^.empty and
  906. bsssegment^.empty and
  907. ((importssection=nil) or importssection^.empty) and
  908. ((resourcesection=nil) or resourcesection^.empty) and
  909. ((resourcestringlist=nil) or resourcestringlist^.empty)
  910. );
  911. end;
  912. var
  913. main_file: pinputfile;
  914. {$ifdef fixLeaksOnError}
  915. names : Pstringcontainer;
  916. {$else fixLeaksOnError}
  917. names : Tstringcontainer;
  918. {$endif fixLeaksOnError}
  919. st : psymtable;
  920. unitst : punitsymtable;
  921. {$ifdef GDB}
  922. pu : pused_unit;
  923. {$endif GDB}
  924. {$ifndef Dont_use_double_checksum}
  925. store_crc,store_interface_crc : longint;
  926. {$endif}
  927. s1,s2 : ^string; {Saves stack space}
  928. force_init_final : boolean;
  929. begin
  930. consume(_UNIT);
  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. 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. 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. parse_only:=false;
  1320. { relocation works only without stabs under win32 !! PM }
  1321. { internal assembler uses rva for stabs info
  1322. so it should work with relocated DLLs }
  1323. if RelocSection and
  1324. (target_info.target=target_i386_win32) and
  1325. (target_info.assem<>as_i386_pecoff) then
  1326. begin
  1327. aktglobalswitches:=aktglobalswitches+[cs_link_strip];
  1328. { Warning stabs info does not work with reloc section !! }
  1329. if cs_debuginfo in aktmoduleswitches then
  1330. begin
  1331. Message1(parser_w_parser_reloc_no_debug,current_module^.mainsource^);
  1332. Message(parser_w_parser_win32_debug_needs_WN);
  1333. aktmoduleswitches:=aktmoduleswitches-[cs_debuginfo];
  1334. end;
  1335. end;
  1336. { get correct output names }
  1337. main_file := current_scanner^.inputfile;
  1338. while assigned(main_file^.next) do
  1339. main_file := main_file^.next;
  1340. current_module^.SetFileName(main_file^.path^+main_file^.name^,true);
  1341. if islibrary then
  1342. begin
  1343. consume(_LIBRARY);
  1344. stringdispose(current_module^.modulename);
  1345. current_module^.modulename:=stringdup(pattern);
  1346. current_module^.islibrary:=true;
  1347. exportlib^.preparelib(pattern);
  1348. consume(_ID);
  1349. consume(_SEMICOLON);
  1350. end
  1351. else
  1352. { is there an program head ? }
  1353. if token=_PROGRAM then
  1354. begin
  1355. consume(_PROGRAM);
  1356. stringdispose(current_module^.modulename);
  1357. current_module^.modulename:=stringdup(pattern);
  1358. if (target_info.target=target_i386_WIN32) then
  1359. exportlib^.preparelib(pattern);
  1360. consume(_ID);
  1361. if token=_LKLAMMER then
  1362. begin
  1363. consume(_LKLAMMER);
  1364. idlist;
  1365. consume(_RKLAMMER);
  1366. end;
  1367. consume(_SEMICOLON);
  1368. end
  1369. else if (target_info.target=target_i386_WIN32) then
  1370. exportlib^.preparelib(current_module^.modulename^);
  1371. { global switches are read, so further changes aren't allowed }
  1372. current_module^.in_global:=false;
  1373. { setup things using the global switches }
  1374. setupglobalswitches;
  1375. { set implementation flag }
  1376. current_module^.in_implementation:=true;
  1377. { insert after the unit symbol tables the static symbol table }
  1378. { of the program }
  1379. st:=new(punitsymtable,init(staticsymtable,current_module^.modulename^));
  1380. current_module^.localsymtable:=st;
  1381. symtablestack:=st;
  1382. refsymtable:=st;
  1383. { necessary for browser }
  1384. loaded_units.insert(current_module);
  1385. { load standard units (system,objpas,profile unit) }
  1386. loaddefaultunits;
  1387. { reset }
  1388. lexlevel:=0;
  1389. {Load the units used by the program we compile.}
  1390. if token=_USES then
  1391. loadunits;
  1392. {$ifndef DONOTCHAINOPERATORS}
  1393. symtablestack^.chainoperators;
  1394. {$endif DONOTCHAINOPERATORS}
  1395. { reset ranges/stabs in exported definitions }
  1396. reset_global_defs;
  1397. { All units are read, now give them a number }
  1398. numberunits;
  1399. {Insert the name of the main program into the symbol table.}
  1400. if current_module^.modulename^<>'' then
  1401. {st^.insert(new(pprogramsym,init(current_module^.modulename^)));}
  1402. st^.insert(new(punitsym,init(current_module^.modulename^,punitsymtable(st))));
  1403. { ...is also constsymtable, this is the symtable where }
  1404. { the elements of enumeration types are inserted }
  1405. constsymtable:=st;
  1406. Message1(parser_u_parsing_implementation,current_module^.mainsource^);
  1407. { reset }
  1408. procprefix:='';
  1409. {The program intialization needs an alias, so it can be called
  1410. from the bootstrap code.}
  1411. codegen_newprocedure;
  1412. gen_main_procsym('main',potype_proginit,st);
  1413. {$ifdef fixLeaksOnError}
  1414. new(names,init);
  1415. strContStack.push(names);
  1416. names^.insert('program_init');
  1417. names^.insert('PASCALMAIN');
  1418. names^.insert(target_os.cprefix+'main');
  1419. {$ifdef m68k}
  1420. if target_info.target=target_m68k_PalmOS then
  1421. names^.insert('PilotMain');
  1422. {$endif m68k}
  1423. compile_proc_body(names^,true,false);
  1424. if names <> PstringContainer(strContStack.pop) then
  1425. writeln('Problem with strContStack in pmodules (1)');
  1426. dispose(names,done);
  1427. {$else fixLeaksOnError}
  1428. names.init;
  1429. names.insert('program_init');
  1430. names.insert('PASCALMAIN');
  1431. names.insert(target_os.cprefix+'main');
  1432. {$ifdef m68k}
  1433. if target_info.target=target_m68k_PalmOS then
  1434. names.insert('PilotMain');
  1435. {$endif m68k}
  1436. compile_proc_body(names,true,false);
  1437. names.done;
  1438. {$endif fixLeaksOnError}
  1439. { avoid self recursive destructor call !! PM }
  1440. aktprocsym^.definition^.localst:=nil;
  1441. { consider these symbols as global ones }
  1442. { for browser }
  1443. current_module^.globalsymtable:=current_module^.localsymtable;
  1444. current_module^.localsymtable:=nil;
  1445. If ResourceStrings^.ResStrCount>0 then
  1446. begin
  1447. ResourceStrings^.CreateResourceStringList;
  1448. { only write if no errors found }
  1449. if (Errorcount=0) then
  1450. ResourceStrings^.WriteResourceFile(Current_module^.ModuleName^);
  1451. end;
  1452. codegen_doneprocedure;
  1453. { finalize? }
  1454. if token=_FINALIZATION then
  1455. begin
  1456. { set module options }
  1457. current_module^.flags:=current_module^.flags or uf_finalize;
  1458. { Compile the finalize }
  1459. codegen_newprocedure;
  1460. gen_main_procsym(current_module^.modulename^+'_finalize',potype_unitfinalize,st);
  1461. {$ifdef fixLeaksOnError}
  1462. new(names,init);
  1463. strContStack.push(names);
  1464. names^.insert('FINALIZE$$'+current_module^.modulename^);
  1465. names^.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1466. compile_proc_body(names^,true,false);
  1467. if names <> PstringContainer(strContStack.pop) then
  1468. writeln('Problem with strContStack in pmodules (1)');
  1469. dispose(names,done);
  1470. {$else fixLeaksOnError}
  1471. names.init;
  1472. names.insert('FINALIZE$$'+current_module^.modulename^);
  1473. names.insert(target_os.cprefix+current_module^.modulename^+'_finalize');
  1474. compile_proc_body(names,true,false);
  1475. names.done;
  1476. {$endif fixLeaksOnError}
  1477. codegen_doneprocedure;
  1478. end;
  1479. { consume the last point }
  1480. consume(_POINT);
  1481. {$ifdef New_GDB}
  1482. write_gdb_info;
  1483. {$endIf Def New_GDB}
  1484. { leave when we got an error }
  1485. if (Errorcount>0) and not status.skip_error then
  1486. begin
  1487. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1488. status.skip_error:=true;
  1489. exit;
  1490. end;
  1491. { test static symtable }
  1492. if (Errorcount=0) then
  1493. begin
  1494. st^.allsymbolsused;
  1495. st^.allunitsused;
  1496. st^.allprivatesused;
  1497. end;
  1498. { generate imports }
  1499. if current_module^.uses_imports then
  1500. importlib^.generatelib;
  1501. if islibrary or
  1502. (target_info.target=target_i386_WIN32) then
  1503. exportlib^.generatelib;
  1504. { insert heap }
  1505. insertResourceTablesTable;
  1506. insertinitfinaltable;
  1507. insertheap;
  1508. inserttargetspecific;
  1509. datasize:=symtablestack^.datasize;
  1510. { finish asmlist by adding segment starts }
  1511. insertsegment;
  1512. { insert own objectfile }
  1513. insertobjectfile;
  1514. { assemble and link }
  1515. create_objectfile;
  1516. { leave when we got an error }
  1517. if (Errorcount>0) and not status.skip_error then
  1518. begin
  1519. Message1(unit_f_errors_in_unit,tostr(Errorcount));
  1520. status.skip_error:=true;
  1521. exit;
  1522. end;
  1523. { create the executable when we are at level 1 }
  1524. if (compile_level=1) then
  1525. begin
  1526. { insert all .o files from all loaded units }
  1527. hp:=pmodule(loaded_units.first);
  1528. while assigned(hp) do
  1529. begin
  1530. Linker^.AddModuleFiles(hp);
  1531. hp:=pmodule(hp^.next);
  1532. end;
  1533. { write .def file }
  1534. if (cs_link_deffile in aktglobalswitches) then
  1535. deffile.writefile;
  1536. { finally we can create a executable }
  1537. if (not current_module^.is_unit) then
  1538. begin
  1539. if DLLSource then
  1540. Linker^.MakeSharedLibrary
  1541. else
  1542. Linker^.MakeExecutable;
  1543. end;
  1544. end;
  1545. end;
  1546. end.
  1547. {
  1548. $Log$
  1549. Revision 1.12 2000-09-30 16:07:40 peter
  1550. * filepos when unit not found (merged)
  1551. Revision 1.11 2000/09/24 21:33:47 peter
  1552. * message updates merges
  1553. Revision 1.10 2000/09/24 15:06:22 peter
  1554. * use defines.inc
  1555. Revision 1.9 2000/08/31 07:53:02 michael
  1556. + Applied patch from Peter
  1557. Revision 1.8 2000/08/29 19:00:01 peter
  1558. * _init and _finalize procsyms also need a $ prefix
  1559. Revision 1.7 2000/08/27 20:19:39 peter
  1560. * store strings with case in ppu, when an internal symbol is created
  1561. a '$' is prefixed so it's not automatic uppercased
  1562. Revision 1.6 2000/08/27 16:11:52 peter
  1563. * moved some util functions from globals,cobjects to cutils
  1564. * splitted files into finput,fmodule
  1565. Revision 1.5 2000/08/25 08:48:22 jonas
  1566. * fixed bug with include files at the very beginning of .pp/.pas files
  1567. (wrong name used for generating exe/checking unit name) (merged from
  1568. fixes branch)
  1569. Revision 1.4 2000/08/21 11:27:44 pierre
  1570. * fix the stabs problems
  1571. Revision 1.3 2000/07/13 12:08:26 michael
  1572. + patched to 1.1.0 with former 1.09patch from peter
  1573. Revision 1.2 2000/07/13 11:32:45 michael
  1574. + removed logs
  1575. }