aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorJim Blandy1993-05-19 04:56:06 +0000
committerJim Blandy1993-05-19 04:56:06 +0000
commit7260e3398aefd55a953c6b208bc6892543e3b9ef (patch)
tree36215716335dcc5a28a75c1acd2a4f04397fa26f /src/m
parent4ef37be461045aabe2061b7121b1f5be89af5d24 (diff)
downloademacs-7260e3398aefd55a953c6b208bc6892543e3b9ef.tar.gz
emacs-7260e3398aefd55a953c6b208bc6892543e3b9ef.zip
Changes for Silicon Graphics Iris 5D.
* unexelfsgi.c: New file; like unexelf.c, but tolerates program segments above BSS. * m/iris5d.h: New file. * s/irix5-0.h: New file. * process.c [__sgi] (allocate_pty): Give up immediately if pty is inaccessible.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/iris5d.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/m/iris5d.h b/src/m/iris5d.h
index 1b9cfdfc8f6..dd41d312355 100644
--- a/src/m/iris5d.h
+++ b/src/m/iris5d.h
@@ -120,7 +120,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
120/* This machine requires completely different unexec code 120/* This machine requires completely different unexec code
121 which lives in a separate file. Specify the file name. */ 121 which lives in a separate file. Specify the file name. */
122 122
123#define UNEXEC unexmips.o 123#ifdef UNEXEC
124#undef UNEXEC
125#endif
126#define UNEXEC unexelfsgi.o
124 127
125#define TEXT_START 0x400000 128#define TEXT_START 0x400000
126 129