emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100321: * m/ia64.h (UNEXEC): Remove


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100321: * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.
Date: Sat, 15 May 2010 22:40:10 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100321
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-15 22:40:10 -0700
message:
  * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.
modified:
  src/ChangeLog
  src/m/ia64.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-16 00:30:14 +0000
+++ b/src/ChangeLog     2010-05-16 05:40:10 +0000
@@ -1,3 +1,7 @@
+2010-05-16  Dan Nicolaescu  <address@hidden>
+
+       * m/ia64.h (UNEXEC): Remove, set in s/*.h.
+
 2010-05-16  Glenn Morris  <address@hidden>
 
        * Makefile.in (LIBX_BASE): Always define.

=== modified file 'src/m/ia64.h'
--- a/src/m/ia64.h      2010-05-12 02:37:59 +0000
+++ b/src/m/ia64.h      2010-05-16 05:40:10 +0000
@@ -48,11 +48,6 @@
 /* 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]