aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-02 07:59:24 +0000
committerGerd Moellmann1999-12-02 07:59:24 +0000
commitd5aa923ef40c32896f17a9d21da9cfa0f7a7236a (patch)
tree79867483facb24b10d276233e0e630d29f98b737 /src/m
parent967e16129743f33316b09c99aa357c54aab38fb5 (diff)
downloademacs-d5aa923ef40c32896f17a9d21da9cfa0f7a7236a.tar.gz
emacs-d5aa923ef40c32896f17a9d21da9cfa0f7a7236a.zip
(UNEXEC): Use unexsgi.o instead of unexelf.o.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/iris5d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/iris5d.h b/src/m/iris5d.h
index 23b9aa35f69..9614d53bd5d 100644
--- a/src/m/iris5d.h
+++ b/src/m/iris5d.h
@@ -115,7 +115,7 @@ Boston, MA 02111-1307, USA. */
115#ifdef UNEXEC 115#ifdef UNEXEC
116#undef UNEXEC 116#undef UNEXEC
117#endif 117#endif
118#define UNEXEC unexelf.o 118#define UNEXEC unexsgi.o
119 119
120#define TEXT_START 0x400000 120#define TEXT_START 0x400000
121 121