[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99843: * m/iris4d.h (UNEXEC): Move d
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99843: * m/iris4d.h (UNEXEC): Move definition ... |
Date: |
Tue, 06 Apr 2010 23:01:30 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99843
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-04-06 23:01:30 -0700
message:
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
modified:
src/ChangeLog
src/m/iris4d.h
src/s/irix6-5.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-04-04 10:47:12 +0000
+++ b/src/ChangeLog 2010-04-07 06:01:30 +0000
@@ -1,3 +1,8 @@
+2010-04-07 Dan Nicolaescu <address@hidden>
+
+ * m/iris4d.h (UNEXEC): Move definition ...
+ * s/irix6-5.h (UNEXEC): ... here.
+
2010-04-04 Jan Djärv <address@hidden>
* xfns.c (set_machine_and_pid_properties): New function.
=== modified file 'src/m/iris4d.h'
--- a/src/m/iris4d.h 2010-03-30 02:47:23 +0000
+++ b/src/m/iris4d.h 2010-04-07 06:01:30 +0000
@@ -36,12 +36,6 @@
#define EXPLICIT_SIGN_EXTEND
-/* This machine requires completely different unexec code
- which lives in a separate file. Specify the file name. */
-
-#undef UNEXEC
-#define UNEXEC unexelf.o
-
#define TEXT_START 0x400000
/*
=== modified file 'src/s/irix6-5.h'
--- a/src/s/irix6-5.h 2010-03-30 02:47:23 +0000
+++ b/src/s/irix6-5.h 2010-04-07 06:01:30 +0000
@@ -82,6 +82,8 @@
/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
#define PREFER_VSUSP
+#define UNEXEC unexelf.o
+
/* define MAIL_USE_FLOCK if the mailer uses flock
to interlock access to /usr/spool/mail/$USER.
The alternative is that a lock file named
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99843: * m/iris4d.h (UNEXEC): Move definition ...,
Dan Nicolaescu <=