diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-19 04:56:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-19 04:56:06 +0000 |
commit | 7260e3398aefd55a953c6b208bc6892543e3b9ef (patch) | |
tree | 36215716335dcc5a28a75c1acd2a4f04397fa26f /src/m/iris5d.h | |
parent | 4ef37be461045aabe2061b7121b1f5be89af5d24 (diff) | |
download | emacs-7260e3398aefd55a953c6b208bc6892543e3b9ef.tar.gz |
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/iris5d.h')
-rw-r--r-- | src/m/iris5d.h | 5 |
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. */ /* This machine requires completely different unexec code which lives in a separate file. Specify the file name. */ -#define UNEXEC unexmips.o +#ifdef UNEXEC +#undef UNEXEC +#endif +#define UNEXEC unexelfsgi.o #define TEXT_START 0x400000 |