1 |
578 |
markom |
/* OBSOLETE /* Host definitions for GDB running on an a29k NYU Ultracomputer */
|
2 |
|
|
/* OBSOLETE Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc. */
|
3 |
|
|
/* OBSOLETE Contributed by David Wood (wood@lab.ultra.nyu.edu). */
|
4 |
|
|
/* OBSOLETE */
|
5 |
|
|
/* OBSOLETE This file is part of GDB. */
|
6 |
|
|
/* OBSOLETE */
|
7 |
|
|
/* OBSOLETE This program is free software; you can redistribute it and/or modify */
|
8 |
|
|
/* OBSOLETE it under the terms of the GNU General Public License as published by */
|
9 |
|
|
/* OBSOLETE the Free Software Foundation; either version 2 of the License, or */
|
10 |
|
|
/* OBSOLETE (at your option) any later version. */
|
11 |
|
|
/* OBSOLETE */
|
12 |
|
|
/* OBSOLETE This program is distributed in the hope that it will be useful, */
|
13 |
|
|
/* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */
|
14 |
|
|
/* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
|
15 |
|
|
/* OBSOLETE GNU General Public License for more details. */
|
16 |
|
|
/* OBSOLETE */
|
17 |
|
|
/* OBSOLETE You should have received a copy of the GNU General Public License */
|
18 |
|
|
/* OBSOLETE along with this program; if not, write to the Free Software */
|
19 |
|
|
/* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, */
|
20 |
|
|
/* OBSOLETE Boston, MA 02111-1307, USA. */ */
|
21 |
|
|
/* OBSOLETE */
|
22 |
|
|
/* OBSOLETE /* Here at NYU we have what we call an ULTRA3 PE board. So */
|
23 |
|
|
/* OBSOLETE ifdefs for ULTRA3 are my doing. At this point in time, */
|
24 |
|
|
/* OBSOLETE I don't know of any other Unixi running on the a29k. */ */
|
25 |
|
|
/* OBSOLETE */
|
26 |
|
|
/* OBSOLETE #define HOST_BYTE_ORDER BIG_ENDIAN */
|
27 |
|
|
/* OBSOLETE */
|
28 |
|
|
/* OBSOLETE #define HAVE_WAIT_STRUCT */
|
29 |
|
|
/* OBSOLETE */
|
30 |
|
|
/* OBSOLETE #ifndef L_SET */
|
31 |
|
|
/* OBSOLETE #define L_SET 0 /* set the seek pointer */ */
|
32 |
|
|
/* OBSOLETE #define L_INCR 1 /* increment the seek pointer */ */
|
33 |
|
|
/* OBSOLETE #define L_XTND 2 /* extend the file size */ */
|
34 |
|
|
/* OBSOLETE #endif */
|
35 |
|
|
/* OBSOLETE */
|
36 |
|
|
/* OBSOLETE #ifndef O_RDONLY */
|
37 |
|
|
/* OBSOLETE #define O_RDONLY 0 */
|
38 |
|
|
/* OBSOLETE #define O_WRONLY 1 */
|
39 |
|
|
/* OBSOLETE #define O_RDWR 2 */
|
40 |
|
|
/* OBSOLETE #endif */
|
41 |
|
|
/* OBSOLETE */
|
42 |
|
|
/* OBSOLETE #ifndef F_OK */
|
43 |
|
|
/* OBSOLETE #define R_OK 4 */
|
44 |
|
|
/* OBSOLETE #define W_OK 2 */
|
45 |
|
|
/* OBSOLETE #define X_OK 1 */
|
46 |
|
|
/* OBSOLETE #define F_OK 0 */
|
47 |
|
|
/* OBSOLETE #endif */
|
48 |
|
|
/* OBSOLETE */
|
49 |
|
|
/* OBSOLETE /* System doesn't provide siginterrupt(). */ */
|
50 |
|
|
/* OBSOLETE #define NO_SIGINTERRUPT */
|
51 |
|
|
/* OBSOLETE */
|
52 |
|
|
/* OBSOLETE /* System uses a `short' to hold a process group ID. */ */
|
53 |
|
|
/* OBSOLETE #define SHORT_PGRP */
|