Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
863bf481
Commit
863bf481
authored
Apr 06, 2010
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
parent
31527c56
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
src/ChangeLog
src/ChangeLog
+5
-0
src/m/iris4d.h
src/m/iris4d.h
+0
-6
src/s/irix6-5.h
src/s/irix6-5.h
+2
-0
No files found.
src/ChangeLog
View file @
863bf481
2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
2010-04-04 Jan Djärv <jan.h.d@swipnet.se>
* xfns.c (set_machine_and_pid_properties): New function.
...
...
src/m/iris4d.h
View file @
863bf481
...
...
@@ -36,12 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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
/*
...
...
src/s/irix6-5.h
View file @
863bf481
...
...
@@ -82,6 +82,8 @@ char *_getpty();
/* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment