diff options
| author | Dan Nicolaescu | 2010-04-06 23:01:30 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-06 23:01:30 -0700 |
| commit | 863bf4810aa40ec9cf7b61b4fc8781ef956b5165 (patch) | |
| tree | a8cb951fecfa9be7f7727eb8e8584f73b0c7dfde /src | |
| parent | 31527c568290029985483745056c92e443451365 (diff) | |
| download | emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.tar.gz emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.zip | |
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/m/iris4d.h | 6 | ||||
| -rw-r--r-- | src/s/irix6-5.h | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 218ea86b84b..37d76ab73e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * m/iris4d.h (UNEXEC): Move definition ... | ||
| 4 | * s/irix6-5.h (UNEXEC): ... here. | ||
| 5 | |||
| 1 | 2010-04-04 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2010-04-04 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xfns.c (set_machine_and_pid_properties): New function. | 8 | * xfns.c (set_machine_and_pid_properties): New function. |
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 794227977be..1c276ecb167 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -36,12 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | 36 | ||
| 37 | #define EXPLICIT_SIGN_EXTEND | 37 | #define EXPLICIT_SIGN_EXTEND |
| 38 | 38 | ||
| 39 | /* This machine requires completely different unexec code | ||
| 40 | which lives in a separate file. Specify the file name. */ | ||
| 41 | |||
| 42 | #undef UNEXEC | ||
| 43 | #define UNEXEC unexelf.o | ||
| 44 | |||
| 45 | #define TEXT_START 0x400000 | 39 | #define TEXT_START 0x400000 |
| 46 | 40 | ||
| 47 | /* | 41 | /* |
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 8696aa00fdd..0a0b0d4af26 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -82,6 +82,8 @@ char *_getpty(); | |||
| 82 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 82 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 83 | #define PREFER_VSUSP | 83 | #define PREFER_VSUSP |
| 84 | 84 | ||
| 85 | #define UNEXEC unexelf.o | ||
| 86 | |||
| 85 | /* define MAIL_USE_FLOCK if the mailer uses flock | 87 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 86 | to interlock access to /usr/spool/mail/$USER. | 88 | to interlock access to /usr/spool/mail/$USER. |
| 87 | The alternative is that a lock file named | 89 | The alternative is that a lock file named |