mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Revert "new system types tested on x86 and armv6, bootstrap binaries updated. --"
This reverts commit 5a6725d7da.
This commit is contained in:
parent
5a6725d7da
commit
b899460455
14 changed files with 5 additions and 52 deletions
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
//#include <string.h>
|
//#include <string.h>
|
||||||
|
|
||||||
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
||||||
|
|
@ -53,10 +52,6 @@ typedef void *SYSTEM_PTR;
|
||||||
//#define *SYSTEM_PTR void
|
//#define *SYSTEM_PTR void
|
||||||
//typedef unsigned char SYSTEM_BYTE;
|
//typedef unsigned char SYSTEM_BYTE;
|
||||||
#define SYSTEM_BYTE unsigned char
|
#define SYSTEM_BYTE unsigned char
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
//#include <alloca.h>
|
//#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
//#include <string.h>
|
//#include <string.h>
|
||||||
|
|
||||||
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
||||||
|
|
@ -53,10 +52,6 @@ typedef void *SYSTEM_PTR;
|
||||||
//#define *SYSTEM_PTR void
|
//#define *SYSTEM_PTR void
|
||||||
//typedef unsigned char SYSTEM_BYTE;
|
//typedef unsigned char SYSTEM_BYTE;
|
||||||
#define SYSTEM_BYTE unsigned char
|
#define SYSTEM_BYTE unsigned char
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
//extern void *memcpy(void *dest, const void *src, long n);
|
//extern void *memcpy(void *dest, const void *src, long n);
|
||||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
||||||
typedef unsigned long SET;
|
typedef unsigned long SET;
|
||||||
typedef void *SYSTEM_PTR;
|
typedef void *SYSTEM_PTR;
|
||||||
typedef unsigned char SYSTEM_BYTE;
|
typedef unsigned char SYSTEM_BYTE;
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
//extern void *memcpy(void *dest, const void *src, long n);
|
//extern void *memcpy(void *dest, const void *src, long n);
|
||||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
||||||
typedef unsigned long SET;
|
typedef unsigned long SET;
|
||||||
typedef void *SYSTEM_PTR;
|
typedef void *SYSTEM_PTR;
|
||||||
typedef unsigned char SYSTEM_BYTE;
|
typedef unsigned char SYSTEM_BYTE;
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
//extern void *memcpy(void *dest, const void *src, long n);
|
//extern void *memcpy(void *dest, const void *src, long n);
|
||||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
||||||
typedef unsigned long SET;
|
typedef unsigned long SET;
|
||||||
typedef void *SYSTEM_PTR;
|
typedef void *SYSTEM_PTR;
|
||||||
typedef unsigned char SYSTEM_BYTE;
|
typedef unsigned char SYSTEM_BYTE;
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
||||||
extern void *malloc(unsigned long size);
|
extern void *malloc(unsigned long size);
|
||||||
|
|
@ -52,10 +51,6 @@ typedef void *SYSTEM_PTR;
|
||||||
//#define *SYSTEM_PTR void
|
//#define *SYSTEM_PTR void
|
||||||
//typedef unsigned char SYSTEM_BYTE;
|
//typedef unsigned char SYSTEM_BYTE;
|
||||||
#define SYSTEM_BYTE unsigned char
|
#define SYSTEM_BYTE unsigned char
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
//extern void *memcpy(void *dest, const void *src, long n);
|
//extern void *memcpy(void *dest, const void *src, long n);
|
||||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
||||||
typedef unsigned long SET;
|
typedef unsigned long SET;
|
||||||
typedef void *SYSTEM_PTR;
|
typedef void *SYSTEM_PTR;
|
||||||
typedef unsigned char SYSTEM_BYTE;
|
typedef unsigned char SYSTEM_BYTE;
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
//extern void *memcpy(void *dest, const void *src, long n);
|
//extern void *memcpy(void *dest, const void *src, long n);
|
||||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
||||||
typedef unsigned long SET;
|
typedef unsigned long SET;
|
||||||
typedef void *SYSTEM_PTR;
|
typedef void *SYSTEM_PTR;
|
||||||
typedef unsigned char SYSTEM_BYTE;
|
typedef unsigned char SYSTEM_BYTE;
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
|
||||||
|
|
||||||
//extern void *memcpy(void *dest, const void *src, long n);
|
//extern void *memcpy(void *dest, const void *src, long n);
|
||||||
extern void *memcpy(void *dest, const void *src, size_t n);
|
extern void *memcpy(void *dest, const void *src, size_t n);
|
||||||
|
|
@ -38,10 +37,6 @@ typedef double LONGREAL;
|
||||||
typedef unsigned long SET;
|
typedef unsigned long SET;
|
||||||
typedef void *SYSTEM_PTR;
|
typedef void *SYSTEM_PTR;
|
||||||
typedef unsigned char SYSTEM_BYTE;
|
typedef unsigned char SYSTEM_BYTE;
|
||||||
typedef int8_t SYSTEM_INT8;
|
|
||||||
typedef int16_t SYSTEM_INT16;
|
|
||||||
typedef int32_t SYSTEM_INT32;
|
|
||||||
typedef int64_t SYSTEM_INT64;
|
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,7 @@ uses double # as concatenation operator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#include <stdint.h> /* for type sizes -- noch */
|
#include <stdint.h>
|
||||||
|
|
||||||
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
extern void *memcpy(void *dest, const void *src, unsigned long n);
|
||||||
extern void *malloc(unsigned long size);
|
extern void *malloc(unsigned long size);
|
||||||
extern void exit(int status);
|
extern void exit(int status);
|
||||||
|
|
@ -52,11 +51,10 @@ typedef void *SYSTEM_PTR;
|
||||||
//#define *SYSTEM_PTR void
|
//#define *SYSTEM_PTR void
|
||||||
//typedef unsigned char SYSTEM_BYTE;
|
//typedef unsigned char SYSTEM_BYTE;
|
||||||
#define SYSTEM_BYTE unsigned char
|
#define SYSTEM_BYTE unsigned char
|
||||||
typedef int8_t SYSTEM_INT8;
|
#define SYSTEM_INT8 int8_t
|
||||||
typedef int16_t SYSTEM_INT16;
|
#define SYSTEM_INT16 int16_t
|
||||||
typedef int32_t SYSTEM_INT32;
|
#define SYSTEM_INT32 int32_t
|
||||||
typedef int64_t SYSTEM_INT64;
|
#define SYSTEM_INT64 int64_t
|
||||||
|
|
||||||
/* runtime system routines */
|
/* runtime system routines */
|
||||||
extern long SYSTEM_DIV();
|
extern long SYSTEM_DIV();
|
||||||
extern long SYSTEM_MOD();
|
extern long SYSTEM_MOD();
|
||||||
|
|
|
||||||
BIN
voc
BIN
voc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue