home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
p
/
plbin.zip
/
pl
/
src
/
md-mips.h
< prev
next >
Wrap
Text File
|
1992-09-10
|
2KB
|
54 lines
/* md-mips.h,v 1.2 1992/09/10 19:47:12 jan Exp
Copyright (c) 1990 Jan Wielemaker. All rights reserved.
See ../LICENCE to find out about your rights.
jan@swi.psy.uva.nl
Purpose: Machine description for DEC MIPS station
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DEC MIPS station using the native compiler. GCC does varargs code does not
cooperate does not allow calling of vsprintf(), etc.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#define M_CC cc
#define M_OPTIMIZE -O
#define M_LDFLAGS
#define M_CFLAGS
#define M_LIBS -lm -ltermcap
#define ANSI 0
#define PROTO 0
#define O_NO_LEFT_CAST 1
#define O_NO_VOID_POINTER 1
#define O_SHORT_SYMBOLS 0
/* Operating system */
#define O_PROFILE 1
#define O_SIG_AUTO_RESET 1
#define O_SHARED_MEMORY 0
#define O_SHM_ALIGN_FAR_APART 1
#define O_CAN_MAP 0
#define O_NO_SEGV_ADDRESS 1
#define MAX_VIRTUAL_ADDRESS (0x10000000 + 100 * 1024 * 1024)
#define O_FOREIGN 0
#define O_STORE_PROGRAM 1
#define DEFAULT_PATH ":/usr/ucb:/bin:/usr/bin:/usr/local:.:";
#define STREAM_OPEN_BIN_READ "r"
#define STREAM_OPEN_BIN_WRITE "w"
#define UNEXEC_SOURCE "gnu/unexmips.c"
#define TEXT_START 0x400000
#define DATA_START 0x10000000
#define O_DATA_AT_OX1 1
/* terminal driver */
#define O_TERMIOS 1
#define O_EXTEND_ATOMS 1
#define O_LINE_EDIT 1
#define O_MAP_TAB_ON_ESC 1
#define O_FOLD 0
/* Interfaces */
#define O_PCE 1
#define MACHINE "mips"
#define OPERATING_SYSTEM "ultrix"