mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Move alignment and type size code from OPC to OPT. Remove search path in bootstrap compiler.
This commit is contained in:
parent
8017aa445c
commit
fb002de0dd
202 changed files with 1628 additions and 1590 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/09/23] for gcc LP64 on cygwin xtspaSfF */
|
||||
/* voc 1.95 [2016/09/23]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
|
||||
|
||||
#ifndef OPC__h
|
||||
#define OPC__h
|
||||
|
|
@ -9,9 +9,7 @@
|
|||
|
||||
|
||||
|
||||
import void OPC_Align (int32 *adr, int32 base);
|
||||
import void OPC_Andent (OPT_Struct typ);
|
||||
import int32 OPC_BaseAlignment (OPT_Struct typ);
|
||||
import OPT_Object OPC_BaseTProc (OPT_Object obj);
|
||||
import void OPC_BegBlk (void);
|
||||
import void OPC_BegStat (void);
|
||||
|
|
@ -41,7 +39,6 @@ import void OPC_IntLiteral (int64 n, int32 size);
|
|||
import void OPC_Len (OPT_Object obj, OPT_Struct array, int64 dim);
|
||||
import int32 OPC_NofPtrs (OPT_Struct typ);
|
||||
import void OPC_SetInclude (BOOLEAN exclude);
|
||||
import int32 OPC_SizeAlignment (int32 size);
|
||||
import void OPC_TDescDecl (OPT_Struct typ);
|
||||
import void OPC_TypeDefs (OPT_Object obj, int16 vis);
|
||||
import void OPC_TypeOf (OPT_Object ap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue