mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
small changes in OPC and OPM, updated powerpc bootstrap binaries. -- noch
This commit is contained in:
parent
4336b2f3ac
commit
d68b3c2575
8 changed files with 251 additions and 250 deletions
|
|
@ -856,6 +856,7 @@ MODULE OPC; (* copyright (c) J. Templ 12.7.95 / 3.7.96 *)
|
|||
| OPM.dontlink: OPM.Write("c")
|
||||
| OPM.mainlinkstat: OPM.Write("M")
|
||||
| OPM.notcoloroutput: OPM.Write("f")
|
||||
| OPM.forcenewsym: OPM.Write("F")
|
||||
ELSE
|
||||
(* this else is necessary cause
|
||||
if someone defined a new option in OPM module
|
||||
|
|
|
|||
|
|
@ -247,7 +247,7 @@ MODULE OPM; (* RC 6.3.89 / 28.6.89, J.Templ 10.7.89 / 22.7.96 *)
|
|||
IF dontlink IN opt THEN dontLink := TRUE ELSE dontLink := FALSE END;
|
||||
IF mainprog IN opt THEN mainProg := TRUE ELSE mainProg := FALSE END;
|
||||
IF mainlinkstat IN opt THEN INCL(glbopt, mainprog); mainLinkStat := TRUE ELSE mainLinkStat := FALSE END;
|
||||
|
||||
IF forcenewsym IN glbopt THEN forceNewSym := TRUE ELSE forceNewSym := FALSE END;
|
||||
END InitOptions;
|
||||
|
||||
PROCEDURE Init*(VAR done: BOOLEAN; VAR mname : ARRAY OF CHAR); (* get the source for one translation *)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR;
|
|||
defaultTarget* : INTEGER;
|
||||
BEGIN
|
||||
arch := architecture.arch;
|
||||
date := " [2015/01/29]";
|
||||
date := " [2015/02/02]";
|
||||
version := "1.1";
|
||||
versionLong := "";
|
||||
COPY(version, versionLong);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue