options.pas 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. {
  2. $Id$
  3. Copyright (c) 1993-98 by the FPC development team
  4. Reads command line options and config files
  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 options;
  19. interface
  20. uses
  21. verbose;
  22. type
  23. POption=^TOption;
  24. TOption=object
  25. FirstPass,
  26. NoPressEnter,
  27. DoWriteLogo : boolean;
  28. FileLevel : longint;
  29. ParaIncludePath,
  30. ParaUnitPath,
  31. ParaObjectPath,
  32. ParaLibraryPath : string;
  33. Constructor Init;
  34. Destructor Done;
  35. procedure WriteLogo;
  36. procedure WriteInfo;
  37. procedure WriteHelpPages;
  38. procedure QuickInfo(const s:string);
  39. procedure IllegalPara(const opt:string);
  40. function Unsetbool(const opts:string; pos: Longint):boolean;
  41. procedure interpret_proc_specific_options(const opt:string);virtual;
  42. procedure interpret_option(const opt :string);
  43. procedure Interpret_file(const filename : string);
  44. procedure Read_Parameters;
  45. procedure parsecmd(cmd:string);
  46. end;
  47. procedure read_arguments(cmd:string);
  48. implementation
  49. uses
  50. {$ifdef Delphi}
  51. dmisc,
  52. {$else Delphi}
  53. dos,
  54. {$endif Delphi}
  55. globtype,version,systems,
  56. cobjects,globals,
  57. scanner,link,messages
  58. {$ifdef BrowserLog}
  59. ,browlog
  60. {$endif BrowserLog}
  61. {$ifdef i386}
  62. ,opts386
  63. {$endif}
  64. {$ifdef m68k}
  65. ,opts68k
  66. {$endif}
  67. ;
  68. const
  69. page_size = 24;
  70. var
  71. read_configfile, { read config file, set when a cfgfile is found }
  72. target_is_set : boolean; { do not allow contradictory target settings }
  73. asm_is_set : boolean; { -T also change initoutputformat if not set idrectly }
  74. ppccfg,
  75. msgfilename,
  76. param_file : string; { file to compile specified on the commandline }
  77. {****************************************************************************
  78. Defines
  79. ****************************************************************************}
  80. procedure def_symbol(const s : string);
  81. begin
  82. if s='' then
  83. exit;
  84. initdefines.concat(new(pstring_item,init(upper(s))));
  85. end;
  86. procedure undef_symbol(const s : string);
  87. var
  88. item,next : pstring_item;
  89. begin
  90. if s='' then
  91. exit;
  92. item:=pstring_item(initdefines.first);
  93. while assigned(item) do
  94. begin
  95. if (item^.str^=s) then
  96. begin
  97. next:=pstring_item(item^.next);
  98. initdefines.remove(item);
  99. dispose(item,done);
  100. item:=next;
  101. end
  102. else
  103. if item<>pstring_item(item^.next) then
  104. item:=pstring_item(item^.next)
  105. else
  106. break;
  107. end;
  108. end;
  109. function check_symbol(const s:string):boolean;
  110. var
  111. hp : pstring_item;
  112. begin
  113. hp:=pstring_item(initdefines.first);
  114. while assigned(hp) do
  115. begin
  116. if (hp^.str^=s) then
  117. begin
  118. check_symbol:=true;
  119. exit;
  120. end;
  121. hp:=pstring_item(hp^.next);
  122. end;
  123. check_symbol:=false;
  124. end;
  125. procedure MaybeLoadMessageFile;
  126. begin
  127. { Load new message file }
  128. if (msgfilename<>'') then
  129. begin
  130. if fileexists(msgfilename) then
  131. LoadMsgFile(msgfilename);
  132. msgfilename:='';
  133. end;
  134. end;
  135. {****************************************************************************
  136. Toption
  137. ****************************************************************************}
  138. procedure Toption.WriteLogo;
  139. var
  140. i : tmsgconst;
  141. begin
  142. MaybeLoadMessageFile;
  143. for i:=option_logo_start to option_logo_end do
  144. Message1(i,target_cpu_string);
  145. end;
  146. procedure Toption.WriteInfo;
  147. var
  148. i : tmsgconst;
  149. begin
  150. MaybeLoadMessageFile;
  151. for i:=option_info_start to option_info_end do
  152. Message(i);
  153. Stop;
  154. end;
  155. procedure Toption.WriteHelpPages;
  156. function PadEnd(s:string;i:longint):string;
  157. begin
  158. while (length(s)<i) do
  159. s:=s+' ';
  160. PadEnd:=s;
  161. end;
  162. var
  163. idx,
  164. lastident,
  165. j,outline,
  166. ident,
  167. lines : longint;
  168. show : boolean;
  169. opt : string[32];
  170. input,
  171. s : string;
  172. begin
  173. MaybeLoadMessageFile;
  174. Message1(option_usage,paramstr(0));
  175. lastident:=0;
  176. if DoWriteLogo then
  177. lines:=3
  178. else
  179. lines:=1;
  180. for idx:=ord(ol_begin) to ord(ol_end) do
  181. begin
  182. { get a line and reset }
  183. s:=msg^.Get(idx);
  184. ident:=0;
  185. show:=false;
  186. { parse options }
  187. case s[1] of
  188. {$ifdef i386}
  189. '3',
  190. {$endif}
  191. {$ifdef m68k}
  192. '6',
  193. {$endif}
  194. '*' : show:=true;
  195. end;
  196. if show then
  197. begin
  198. case s[2] of
  199. {$ifdef TP}
  200. 't',
  201. {$endif}
  202. {$ifdef GDB}
  203. 'g',
  204. {$endif}
  205. {$ifdef linux}
  206. 'L',
  207. {$endif}
  208. {$ifdef os2}
  209. 'O',
  210. {$endif}
  211. '*' : show:=true;
  212. else
  213. show:=false;
  214. end;
  215. end;
  216. { now we may show the message or not }
  217. if show then
  218. begin
  219. case s[3] of
  220. '0' : begin
  221. ident:=0;
  222. outline:=0;
  223. end;
  224. '1' : begin
  225. ident:=2;
  226. outline:=7;
  227. end;
  228. '2' : begin
  229. ident:=11;
  230. outline:=11;
  231. end;
  232. '3' : begin
  233. ident:=21;
  234. outline:=6;
  235. end;
  236. end;
  237. j:=pos('_',s);
  238. opt:=Copy(s,4,j-4);
  239. if opt='*' then
  240. opt:=''
  241. else
  242. opt:=PadEnd('-'+opt,outline);
  243. if (ident=0) and (lastident<>0) then
  244. begin
  245. Comment(V_Normal,'');
  246. inc(Lines);
  247. end;
  248. { page full ? }
  249. if (lines>=page_size) then
  250. begin
  251. if not NoPressEnter then
  252. begin
  253. write('*** press enter ***');
  254. readln(input);
  255. if upper(input)='Q' then
  256. stop;
  257. end;
  258. lines:=0;
  259. end;
  260. Comment(V_Normal,PadEnd('',ident)+opt+Copy(s,j+1,255));
  261. LastIdent:=Ident;
  262. inc(Lines);
  263. end;
  264. end;
  265. stop;
  266. end;
  267. procedure Toption.QuickInfo(const s:string);
  268. begin
  269. Writeln(s);
  270. Stop;
  271. end;
  272. procedure Toption.IllegalPara(const opt:string);
  273. begin
  274. Message1(option_illegal_para,opt);
  275. Message(option_help_pages_para);
  276. stop;
  277. end;
  278. function Toption.Unsetbool(const opts:string; pos: Longint):boolean;
  279. { checks if the character after pos in Opts is a + or a - and returns resp.
  280. false or true. If it is another character (or none), it also returns false }
  281. begin
  282. UnsetBool := (Length(Opts) > Pos) And (Opts[Succ(Pos)] = '-');
  283. end;
  284. procedure TOption.interpret_proc_specific_options(const opt:string);
  285. begin
  286. end;
  287. procedure TOption.interpret_option(const opt:string);
  288. var
  289. code : integer;
  290. c : char;
  291. more : string;
  292. j,l : longint;
  293. d : DirStr;
  294. e : ExtStr;
  295. begin
  296. if opt='' then
  297. exit;
  298. case opt[1] of
  299. '-' : begin
  300. more:=Copy(opt,3,255);
  301. case opt[2] of
  302. '!' : initlocalswitches:=initlocalswitches+[cs_ansistrings];
  303. '?' : WriteHelpPages;
  304. 'a' : begin
  305. initglobalswitches:=initglobalswitches+[cs_asm_leave];
  306. for j:=1 to length(more) do
  307. case more[j] of
  308. 'l' : initglobalswitches:=initglobalswitches+[cs_asm_source];
  309. 'r' : initglobalswitches:=initglobalswitches+[cs_asm_regalloc];
  310. 't' : initglobalswitches:=initglobalswitches+[cs_asm_tempalloc];
  311. '-' : initglobalswitches:=initglobalswitches-[cs_asm_leave,cs_asm_source,cs_asm_regalloc];
  312. else
  313. IllegalPara(opt);
  314. end;
  315. end;
  316. 'A' : begin
  317. if set_string_asm(More) then
  318. begin
  319. initoutputformat:=target_asm.id;
  320. asm_is_set:=true;
  321. end
  322. else
  323. IllegalPara(opt);
  324. end;
  325. 'b' : begin
  326. {$ifdef BrowserLog}
  327. initglobalswitches:=initglobalswitches+[cs_browser_log];
  328. {$endif}
  329. if More<>'' then
  330. if More='l' then
  331. initmoduleswitches:=initmoduleswitches+[cs_local_browser]
  332. else if More='-' then
  333. begin
  334. initmoduleswitches:=initmoduleswitches-[cs_browser,cs_local_browser];
  335. {$ifdef BrowserLog}
  336. initglobalswitches:=initglobalswitches-[cs_browser_log];
  337. {$endif}
  338. end
  339. else if More<>'+' then
  340. {$ifdef BrowserLog}
  341. browserlog.elements_to_list^.insert(more);
  342. {$else}
  343. IllegalPara(opt);
  344. {$endif}
  345. end;
  346. 'B' : if more='' then
  347. do_build:=true
  348. else
  349. if more = '-' then
  350. do_build := False
  351. else
  352. IllegalPara(opt);
  353. 'C' : begin
  354. j := 1;
  355. while j <= length(more) Do
  356. Begin
  357. case more[j] of
  358. 'a' : Simplify_ppu:=true;
  359. 'h' :
  360. begin
  361. val(copy(more,j+1,length(more)-j),heapsize,code);
  362. if (code<>0) or (heapsize>=67107840) or (heapsize<1024) then
  363. IllegalPara(opt);
  364. break;
  365. end;
  366. 'i' : If UnsetBool(More, j) then
  367. Begin
  368. initlocalswitches:=initlocalswitches-[cs_check_io];
  369. inc(j)
  370. End
  371. else initlocalswitches:=initlocalswitches+[cs_check_io];
  372. 'n' : If UnsetBool(More, j) then
  373. Begin
  374. initglobalswitches:=initglobalswitches-[cs_link_extern];
  375. inc(j)
  376. End
  377. Else initglobalswitches:=initglobalswitches+[cs_link_extern];
  378. 'o' :
  379. If UnsetBool(More, j) then
  380. Begin
  381. initlocalswitches:=initlocalswitches-[cs_check_overflow];
  382. inc(j);
  383. End
  384. Else
  385. initlocalswitches:=initlocalswitches+[cs_check_overflow];
  386. 'r' :
  387. If UnsetBool(More, j) then
  388. Begin
  389. initlocalswitches:=initlocalswitches-[cs_check_range];
  390. inc(j);
  391. End
  392. Else
  393. initlocalswitches:=initlocalswitches+[cs_check_range];
  394. 's' :
  395. begin
  396. val(copy(more,j+1,length(more)-j),stacksize,code);
  397. if (code<>0) or (stacksize>=67107840) or (stacksize<1024) then
  398. IllegalPara(opt);
  399. break;
  400. end;
  401. 't' :
  402. If UnsetBool(More, j) then
  403. Begin
  404. initlocalswitches:=initlocalswitches-[cs_check_stack];
  405. inc(j)
  406. End
  407. Else
  408. initlocalswitches:=initlocalswitches+[cs_check_stack];
  409. 'x' :
  410. If UnsetBool(More, j) then
  411. Begin
  412. initmoduleswitches:=initmoduleswitches-[cs_smartlink];
  413. inc(j)
  414. End
  415. Else
  416. initmoduleswitches:=initmoduleswitches+[cs_smartlink];
  417. else
  418. IllegalPara(opt);
  419. end;
  420. inc(j);
  421. end;
  422. end;
  423. 'd' : def_symbol(more);
  424. 'D' : begin
  425. initglobalswitches:=initglobalswitches+[cs_link_deffile];
  426. for j:=1 to length(more) do
  427. case more[j] of
  428. 'd' : begin
  429. description:=Copy(more,j+1,255);
  430. break;
  431. end;
  432. 'w' : usewindowapi:=true;
  433. else
  434. IllegalPara(opt);
  435. end;
  436. end;
  437. 'e' : exepath:=FixPath(More,true);
  438. { Just used by RHIDE }
  439. 'E' : if (length(more)=0) or (UnsetBool(More, 0)) then
  440. initglobalswitches:=initglobalswitches+[cs_link_extern]
  441. else
  442. initglobalswitches:=initglobalswitches-[cs_link_extern];
  443. 'F' : begin
  444. c:=more[1];
  445. Delete(more,1,1);
  446. case c of
  447. 'D' : utilsdirectory:=FixPath(More,true);
  448. 'e' : SetRedirectFile(More);
  449. 'E' : OutputExeDir:=FixPath(More,true);
  450. 'i' : if firstpass then
  451. AddPathToList(includesearchpath,More,false)
  452. else
  453. AddPathToList(ParaIncludePath,More,false);
  454. 'g' : Message2(option_obsolete_switch_use_new,'-Fg','-Fl');
  455. 'l' : if firstpass then
  456. AddPathToList(LibrarySearchPath,More,false)
  457. else
  458. AddPathToList(ParaLibraryPath,More,false);
  459. 'L' : if More<>'' then
  460. ParaDynamicLinker:=More
  461. else
  462. IllegalPara(opt);
  463. 'o' : if firstpass then
  464. AddPathToList(objectsearchpath,More,false)
  465. else
  466. AddPathToList(ParaObjectPath,More,false);
  467. 'r' : Msgfilename:=More;
  468. 'u' : if firstpass then
  469. AddPathToList(unitsearchpath,More,false)
  470. else
  471. AddPathToList(ParaUnitPath,More,false);
  472. 'U' : OutputUnitDir:=FixPath(More,true);
  473. else
  474. IllegalPara(opt);
  475. end;
  476. end;
  477. 'g' : begin
  478. if UnsetBool(More, 0) then
  479. initmoduleswitches:=initmoduleswitches-[cs_debuginfo]
  480. else
  481. begin
  482. {$ifdef GDB}
  483. initmoduleswitches:=initmoduleswitches+[cs_debuginfo];
  484. for j:=1 to length(more) do
  485. case more[j] of
  486. 'd' : initglobalswitches:=initglobalswitches+[cs_gdb_dbx];
  487. 'g' : initglobalswitches:=initglobalswitches+[cs_gdb_gsym];
  488. 'h' : initglobalswitches:=initglobalswitches+[cs_gdb_heaptrc];
  489. 'c' : initglobalswitches:=initglobalswitches+[cs_checkpointer];
  490. {$ifdef EXTDEBUG}
  491. 'p' : only_one_pass:=true;
  492. {$endif EXTDEBUG}
  493. else
  494. IllegalPara(opt);
  495. end;
  496. {$else GDB}
  497. Message(option_no_debug_support);
  498. Message(option_no_debug_support_recompile_fpc);
  499. {$endif GDB}
  500. end;
  501. end;
  502. 'h' : begin
  503. NoPressEnter:=true;
  504. WriteHelpPages;
  505. end;
  506. 'i' : if more='' then
  507. WriteInfo
  508. else
  509. begin
  510. { Specific info, which can be used in Makefiles }
  511. case More[1] of
  512. 'S' : begin
  513. case More[2] of
  514. 'O' : QuickInfo(source_os.shortname);
  515. {$ifdef Delphi !!!!!!!!!}
  516. 'P' : QuickInfo('unknown');
  517. {$else}
  518. 'P' : QuickInfo(source_cpu_string);
  519. {$endif}
  520. end;
  521. end;
  522. 'T' : begin
  523. case More[2] of
  524. 'O' : QuickInfo(target_os.shortname);
  525. 'P' : QuickInfo(target_cpu_string);
  526. end;
  527. end;
  528. 'V' : QuickInfo(version_string);
  529. 'D' : QuickInfo(date_string);
  530. else
  531. IllegalPara(Opt);
  532. end;
  533. end;
  534. 'I' : if firstpass then
  535. AddPathToList(includesearchpath,More,false)
  536. else
  537. AddPathToList(ParaIncludePath,More,false);
  538. 'k' : if more<>'' then
  539. ParaLinkOptions:=ParaLinkOptions+' '+More
  540. else
  541. IllegalPara(opt);
  542. 'l' : if more='' then
  543. DoWriteLogo:=true
  544. else
  545. IllegalPara(opt);
  546. 'n' : if More='' then
  547. read_configfile:=false
  548. else
  549. IllegalPara(opt);
  550. 'o' : if More<>'' then
  551. Fsplit(More,d,OutputFile,e)
  552. else
  553. IllegalPara(opt);
  554. 'p' : begin
  555. if UnsetBool(More, 0) then
  556. begin
  557. initmoduleswitches:=initmoduleswitches-[cs_profile];
  558. undef_symbol('FPC_PROFILE');
  559. end
  560. else
  561. case more[1] of
  562. 'g' : if (length(opt)=3) and UnsetBool(more, 1) then
  563. begin
  564. initmoduleswitches:=initmoduleswitches-[cs_profile];
  565. undef_symbol('FPC_PROFILE');
  566. end
  567. else
  568. begin
  569. initmoduleswitches:=initmoduleswitches+[cs_profile];
  570. def_symbol('FPC_PROFILE');
  571. end;
  572. else
  573. IllegalPara(opt);
  574. end;
  575. end;
  576. {$ifdef linux}
  577. 'P' : initglobalswitches:=initglobalswitches+[cs_asm_pipe];
  578. {$endif}
  579. 's' : initglobalswitches:=initglobalswitches+[cs_asm_extern,cs_link_extern];
  580. 'S' : begin
  581. for j:=1 to length(more) do
  582. case more[j] of
  583. '2' : initmodeswitches:=objfpcmodeswitches;
  584. 'c' : initmoduleswitches:=initmoduleswitches+[cs_support_c_operators];
  585. 'd' : initmodeswitches:=delphimodeswitches;
  586. 'e' : begin
  587. val(copy(more,j+1,length(more)-j),l,code);
  588. if (code<>0) then
  589. SetMaxErrorCount(1)
  590. else
  591. begin
  592. SetMaxErrorCount(l);
  593. break;
  594. end;
  595. end;
  596. 'g' : initmoduleswitches:=initmoduleswitches+[cs_support_goto];
  597. 'h' : initlocalswitches:=initlocalswitches+[cs_ansistrings];
  598. 'i' : initmoduleswitches:=initmoduleswitches+[cs_support_inline];
  599. 'm' : initmoduleswitches:=initmoduleswitches+[cs_support_macro];
  600. 'o': initmodeswitches:=tpmodeswitches;
  601. 'p' : initmodeswitches:=gpcmodeswitches;
  602. 's' : initglobalswitches:=initglobalswitches+[cs_constructor_name];
  603. 't' : initmoduleswitches:=initmoduleswitches+[cs_static_keyword];
  604. 'v' : Message1(option_obsolete_switch,'-Sv');
  605. else
  606. IllegalPara(opt);
  607. end;
  608. end;
  609. 'T' : begin
  610. more:=Upper(More);
  611. if not target_is_set then
  612. begin
  613. { remove old target define }
  614. undef_symbol(target_info.short_name);
  615. { load new target }
  616. if not(set_string_target(More)) then
  617. IllegalPara(opt);
  618. { set new define }
  619. def_symbol(target_info.short_name);
  620. if not asm_is_set then
  621. initoutputformat:=target_asm.id;
  622. target_is_set:=true;
  623. end
  624. else
  625. if More<>target_info.short_name then
  626. Message1(option_target_is_already_set,target_info.short_name);
  627. end;
  628. 'u' : undef_symbol(upper(More));
  629. 'U' : begin
  630. for j:=1 to length(more) do
  631. case more[j] of
  632. 'n' : initglobalswitches:=initglobalswitches-[cs_check_unit_name];
  633. 'p' : begin
  634. Message2(option_obsolete_switch_use_new,'-Up','-Fu');
  635. break;
  636. end;
  637. 's' : initmoduleswitches:=initmoduleswitches+[cs_compilesystem];
  638. else
  639. IllegalPara(opt);
  640. end;
  641. end;
  642. 'v' : if not setverbosity(More) then
  643. IllegalPara(opt);
  644. 'W' : begin
  645. for j:=1 to length(More) do
  646. case More[j] of
  647. 'B': {bind_win32_dll:=true}
  648. begin
  649. { -WB200000 means set prefered base address
  650. to $200000, but does not change relocsection boolean
  651. this way we can create both relocatble and
  652. non relocatable DLL at a specific base address PM }
  653. if (length(More)>j) then
  654. begin
  655. if DLLImageBase=nil then
  656. DLLImageBase:=StringDup(Copy(More,j+1,255));
  657. end
  658. else
  659. RelocSection:=true;
  660. break;
  661. end;
  662. 'C': apptype:=at_cui;
  663. 'G': apptype:=at_gui;
  664. 'N': begin
  665. RelocSection:=false;
  666. end;
  667. 'R': RelocSection:=true;
  668. else
  669. IllegalPara(opt);
  670. end;
  671. end;
  672. 'X' : begin
  673. for j:=1 to length(More) do
  674. case More[j] of
  675. 'c' : initglobalswitches:=initglobalswitches+[cs_link_toc];
  676. 's' : initglobalswitches:=initglobalswitches+[cs_link_strip];
  677. 'D' : begin
  678. def_symbol('FPC_LINK_DYNAMIC');
  679. undef_symbol('FPC_LINK_SMART');
  680. undef_symbol('FPC_LINK_STATIC');
  681. initglobalswitches:=initglobalswitches+[cs_link_shared];
  682. initglobalswitches:=initglobalswitches-[cs_link_static,cs_link_smart];
  683. end;
  684. 'S' : begin
  685. def_symbol('FPC_LINK_STATIC');
  686. undef_symbol('FPC_LINK_SMART');
  687. undef_symbol('FPC_LINK_DYNAMIC');
  688. initglobalswitches:=initglobalswitches+[cs_link_static];
  689. initglobalswitches:=initglobalswitches-[cs_link_shared,cs_link_smart];
  690. end;
  691. 'X' : begin
  692. def_symbol('FPC_LINK_SMART');
  693. undef_symbol('FPC_LINK_STATIC');
  694. undef_symbol('FPC_LINK_DYNAMIC');
  695. initglobalswitches:=initglobalswitches+[cs_link_smart];
  696. initglobalswitches:=initglobalswitches-[cs_link_shared,cs_link_static];
  697. end;
  698. else
  699. IllegalPara(opt);
  700. end;
  701. end;
  702. { give processor specific options a chance }
  703. else
  704. interpret_proc_specific_options(opt);
  705. end;
  706. end;
  707. '@' : begin
  708. Message(option_no_nested_response_file);
  709. Stop;
  710. end;
  711. else
  712. begin
  713. if (length(param_file)<>0) then
  714. Message(option_only_one_source_support);
  715. param_file:=opt;
  716. end;
  717. end;
  718. end;
  719. procedure Toption.Interpret_file(const filename : string);
  720. procedure RemoveSep(var fn:string);
  721. var
  722. i : longint;
  723. begin
  724. i:=0;
  725. while (i<length(fn)) and (fn[i+1] in [',',' ',#9]) do
  726. inc(i);
  727. Delete(fn,1,i);
  728. i:=length(fn);
  729. while (i>0) and (fn[i] in [',',' ',#9]) do
  730. dec(i);
  731. fn:=copy(fn,1,i);
  732. end;
  733. function GetName(var fn:string):string;
  734. var
  735. i : longint;
  736. begin
  737. i:=0;
  738. while (i<length(fn)) and (fn[i+1] in ['a'..'z','A'..'Z','0'..'9','_','-']) do
  739. inc(i);
  740. GetName:=Copy(fn,1,i);
  741. Delete(fn,1,i);
  742. end;
  743. const
  744. maxlevel=16;
  745. var
  746. f : text;
  747. s,
  748. opts : string;
  749. skip : array[0..maxlevel-1] of boolean;
  750. level : longint;
  751. begin
  752. { avoid infinite loop }
  753. Inc(FileLevel);
  754. If FileLevel>MaxLevel then
  755. Message(option_too_many_cfg_files);
  756. { open file }
  757. assign(f,filename);
  758. {$ifdef extdebug}
  759. Comment(V_Info,'trying to open file: '+filename);
  760. {$endif extdebug}
  761. {$I-}
  762. reset(f);
  763. {$I+}
  764. if ioresult<>0 then
  765. begin
  766. Message1(option_unable_open_file,filename);
  767. exit;
  768. end;
  769. fillchar(skip,sizeof(skip),0);
  770. level:=0;
  771. while not eof(f) do
  772. begin
  773. readln(f,opts);
  774. RemoveSep(opts);
  775. if (opts<>'') then
  776. begin
  777. if opts[1]='#' then
  778. begin
  779. Delete(opts,1,1);
  780. s:=upper(GetName(opts));
  781. if (s='SECTION') then
  782. begin
  783. RemoveSep(opts);
  784. s:=upper(GetName(opts));
  785. if level=0 then
  786. skip[level]:=not (check_symbol(s) or (s='COMMON'));
  787. end
  788. else
  789. if (s='IFDEF') then
  790. begin
  791. RemoveSep(opts);
  792. if Level>=maxlevel then
  793. begin
  794. Message(option_too_many_ifdef);
  795. stop;
  796. end;
  797. inc(Level);
  798. skip[level]:=(skip[level-1] or (not check_symbol(upper(GetName(opts)))));
  799. end
  800. else
  801. if (s='IFNDEF') then
  802. begin
  803. RemoveSep(opts);
  804. if Level>=maxlevel then
  805. begin
  806. Message(option_too_many_ifdef);
  807. stop;
  808. end;
  809. inc(Level);
  810. skip[level]:=(skip[level-1] or (check_symbol(upper(GetName(opts)))));
  811. end
  812. else
  813. if (s='ELSE') then
  814. skip[level]:=skip[level-1] or (not skip[level])
  815. else
  816. if (s='ENDIF') then
  817. begin
  818. skip[level]:=false;
  819. if Level=0 then
  820. begin
  821. Message(option_too_many_endif);
  822. stop;
  823. end;
  824. dec(level);
  825. end
  826. else
  827. if (not skip[level]) then
  828. begin
  829. if (s='DEFINE') then
  830. begin
  831. RemoveSep(opts);
  832. def_symbol(upper(GetName(opts)));
  833. end
  834. else
  835. if (s='UNDEF') then
  836. begin
  837. RemoveSep(opts);
  838. undef_symbol(upper(GetName(opts)));
  839. end
  840. else
  841. if (s='WRITE') then
  842. begin
  843. Delete(opts,1,1);
  844. WriteLn(opts);
  845. end
  846. else
  847. if (s='INCLUDE') then
  848. begin
  849. Delete(opts,1,1);
  850. Interpret_file(opts);
  851. end;
  852. end;
  853. end
  854. else
  855. begin
  856. if (not skip[level]) and (opts[1]='-') then
  857. interpret_option(opts)
  858. end;
  859. end;
  860. end;
  861. if Level>0 then
  862. Message(option_too_less_endif);
  863. Close(f);
  864. Dec(FileLevel);
  865. end;
  866. procedure toption.read_parameters;
  867. var
  868. opts : string;
  869. paramindex : longint;
  870. begin
  871. paramindex:=0;
  872. while paramindex<paramcount do
  873. begin
  874. inc(paramindex);
  875. opts:=paramstr(paramindex);
  876. if firstpass then
  877. begin
  878. { only parse define,undef,target,verbosity and link options }
  879. if (opts[1]='-') and (opts[2] in ['i','d','v','T','u','n','X']) then
  880. interpret_option(opts);
  881. end
  882. else
  883. begin
  884. if opts[1]='@' then
  885. begin
  886. Delete(opts,1,1);
  887. Message1(option_reading_further_from,opts);
  888. interpret_file(opts);
  889. end
  890. else
  891. interpret_option(opts);
  892. end;
  893. end;
  894. end;
  895. procedure toption.parsecmd(cmd:string);
  896. var
  897. i : longint;
  898. opts : string;
  899. begin
  900. while (cmd<>'') do
  901. begin
  902. while cmd[1]=' ' do
  903. delete(cmd,1,1);
  904. i:=pos(' ',cmd);
  905. if i=0 then
  906. i:=255;
  907. opts:=Copy(cmd,1,i-1);
  908. Delete(cmd,1,i);
  909. if firstpass then
  910. begin
  911. { only parse define,undef,target,verbosity and link options }
  912. if (opts[1]='-') and (opts[2] in ['d','v','T','u','n','X']) then
  913. interpret_option(opts);
  914. end
  915. else
  916. begin
  917. if opts[1]='@' then
  918. begin
  919. Delete(opts,1,1);
  920. Message1(option_reading_further_from,opts);
  921. interpret_file(opts);
  922. end
  923. else
  924. interpret_option(opts);
  925. end;
  926. end;
  927. end;
  928. constructor TOption.Init;
  929. begin
  930. DoWriteLogo:=false;
  931. NoPressEnter:=false;
  932. FirstPass:=false;
  933. FileLevel:=0;
  934. ParaIncludePath:='';
  935. ParaObjectPath:='';
  936. ParaUnitPath:='';
  937. ParaLibraryPath:='';
  938. end;
  939. destructor TOption.Done;
  940. begin
  941. end;
  942. {****************************************************************************
  943. Callable Routines
  944. ****************************************************************************}
  945. procedure read_arguments(cmd:string);
  946. var
  947. configpath : pathstr;
  948. option : poption;
  949. begin
  950. {$ifdef Delphi}
  951. option:=new(poption386,Init);
  952. {$endif Delphi}
  953. {$ifdef i386}
  954. option:=new(poption386,Init);
  955. {$endif}
  956. {$ifdef m68k}
  957. option:=new(poption68k,Init);
  958. {$endif}
  959. {$ifdef alpha}
  960. option:=new(poption,Init);
  961. {$endif}
  962. {$ifdef powerpc}
  963. option:=new(poption,Init);
  964. {$endif}
  965. { Load messages }
  966. if (cmd='') and (paramcount=0) then
  967. Option^.WriteHelpPages;
  968. { default defines }
  969. def_symbol(target_info.short_name);
  970. def_symbol('FPK');
  971. def_symbol('FPC');
  972. def_symbol('VER'+version_nr);
  973. def_symbol('VER'+version_nr+'_'+release_nr);
  974. def_symbol('VER'+version_nr+'_'+release_nr+'_'+patch_nr);
  975. {$ifdef newcg}
  976. def_symbol('WITHNEWCG');
  977. {$endif}
  978. { Temporary defines, until things settle down }
  979. def_symbol('INT64');
  980. def_symbol('HASRESOURCESTRINGS');
  981. def_symbol('HASSAVEREGISTERS');
  982. def_symbol('NEWVMTOFFSET');
  983. { some stuff for TP compatibility }
  984. {$ifdef i386}
  985. def_symbol('CPU86');
  986. def_symbol('CPU87');
  987. if (target_info.target in [target_i386_GO32V1,target_i386_GO32V2]) then
  988. def_symbol('DPMI'); { MSDOS is not defined in BP when target is DPMI }
  989. {$endif}
  990. {$ifdef m68k}
  991. def_symbol('CPU68');
  992. {$endif}
  993. {$ifdef ALPHA}
  994. def_symbol('ALPHA');
  995. {$endif}
  996. {$ifdef powerpc}
  997. def_symbol('POWERPC');
  998. {$endif}
  999. { get default messagefile }
  1000. {$ifdef Delphi}
  1001. msgfilename:=dmisc.getenv('PPC_ERROR_FILE');
  1002. {$else Delphi}
  1003. msgfilename:=dos.getenv('PPC_ERROR_FILE');
  1004. {$endif Delphi}
  1005. { default configfile }
  1006. if (cmd<>'') and (cmd[1]='[') then
  1007. begin
  1008. ppccfg:=Copy(cmd,2,pos(']',cmd)-2);
  1009. Delete(cmd,1,pos(']',cmd));
  1010. end
  1011. else
  1012. begin
  1013. {$ifdef i386}
  1014. ppccfg:='ppc386.cfg';
  1015. {$endif i386}
  1016. {$ifdef m68k}
  1017. ppccfg:='ppc.cfg';
  1018. {$endif}
  1019. {$ifdef alpha}
  1020. ppccfg:='ppcalpha.cfg';
  1021. {$endif}
  1022. {$ifdef powerpc}
  1023. ppccfg:='ppcppc.cfg';
  1024. {$endif}
  1025. end;
  1026. { Order to read ppc386.cfg:
  1027. 1 - current dir
  1028. 2 - configpath
  1029. 3 - compiler path }
  1030. {$ifdef Delphi}
  1031. configpath:=FixPath(dmisc.getenv('PPC_CONFIG_PATH'),false);
  1032. {$else Delphi}
  1033. configpath:=FixPath(dos.getenv('PPC_CONFIG_PATH'),false);
  1034. {$endif Delphi}
  1035. {$ifdef linux}
  1036. if configpath='' then
  1037. configpath:='/etc/';
  1038. {$endif}
  1039. if ppccfg<>'' then
  1040. begin
  1041. read_configfile:=true;
  1042. if not FileExists(ppccfg) then
  1043. begin
  1044. {$ifdef linux}
  1045. if (dos.getenv('HOME')<>'') and FileExists(FixPath(dos.getenv('HOME'),false)+'.'+ppccfg) then
  1046. ppccfg:=FixPath(dos.getenv('HOME'),false)+'.'+ppccfg
  1047. else
  1048. {$endif}
  1049. if FileExists(configpath+ppccfg) then
  1050. ppccfg:=configpath+ppccfg
  1051. else
  1052. {$ifndef linux}
  1053. if FileExists(exepath+ppccfg) then
  1054. ppccfg:=exepath+ppccfg
  1055. else
  1056. {$endif}
  1057. read_configfile:=false;
  1058. end;
  1059. end
  1060. else
  1061. read_configfile:=false;
  1062. { Read commandline and configfile }
  1063. target_is_set:=false;
  1064. asm_is_set:=false;
  1065. param_file:='';
  1066. if read_configfile then
  1067. begin
  1068. { read the parameters quick, only -v -T }
  1069. option^.firstpass:=true;
  1070. if cmd<>'' then
  1071. option^.parsecmd(cmd)
  1072. else
  1073. option^.read_parameters;
  1074. if read_configfile then
  1075. begin
  1076. {$ifdef EXTDEBUG}
  1077. Comment(V_Debug,'read config file: '+ppccfg);
  1078. {$endif EXTDEBUG}
  1079. option^.interpret_file(ppccfg);
  1080. end;
  1081. end;
  1082. option^.firstpass:=false;
  1083. if cmd<>'' then
  1084. option^.parsecmd(cmd)
  1085. else
  1086. option^.read_parameters;
  1087. { Stop if errors in options }
  1088. if ErrorCount>0 then
  1089. Stop;
  1090. { write logo if set }
  1091. if option^.DoWriteLogo then
  1092. option^.WriteLogo;
  1093. { Check file to compile }
  1094. if param_file='' then
  1095. begin
  1096. Message(option_no_source_found);
  1097. Stop;
  1098. end;
  1099. {$ifndef linux}
  1100. param_file:=FixFileName(param_file);
  1101. {$endif}
  1102. fsplit(param_file,inputdir,inputfile,inputextension);
  1103. if inputextension='' then
  1104. begin
  1105. if FileExists(inputdir+inputfile+target_os.sourceext) then
  1106. inputextension:=target_os.sourceext
  1107. else
  1108. if FileExists(inputdir+inputfile+target_os.pasext) then
  1109. inputextension:=target_os.pasext;
  1110. end;
  1111. { Add paths specified with parameters to the searchpaths }
  1112. AddPathToList(UnitSearchPath,Option^.ParaUnitPath,true);
  1113. AddPathToList(ObjectSearchPath,Option^.ParaObjectPath,true);
  1114. AddPathToList(IncludeSearchPath,Option^.ParaIncludePath,true);
  1115. AddPathToList(LibrarySearchPath,Option^.ParaLibraryPath,true);
  1116. { add unit environment and exepath to the unit search path }
  1117. if inputdir<>'' then
  1118. AddPathToList(Unitsearchpath,inputdir,true);
  1119. {$ifdef Delphi}
  1120. AddPathToList(UnitSearchPath,dmisc.getenv(target_info.unit_env),false);
  1121. {$else}
  1122. AddPathToList(UnitSearchPath,dos.getenv(target_info.unit_env),false);
  1123. {$endif Delphi}
  1124. AddPathToList(UnitSearchPath,ExePath,false);
  1125. { Add unit dir to the object and library path }
  1126. AddPathToList(objectsearchpath,unitsearchpath,false);
  1127. AddPathToList(librarysearchpath,unitsearchpath,false);
  1128. { switch assembler if it's binary and we got -a on the cmdline }
  1129. if (cs_asm_leave in initglobalswitches) and
  1130. (target_asm.id in binassem) then
  1131. begin
  1132. Message(option_switch_bin_to_src_assembler);
  1133. set_target_asm(target_info.assemsrc);
  1134. initoutputformat:=target_asm.id;
  1135. end;
  1136. { turn off stripping if compiling with debuginfo or profile }
  1137. if (cs_debuginfo in initmoduleswitches) or
  1138. (cs_profile in initmoduleswitches) then
  1139. initglobalswitches:=initglobalswitches-[cs_link_strip];
  1140. MaybeLoadMessageFile;
  1141. dispose(option,Done);
  1142. end;
  1143. end.
  1144. {
  1145. $Log$
  1146. Revision 1.20 1999-09-03 09:31:22 peter
  1147. * reading of search paths fixed to work as expected
  1148. Revision 1.19 1999/09/01 22:07:20 peter
  1149. * turn off stripping if profiling or debugging
  1150. Revision 1.18 1999/08/28 17:46:10 peter
  1151. * resources are working correct
  1152. Revision 1.17 1999/08/28 15:34:19 florian
  1153. * bug 519 fixed
  1154. Revision 1.16 1999/08/27 10:45:03 pierre
  1155. options -Ca sets simply_ppu to true
  1156. Revision 1.15 1999/08/25 22:51:00 pierre
  1157. * remove trailing space in cfg files
  1158. Revision 1.14 1999/08/16 15:35:26 pierre
  1159. * fix for DLL relocation problems
  1160. * external bss vars had wrong stabs for pecoff
  1161. + -WB11000000 to specify default image base, allows to
  1162. load several DLLs with debugging info included
  1163. (relocatable DLL are stripped because the relocation
  1164. of the .Stab section is misplaced by ldw)
  1165. Revision 1.13 1999/08/11 17:26:35 peter
  1166. * tlinker object is now inherited for win32 and dos
  1167. * postprocessexecutable is now a method of tlinker
  1168. Revision 1.12 1999/08/10 12:51:17 pierre
  1169. * bind_win32_dll removed (Relocsection used instead)
  1170. * now relocsection is true by default ! (needs dlltool
  1171. for DLL generation)
  1172. Revision 1.11 1999/08/09 22:19:52 peter
  1173. * classes vmt changed to only positive addresses
  1174. * sharedlib creation is working
  1175. Revision 1.10 1999/08/05 23:45:10 peter
  1176. * saveregister is now working and used for assert and iocheck (which has
  1177. been moved to system.inc because it's now system independent)
  1178. Revision 1.9 1999/08/04 13:02:46 jonas
  1179. * all tokens now start with an underscore
  1180. * PowerPC compiles!!
  1181. Revision 1.8 1999/08/03 17:09:36 florian
  1182. * the alpha compiler can be compiled now
  1183. Revision 1.7 1999/08/02 23:13:19 florian
  1184. * more changes to compile for the Alpha
  1185. Revision 1.6 1999/07/23 22:56:27 michael
  1186. + Added HasResourceStrings define
  1187. Revision 1.5 1999/07/18 10:19:57 florian
  1188. * made it compilable with Dlephi 4 again
  1189. + fixed problem with large stack allocations on win32
  1190. Revision 1.4 1999/07/05 20:13:14 peter
  1191. * removed temp defines
  1192. Revision 1.3 1999/07/03 00:29:54 peter
  1193. * new link writing to the ppu, one .ppu is needed for all link types,
  1194. static (.o) is now always created also when smartlinking is used
  1195. Revision 1.2 1999/07/01 15:49:19 florian
  1196. * int64/qword type release
  1197. + lo/hi for int64/qword
  1198. Revision 1.1 1999/06/11 13:28:40 peter
  1199. * reinserted
  1200. Revision 1.111 1999/06/10 23:52:31 pierre
  1201. * merged from fixes branch
  1202. Revision 1.110.2.1 1999/06/10 23:37:17 pierre
  1203. * language switch before help screen
  1204. Revision 1.110 1999/05/27 19:44:40 peter
  1205. * removed oldasm
  1206. * plabel -> pasmlabel
  1207. * -a switches to source writing automaticly
  1208. * assembler readers OOPed
  1209. * asmsymbol automaticly external
  1210. * jumptables and other label fixes for asm readers
  1211. Revision 1.109 1999/05/18 14:11:46 peter
  1212. * stop after errors in options
  1213. Revision 1.108 1999/05/17 14:14:15 pierre
  1214. + -gc for check pointer with heaptrc
  1215. Revision 1.107 1999/05/16 02:28:59 peter
  1216. * removed -Fg and -Up
  1217. Revision 1.106 1999/05/06 09:05:20 peter
  1218. * generic write_float and str_float
  1219. * fixed constant float conversions
  1220. Revision 1.105 1999/05/04 21:44:51 florian
  1221. * changes to compile it with Delphi 4.0
  1222. Revision 1.104 1999/05/02 22:41:56 peter
  1223. * moved section names to systems
  1224. * fixed nasm,intel writer
  1225. Revision 1.103 1999/05/01 13:24:25 peter
  1226. * merged nasm compiler
  1227. * old asm moved to oldasm/
  1228. Revision 1.102 1999/04/26 18:29:55 peter
  1229. * farpointerdef moved into pointerdef.is_far
  1230. Revision 1.101 1999/04/26 13:31:35 peter
  1231. * release storenumber,double_checksum
  1232. Revision 1.100 1999/04/17 13:12:21 peter
  1233. * addr() internal
  1234. Revision 1.99 1999/04/16 11:49:44 peter
  1235. + tempalloc
  1236. + -at to show temp alloc info in .s file
  1237. Revision 1.98 1999/04/15 12:19:56 peter
  1238. + finalization support
  1239. Revision 1.97 1999/04/10 16:15:02 peter
  1240. * fixed browcol
  1241. + -ar to show regalloc info in .s file
  1242. Revision 1.96 1999/04/08 15:57:49 peter
  1243. + subrange checking for readln()
  1244. Revision 1.95 1999/04/01 22:07:52 peter
  1245. * universal string names (ansistr instead of stransi) for val/str
  1246. Revision 1.94 1999/03/26 00:05:32 peter
  1247. * released valintern
  1248. + deffile is now removed when compiling is finished
  1249. * ^( compiles now correct
  1250. + static directive
  1251. * shrd fixed
  1252. Revision 1.93 1999/03/25 16:55:32 peter
  1253. + unitpath,librarypath,includepath,objectpath directives
  1254. Revision 1.92 1999/03/24 23:17:08 peter
  1255. * fixed bugs 212,222,225,227,229,231,233
  1256. Revision 1.91 1999/03/16 17:52:51 jonas
  1257. * changes for internal Val code (do a "make cycle OPT=-dvalintern" to test)
  1258. * in cgi386inl: also range checking for subrange types (compile with "-dreadrangecheck")
  1259. * in cgai386: also small fixes to emitrangecheck
  1260. Revision 1.90 1999/03/11 13:39:15 pierre
  1261. * initoutputformat also set by -T arg
  1262. Revision 1.89 1999/03/02 02:56:13 peter
  1263. + stabs support for binary writers
  1264. * more fixes and missing updates from the previous commit :(
  1265. Revision 1.88 1999/02/22 13:06:57 pierre
  1266. + -b and -bl options work !
  1267. + cs_local_browser ($L+) is disabled if cs_browser ($Y+)
  1268. is not enabled when quitting global section
  1269. * local vars and procedures are not yet stored into PPU
  1270. Revision 1.87 1999/02/03 10:18:12 pierre
  1271. * conditionnal code for extended check of virtual methods
  1272. Revision 1.86 1999/01/12 14:25:28 peter
  1273. + BrowserLog for browser.log generation
  1274. + BrowserCol for browser info in TCollections
  1275. * released all other UseBrowser
  1276. Revision 1.85 1998/12/30 22:04:34 michael
  1277. + Added -Sh switch
  1278. Revision 1.84 1998/12/28 15:45:48 peter
  1279. * fixes for parse_cmd
  1280. Revision 1.83 1998/12/19 00:23:50 florian
  1281. * ansistring memory leaks fixed
  1282. Revision 1.82 1998/12/18 17:25:50 peter
  1283. * removed temp symbols again :)
  1284. Revision 1.81 1998/12/16 14:29:00 jonas
  1285. * use of UnsetBool instead of manually checking for -Option-
  1286. Revision 1.80 1998/12/16 13:36:05 jonas
  1287. * allow '-' after the -C? options to disable them
  1288. Revision 1.78 1998/12/15 10:23:25 peter
  1289. + -iSO, -iSP, -iTO, -iTP
  1290. Revision 1.77 1998/12/14 17:23:05 peter
  1291. + -iV, -iD
  1292. Revision 1.76 1998/12/11 00:03:21 peter
  1293. + globtype,tokens,version unit splitted from globals
  1294. Revision 1.75 1998/12/08 10:18:10 peter
  1295. + -gh for heaptrc unit
  1296. Revision 1.74 1998/11/30 13:26:24 pierre
  1297. * the code for ordering the exported procs/vars was buggy
  1298. + added -WB to force binding (Ozerski way of creating DLL)
  1299. this is off by default as direct writing of .edata section seems
  1300. OK
  1301. Revision 1.73 1998/11/30 09:43:18 pierre
  1302. * some range check bugs fixed (still not working !)
  1303. + added DLL writing support for win32 (also accepts variables)
  1304. + TempAnsi for code that could be used for Temporary ansi strings
  1305. handling
  1306. Revision 1.72 1998/11/28 14:09:45 peter
  1307. * NOATTCDQ define
  1308. Revision 1.71 1998/11/27 14:50:39 peter
  1309. + open strings, $P switch support
  1310. Revision 1.70 1998/11/18 09:18:02 pierre
  1311. + automatic loading of profile unit with -pg option
  1312. in go32v2 mode (also defines FPC_PROFILE)
  1313. * some memory leaks removed
  1314. * unreleased temp problem with sets solved
  1315. Revision 1.69 1998/11/17 11:32:45 peter
  1316. * optimize str:='' in H+ mode
  1317. + -! to test ansistrings
  1318. Revision 1.68 1998/11/17 00:36:46 peter
  1319. * more ansistring fixes
  1320. Revision 1.67 1998/11/13 15:40:20 pierre
  1321. + added -Se in Makefile cvstest target
  1322. + lexlevel cleanup
  1323. normal_function_level main_program_level and unit_init_level defined
  1324. * tins_cache grown to A_EMMS (gave range check error in asm readers)
  1325. (test added in code !)
  1326. * -Un option was wrong
  1327. * _FAIL and _SELF only keyword inside
  1328. constructors and methods respectively
  1329. Revision 1.66 1998/11/13 10:18:08 peter
  1330. + nil constants
  1331. Revision 1.65 1998/11/11 12:34:53 peter
  1332. * fixed small typo
  1333. Revision 1.64 1998/11/10 17:54:12 peter
  1334. * -g disables linker.strip
  1335. Revision 1.63 1998/11/05 12:02:49 peter
  1336. * released useansistring
  1337. * removed -Sv, its now available in fpc modes
  1338. Revision 1.62 1998/11/04 10:11:39 peter
  1339. * ansistring fixes
  1340. Revision 1.61 1998/10/27 08:24:11 pierre
  1341. -lS and -lT options changed to -iS and -iT
  1342. Revision 1.60 1998/10/26 22:23:33 peter
  1343. + fixpath() has an extra option to allow a ./ as path
  1344. Revision 1.59 1998/10/26 14:19:27 pierre
  1345. + added options -lS and -lT for source and target os output
  1346. (to have a easier way to test OS_SOURCE abd OS_TARGET in makefiles)
  1347. * several problems with rtti data
  1348. (type of sym was not checked)
  1349. assumed to be varsym when they could be procsym or property syms !!
  1350. Revision 1.58 1998/10/20 09:32:55 peter
  1351. * removed some unused vars
  1352. Revision 1.57 1998/10/16 13:37:23 florian
  1353. + switch -FD added to specify the path for utilities
  1354. Revision 1.56 1998/10/15 12:37:43 pierre
  1355. + passes vmt offset to HELP_CONSTRUCTOR for objects
  1356. Revision 1.55 1998/10/13 13:10:19 peter
  1357. * new style for m68k/i386 infos and enums
  1358. Revision 1.54 1998/10/13 08:19:40 pierre
  1359. + source_os is now set correctly for cross-processor compilers
  1360. (tos contains all target_infos and
  1361. we use CPU86 and CPU68 conditionnals to
  1362. get the source operating system
  1363. this only works if you do not undefine
  1364. the source target !!)
  1365. * several cg68k memory leaks fixed
  1366. + started to change the code so that it should be possible to have
  1367. a complete compiler (both for m68k and i386 !!)
  1368. Revision 1.53 1998/10/09 13:00:25 pierre
  1369. * msgfile existence tested
  1370. Revision 1.52 1998/10/08 17:17:22 pierre
  1371. * current_module old scanner tagged as invalid if unit is recompiled
  1372. + added ppheap for better info on tracegetmem of heaptrc
  1373. (adds line column and file index)
  1374. * several memory leaks removed ith help of heaptrc !!
  1375. Revision 1.51 1998/10/05 13:53:42 peter
  1376. + -Se<value>
  1377. Revision 1.50 1998/10/02 09:24:21 peter
  1378. * more constant expression evaluators
  1379. Revision 1.49 1998/09/26 17:45:29 peter
  1380. + idtoken and only one token table
  1381. Revision 1.48 1998/09/25 09:57:07 peter
  1382. * moved -A to options.pas, becuase the code is the same
  1383. Revision 1.47 1998/09/24 23:47:03 peter
  1384. + -FE,-FU,-Sd
  1385. Revision 1.46 1998/09/23 15:39:06 pierre
  1386. * browser bugfixes
  1387. was adding a reference when looking for the symbol
  1388. if -bSYM_NAME was used
  1389. Revision 1.45 1998/09/22 17:13:47 pierre
  1390. + browsing updated and developed
  1391. records and objects fields are also stored
  1392. Revision 1.44 1998/09/21 08:45:11 pierre
  1393. + added vmt_offset in tobjectdef.write for fututre use
  1394. (first steps to have objects without vmt if no virtual !!)
  1395. + added fpu_used field for tabstractprocdef :
  1396. sets this level to 2 if the functions return with value in FPU
  1397. (is then set to correct value at parsing of implementation)
  1398. THIS MIGHT refuse some code with FPU expression too complex
  1399. that were accepted before and even in some cases
  1400. that don't overflow in fact
  1401. ( like if f : float; is a forward that finally in implementation
  1402. only uses one fpu register !!)
  1403. Nevertheless I think that it will improve security on
  1404. FPU operations !!
  1405. * most other changes only for UseBrowser code
  1406. (added symtable references for record and objects)
  1407. local switch for refs to args and local of each function
  1408. (static symtable still missing)
  1409. UseBrowser still not stable and probably broken by
  1410. the definition hash array !!
  1411. Revision 1.43 1998/09/18 08:01:33 pierre
  1412. + improvement on the usebrowser part
  1413. (does not work correctly for now)
  1414. Revision 1.42 1998/09/14 10:44:09 peter
  1415. * all internal RTL functions start with FPC_
  1416. Revision 1.41 1998/09/03 11:21:51 peter
  1417. * -al sets cs_asm_source
  1418. Revision 1.40 1998/08/31 08:50:32 peter
  1419. * fixed default msgfile loading which is now in verbose.pas
  1420. Revision 1.39 1998/08/29 13:52:38 peter
  1421. + new messagefile
  1422. * merged optione.msg into errore.msg
  1423. Revision 1.38 1998/08/25 12:42:38 pierre
  1424. * CDECL changed to CVAR for variables
  1425. specifications are read in structures also
  1426. + started adding GPC compatibility mode ( option -Sp)
  1427. * names changed to lowercase
  1428. Revision 1.37 1998/08/20 16:10:52 pierre
  1429. Q
  1430. * Changed the -E switch to get better use of RHIDE v1.4.5
  1431. Revision 1.36 1998/08/18 09:05:59 peter
  1432. * new library options
  1433. * smartlink is now -Cx
  1434. Revision 1.35 1998/08/17 09:17:48 peter
  1435. * static/shared linking updates
  1436. Revision 1.34 1998/08/14 21:56:35 peter
  1437. * setting the outputfile using -o works now to create static libs
  1438. Revision 1.33 1998/08/10 23:53:47 peter
  1439. * released all temporary defines
  1440. Revision 1.32 1998/08/10 14:50:03 peter
  1441. + localswitches, moduleswitches, globalswitches splitting
  1442. Revision 1.30 1998/08/10 08:33:17 michael
  1443. -d was destroyed by last comit
  1444. Revision 1.29 1998/08/08 15:31:04 michael
  1445. + Reinstated -e option for linux
  1446. Revision 1.28 1998/07/17 10:06:18 michael
  1447. + under linux, looking for ppc38.cfg in bindir removed.
  1448. Revision 1.27 1998/07/07 11:19:58 peter
  1449. + NEWINPUT for a better inputfile and scanner object
  1450. Revision 1.26 1998/07/06 15:51:17 michael
  1451. Added length checking for string reading
  1452. Revision 1.25 1998/07/04 10:00:22 peter
  1453. + define HAS_PROPERTY
  1454. Revision 1.24 1998/07/01 15:28:49 peter
  1455. + better writeln/readln handling, now 100% like tp7
  1456. Revision 1.22 1998/06/13 00:10:07 peter
  1457. * working browser and newppu
  1458. * some small fixes against crashes which occured in bp7 (but not in
  1459. fpc?!)
  1460. Revision 1.21 1998/06/12 16:15:32 pierre
  1461. * external name 'C_var';
  1462. export name 'intern_C_var';
  1463. cdecl;
  1464. cdecl;external;
  1465. are now supported only with -Sv switch
  1466. Revision 1.20 1998/06/08 22:59:47 peter
  1467. * smartlinking works for win32
  1468. * some defines to exclude some compiler parts
  1469. Revision 1.19 1998/06/04 23:51:46 peter
  1470. * m68k compiles
  1471. + .def file creation moved to gendef.pas so it could also be used
  1472. for win32
  1473. Revision 1.17 1998/05/25 17:11:40 pierre
  1474. * firstpasscount bug fixed
  1475. now all is already set correctly the first time
  1476. under EXTDEBUG try -gp to skip all other firstpasses
  1477. it works !!
  1478. * small bug fixes
  1479. - for smallsets with -dTESTSMALLSET
  1480. - some warnings removed (by correcting code !)
  1481. Revision 1.16 1998/05/23 01:21:12 peter
  1482. + aktasmmode, aktoptprocessor, aktoutputformat
  1483. + smartlink per module $SMARTLINK-/+ (like MMX) and moved to aktswitches
  1484. + $LIBNAME to set the library name where the unit will be put in
  1485. * splitted cgi386 a bit (codeseg to large for bp7)
  1486. * nasm, tasm works again. nasm moved to ag386nsm.pas
  1487. Revision 1.15 1998/05/20 09:42:34 pierre
  1488. + UseTokenInfo now default
  1489. * unit in interface uses and implementation uses gives error now
  1490. * only one error for unknown symbol (uses lastsymknown boolean)
  1491. the problem came from the label code !
  1492. + first inlined procedures and function work
  1493. (warning there might be allowed cases were the result is still wrong !!)
  1494. * UseBrower updated gives a global list of all position of all used symbols
  1495. with switch -gb
  1496. Revision 1.14 1998/05/12 10:46:59 peter
  1497. * moved printstatus to verb_def
  1498. + V_Normal which is between V_Error and V_Warning and doesn't have a
  1499. prefix like error: warning: and is included in V_Default
  1500. * fixed some messages
  1501. * first time parameter scan is only for -v and -T
  1502. - removed old style messages
  1503. Revision 1.13 1998/05/08 09:21:20 michael
  1504. * Added missing -Fl message to messages file.
  1505. * Corrected mangling of file names when doing Linklib
  1506. * -Fl now actually WORKS.
  1507. * Librarysearchpath is now a field in linker object.
  1508. Revision 1.12 1998/05/06 08:38:41 pierre
  1509. * better position info with UseTokenInfo
  1510. UseTokenInfo greatly simplified
  1511. + added check for changed tree after first time firstpass
  1512. (if we could remove all the cases were it happen
  1513. we could skip all firstpass if firstpasscount > 1)
  1514. Only with ExtDebug
  1515. Revision 1.11 1998/05/04 17:54:27 peter
  1516. + smartlinking works (only case jumptable left todo)
  1517. * redesign of systems.pas to support assemblers and linkers
  1518. + Unitname is now also in the PPU-file, increased version to 14
  1519. Revision 1.10 1998/05/01 16:38:44 florian
  1520. * handling of private and protected fixed
  1521. + change_keywords_to_tp implemented to remove
  1522. keywords which aren't supported by tp
  1523. * break and continue are now symbols of the system unit
  1524. + widestring, longstring and ansistring type released
  1525. Revision 1.9 1998/04/30 15:59:40 pierre
  1526. * GDB works again better :
  1527. correct type info in one pass
  1528. + UseTokenInfo for better source position
  1529. * fixed one remaining bug in scanner for line counts
  1530. * several little fixes
  1531. Revision 1.8 1998/04/27 15:45:20 peter
  1532. + -Xl for smartlink
  1533. + target_info.arext = .a
  1534. Revision 1.7 1998/04/23 12:07:25 peter
  1535. * fixed -i
  1536. Revision 1.6 1998/04/08 16:58:03 pierre
  1537. * several bugfixes
  1538. ADD ADC and AND are also sign extended
  1539. nasm output OK (program still crashes at end
  1540. and creates wrong assembler files !!)
  1541. procsym types sym in tdef removed !!
  1542. Revision 1.5 1998/04/08 12:31:00 peter
  1543. + .ppc386.cfg and #INCLUDE support
  1544. Revision 1.4 1998/04/07 13:19:46 pierre
  1545. * bugfixes for reset_gdb_info
  1546. in MEM parsing for go32v2
  1547. better external symbol creation
  1548. support for rhgdb.exe (lowercase file names)
  1549. }