Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
95adb4b1
Commit
95adb4b1
authored
May 15, 2010
by
Dan Nicolaescu
Browse files
* m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.
parent
c31de8bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/ChangeLog
src/ChangeLog
+4
-0
src/m/ia64.h
src/m/ia64.h
+0
-5
No files found.
src/ChangeLog
View file @
95adb4b1
2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
* m/ia64.h (UNEXEC): Remove, set in s/*.h.
2010-05-16 Glenn Morris <rgm@gnu.org>
* Makefile.in (LIBX_BASE): Always define.
...
...
src/m/ia64.h
View file @
95adb4b1
...
...
@@ -48,11 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Convert that into an integer that is 100 for a load average of 1.0 */
#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
#ifdef __ELF__
#undef UNEXEC
#define UNEXEC unexelf.o
#endif
#ifndef NOT_C_CODE
#ifdef REL_ALLOC
...
...
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