mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Clean option handling and add size model and target machine options.
This commit is contained in:
parent
1c94abedc6
commit
76b6a8fc23
202 changed files with 1178 additions and 1313 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/09/21] for gcc LP64 on cygwin xtspkaSfF */
|
||||
/* voc 1.95 [2016/09/21] for gcc LP64 on cygwin xtspaSfF */
|
||||
|
||||
#define INTEGER int32
|
||||
#define LONGINT int64
|
||||
|
|
@ -1732,10 +1732,7 @@ void OPT_Export (BOOLEAN *ext, BOOLEAN *new)
|
|||
}
|
||||
OPT_OutObj(OPT_topScope->right);
|
||||
*ext = (OPT_sfpresent && OPT_symExtended);
|
||||
*new = !OPT_sfpresent || OPT_symNew;
|
||||
if (OPM_forceNewSym) {
|
||||
*new = 1;
|
||||
}
|
||||
*new = (!OPT_sfpresent || OPT_symNew) || __IN(17, OPM_opt, 64);
|
||||
if ((((OPM_noerr && OPT_sfpresent)) && OPT_impCtxt.reffp != OPT_expCtxt.reffp)) {
|
||||
*new = 1;
|
||||
if (!OPT_extsf) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue