Initial git import
[sxemacs] / src / m / pfa50.h
1 /* Machine description file for PFU A-series.
2    Copyright (C) 1988 Free Software Foundation, Inc.
3
4 This file is part of SXEmacs
5
6 SXEmacs is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 SXEmacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
18
19
20 /* Synched up with: FSF 19.31. */
21
22 /* Say this machine is a 68000 */
23
24 #define m68000
25 #define mc68000 1
26
27 /* Define NO_REMAP if memory segmentation makes it not work well
28    to change the boundary between the text section and data section
29    when Emacs is dumped.  If you define this, the preloaded Lisp
30    code will not be sharable; but that's better than failing completely.  */
31
32 #define NO_REMAP
33
34 /* Define TEXT_START_ADDR if your linker don't set execute point to _start.
35    If it needed, temacs always CORE-DUMP.       */
36
37 #define TEXT_START_ADDR __start
38
39 /* Define START_FILES if your machine used _start.
40  */
41
42 #define START_FILES "crt0.o"
43
44 /* Define LD_SWITCH_MACHINE if your linker needs it.
45  */
46
47 #define LD_SWITCH_MACHINE "-e __start"
48
49 /* SX/A has alloca in the PW library.  */
50
51 #define LIB_STANDARD "-lPW -lc"
52 #define HAVE_ALLOCA
53
54 /* SX/A uses terminfo and lib/curses   */
55
56 #define TERMINFO
57
58 #define HAVE_PTYS
59
60 /* SX/A use SystemV style getdents/readdir. */
61
62 #define NO_SIOCTL_H
63
64 #define BROKEN_SIGIO