]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Remove reference to src/m/ibms390.h.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 20 Nov 2011 09:24:06 +0000 (10:24 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 20 Nov 2011 09:24:06 +0000 (10:24 +0100)
* admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove.

* src/m/ibms390.h: Remove.
* src/m/ibms390x.h: Don't include "ibms390.h".

ChangeLog
admin/CPP-DEFINES
admin/ChangeLog
configure.in
src/ChangeLog
src/m/ibms390.h [deleted file]
src/m/ibms390x.h

index a082dc5b08a38fd8435e18f3499085f80cb0b2e0..bccedc607ba4792674034765720d008f096ac5c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Remove reference to src/m/ibms390.h.
+
 2011-11-13  Glenn Morris  <rgm@gnu.org>
 
        * INSTALL: Tiny updates for disk space used during installation.
index 9723ca720e1e687c881619a78083631251475717..c5f8c7ab31fa5417c7be8278bfff5de05379496e 100644 (file)
@@ -58,9 +58,6 @@ NARROWPROTO
 SEPCHAR
 SYSTEM_TYPE
 
-** Machine specific macros, described in detail in src/m/template.h
-VIRT_ADDR_VARIES
-
 ** Misc macros
 USER_FULL_NAME   If defined, overrides the default pw->pw_gecos for getting at the full user name.  Only MSDOS overrides the default.
 
index 6030dd8f6d3049545c174c0ec175b3523cf8c096..f72f1d881c6be07b0202ec67d9ea343116d18aff 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
+
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * admin.el (manual-dvi): Fix typo.
index 73e1d07edb78129bfb9889c6cb147ed46b9310ee..204c0e650a79c0f572a5e05d9d92c875fc1ed6c7 100644 (file)
@@ -416,7 +416,6 @@ case "${canonical}" in
     opsys=gnu-linux
     case ${canonical} in
       alpha*)  machine=alpha ;;
-      s390-*)  machine=ibms390 ;;
       s390x-*) machine=ibms390x ;;
       powerpc*)        machine=macppc ;;
       sparc*)  machine=sparc ;;
index 857fe6eaaaf726205521445b837099d1addfc084..75eeebd7b5cef9f70940b19746c92fe0fe02bdb9 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * m/ibms390.h: Remove.
+       * m/ibms390x.h: Don't include "ibms390.h".
+
 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.
diff --git a/src/m/ibms390.h b/src/m/ibms390.h
deleted file mode 100644 (file)
index 7269d41..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Machine description file for IBM S390 in 32-bit mode
-
-Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
-
-/* This file is a placeholder -- it does not contain any definitions.
-   At some point we should probably fix this by removing the file
-   and removing all uses of it.  */
index 04092d6e1acfc2eaed101c158912bc01b99369a9..5ea7974b0525ac5fe4a2910defee9db18b8661f1 100644 (file)
@@ -17,8 +17,6 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "ibms390.h"
-
 #define BITS_PER_LONG 64
 #define BITS_PER_EMACS_INT 64