aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2011-11-20 10:24:06 +0100
committerAndreas Schwab2011-11-20 10:24:06 +0100
commitd5ff9cd0468a844d90181c5a6591bdabd2a45acd (patch)
treef7ae155a980bcd94078da88bff2bd1a0ff7e7cff
parent40ba43b4b71df1d51954bdad071e74243c4aea7c (diff)
downloademacs-d5ff9cd0468a844d90181c5a6591bdabd2a45acd.tar.gz
emacs-d5ff9cd0468a844d90181c5a6591bdabd2a45acd.zip
* 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".
-rw-r--r--ChangeLog4
-rw-r--r--admin/CPP-DEFINES3
-rw-r--r--admin/ChangeLog4
-rw-r--r--configure.in1
-rw-r--r--src/ChangeLog5
-rw-r--r--src/m/ibms390.h22
-rw-r--r--src/m/ibms390x.h2
7 files changed, 13 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index a082dc5b08a..bccedc607ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2
3 * configure.in: Remove reference to src/m/ibms390.h.
4
12011-11-13 Glenn Morris <rgm@gnu.org> 52011-11-13 Glenn Morris <rgm@gnu.org>
2 6
3 * INSTALL: Tiny updates for disk space used during installation. 7 * INSTALL: Tiny updates for disk space used during installation.
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 9723ca720e1..c5f8c7ab31f 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -58,9 +58,6 @@ NARROWPROTO
58SEPCHAR 58SEPCHAR
59SYSTEM_TYPE 59SYSTEM_TYPE
60 60
61** Machine specific macros, described in detail in src/m/template.h
62VIRT_ADDR_VARIES
63
64** Misc macros 61** Misc macros
65USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. 62USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default.
66 63
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6030dd8f6d3..f72f1d881c6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2
3 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
4
12011-11-16 Juanma Barranquero <lekktu@gmail.com> 52011-11-16 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * admin.el (manual-dvi): Fix typo. 7 * admin.el (manual-dvi): Fix typo.
diff --git a/configure.in b/configure.in
index 73e1d07edb7..204c0e650a7 100644
--- a/configure.in
+++ b/configure.in
@@ -416,7 +416,6 @@ case "${canonical}" in
416 opsys=gnu-linux 416 opsys=gnu-linux
417 case ${canonical} in 417 case ${canonical} in
418 alpha*) machine=alpha ;; 418 alpha*) machine=alpha ;;
419 s390-*) machine=ibms390 ;;
420 s390x-*) machine=ibms390x ;; 419 s390x-*) machine=ibms390x ;;
421 powerpc*) machine=macppc ;; 420 powerpc*) machine=macppc ;;
422 sparc*) machine=sparc ;; 421 sparc*) machine=sparc ;;
diff --git a/src/ChangeLog b/src/ChangeLog
index 857fe6eaaaf..75eeebd7b5c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2
3 * m/ibms390.h: Remove.
4 * m/ibms390x.h: Don't include "ibms390.h".
5
12011-11-20 Stefan Monnier <monnier@iro.umontreal.ca> 62011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * fileio.c (Finsert_file_contents): Add missing gcpro1 variable. 8 * 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
index 7269d416a48..00000000000
--- a/src/m/ibms390.h
+++ /dev/null
@@ -1,22 +0,0 @@
1/* Machine description file for IBM S390 in 32-bit mode
2
3Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19
20/* This file is a placeholder -- it does not contain any definitions.
21 At some point we should probably fix this by removing the file
22 and removing all uses of it. */
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h
index 04092d6e1ac..5ea7974b052 100644
--- a/src/m/ibms390x.h
+++ b/src/m/ibms390x.h
@@ -17,8 +17,6 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19 19
20#include "ibms390.h"
21
22#define BITS_PER_LONG 64 20#define BITS_PER_LONG 64
23#define BITS_PER_EMACS_INT 64 21#define BITS_PER_EMACS_INT 64
24 22