emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106447: * configure.in: Remove refer


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106447: * configure.in: Remove reference to src/m/ibms390.h.
Date: Sun, 20 Nov 2011 10:24:06 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106447
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2011-11-20 10:24:06 +0100
message:
  * configure.in: Remove reference to src/m/ibms390.h.
  
  * admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
  
  * src/m/ibms390.h: Remove.
  * src/m/ibms390x.h: Don't include "ibms390.h".
removed:
  src/m/ibms390.h
modified:
  ChangeLog
  admin/CPP-DEFINES
  admin/ChangeLog
  configure.in
  src/ChangeLog
  src/m/ibms390x.h
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-11-20 03:48:53 +0000
+++ b/ChangeLog 2011-11-20 09:24:06 +0000
@@ -1,3 +1,7 @@
+2011-11-20  Andreas Schwab  <address@hidden>
+
+       * configure.in: Remove reference to src/m/ibms390.h.
+
 2011-11-13  Glenn Morris  <address@hidden>
 
        * INSTALL: Tiny updates for disk space used during installation.

=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2011-11-20 03:48:53 +0000
+++ b/admin/CPP-DEFINES 2011-11-20 09:24:06 +0000
@@ -58,9 +58,6 @@
 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.
 

=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2011-11-16 17:47:25 +0000
+++ b/admin/ChangeLog   2011-11-20 09:24:06 +0000
@@ -1,3 +1,7 @@
+2011-11-20  Andreas Schwab  <address@hidden>
+
+       * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
+
 2011-11-16  Juanma Barranquero  <address@hidden>
 
        * admin.el (manual-dvi): Fix typo.

=== modified file 'configure.in'
--- a/configure.in      2011-11-17 09:09:20 +0000
+++ b/configure.in      2011-11-20 09:24:06 +0000
@@ -416,7 +416,6 @@
     opsys=gnu-linux
     case ${canonical} in
       alpha*)  machine=alpha ;;
-      s390-*)  machine=ibms390 ;;
       s390x-*) machine=ibms390x ;;
       powerpc*)        machine=macppc ;;
       sparc*)  machine=sparc ;;

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-11-20 04:34:32 +0000
+++ b/src/ChangeLog     2011-11-20 09:24:06 +0000
@@ -1,3 +1,8 @@
+2011-11-20  Andreas Schwab  <address@hidden>
+
+       * m/ibms390.h: Remove.
+       * m/ibms390x.h: Don't include "ibms390.h".
+
 2011-11-20  Stefan Monnier  <address@hidden>
 
        * fileio.c (Finsert_file_contents): Add missing gcpro1 variable.

=== removed file 'src/m/ibms390.h'
--- a/src/m/ibms390.h   2011-11-10 08:14:27 +0000
+++ b/src/m/ibms390.h   1970-01-01 00:00:00 +0000
@@ -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.  */

=== modified file 'src/m/ibms390x.h'
--- a/src/m/ibms390x.h  2011-04-19 00:34:42 +0000
+++ b/src/m/ibms390x.h  2011-11-20 09:24:06 +0000
@@ -17,8 +17,6 @@
 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
 


reply via email to

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