]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac [alpha]: Explicit error in non-ELF case.
authorGlenn Morris <rgm@gnu.org>
Sun, 13 Oct 2013 23:01:20 +0000 (16:01 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 13 Oct 2013 23:01:20 +0000 (16:01 -0700)
* doc/emacs/ack.texi (Acknowledgments): Comment out old alpha stuff.

* lisp/emacs-lisp/authors.el (authors-fixed-entries):
Comment out old alpha stuff.

Fixes: debbugs:15601
ChangeLog
configure.ac
doc/emacs/ChangeLog
doc/emacs/ack.texi
lisp/ChangeLog
lisp/emacs-lisp/authors.el

index 55e987d4e3a2f6c1b13aa295a43e20988d1454e5..c1700c017a3902c53bc6d62dc437d65a98e22220 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac [alpha]: Explicit error in non-ELF case.  (Bug#15601)
+
 2013-10-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib, incorporating:
index 40da4af157e2a464625f1ed4a423e8bec6c86478..ee6d6959ba69e18ef38b38fbb3bd24ca530c0354 100644 (file)
@@ -1175,10 +1175,13 @@ case $canonical in
     if test "x$GCC" = "xyes"; then
       C_SWITCH_MACHINE="-fno-common"
     else
-      AC_MSG_ERROR([What gives?  Fix me if DEC Unix supports ELF now.])
+      AC_MSG_ERROR([Non-GCC compilers are not supported.])
     fi
   else
-    UNEXEC_OBJ=unexalpha.o
+      dnl This was the unexalpha.c case.  Removed in 24.1, 2010-07-24,
+      dnl albeit under the mistaken assumption that said file
+      dnl was no longer used.
+      AC_MSG_ERROR([Non-ELF systems are not supported since Emacs 24.1.])
   fi
   ;;
 esac
index cf6b2fa3906c773ee736a7334061c4d53b8b89e6..389757eee6599d44f959624e51e922742ed92ae9 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * ack.texi (Acknowledgments): Comment out old alpha stuff.
+
 2013-10-13  Xue Fuqiao  <xfq.free@gmail.com>
 
        * calendar.texi (Special Diary Entries): Remove @refill.
index 7c0d28c752ae36cacc4a301093ae4aaa5a6dbefb..0cfcfb5e4b3fc1394e23794c51b717d01cd4804c 100644 (file)
@@ -1099,9 +1099,11 @@ Ronald S. Schnell wrote @file{dunnet.el}, a text adventure game.
 Philippe Schnoebelen wrote @file{gomoku.el}, a Go Moku game played
 against Emacs; and @file{mpuz.el}, a multiplication puzzle.
 
-@c FIXME files no longer included; but see bug 15601.
+@ignore
+@c Removed in 24.1.
 @item
 Rainer Schöpf contributed to Alpha and OSF1 support.
+@end ignore
 
 @item
 Jan Schormann wrote @file{solitaire.el}, an implementation of the
index d7eedf1dc65bd4e70eb49b3f71e9e3f312619625..e47360b6cfc51def87a65caba712b85f0f824daf 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/authors.el (authors-fixed-entries):
+       Comment out old alpha stuff.
+
 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
 
        * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
index 809511cb6b7f6debfcc42f9fcd0457ef01b2edc2..92796ac4e999b47883e77d77edc78ca92198efa8 100644 (file)
@@ -518,8 +518,8 @@ Changes to files in this list are not listed.")
     ("Schlumberger Technology Corporation" :changed "gud.el")
     ;; Replaced by tcl.el.
 ;;;    ("Gregor Schmid" :wrote "tcl-mode.el")
-    ;; FIXME files no longer included; but see bug 15601
-    ("Rainer Schöpf" :wrote "alpha.h" "unexalpha.c")
+    ;; No longer distributed since 24.1.
+;;;    ("Rainer Schöpf" :wrote "alpha.h" "unexalpha.c")
     ;; No longer distributed: emacsserver.c.
     ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el")
     ;; No longer distributed: emacsserver.c.