changeset 96720:f4aea6a6eccb

Remove boilerplate comments and code for systems that do not use this file. (IRIS_4D): Remove, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 07:18:26 +0000
parents f8ef0d7d5451
children a2d3c8acc0fe
files src/ChangeLog src/m/iris4d.h
diffstat 2 files changed, 6 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 16 07:11:19 2008 +0000
+++ b/src/ChangeLog	Wed Jul 16 07:18:26 2008 +0000
@@ -1,8 +1,12 @@
 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* m/iris4d.h: Remove boilerplate comments and code for systems that
+	 do not use this file.
+	(IRIS_4D): Remove, unused.
+
 	* m/mips.h: Remove boilerplate comments and code for systems that
 	 do not use this file.
-	 (SIGN_EXTEND_CHAR):
+	(SIGN_EXTEND_CHAR):
 	* m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
 	* unexmips.c: Remove file, unused.
 
--- a/src/m/iris4d.h	Wed Jul 16 07:11:19 2008 +0000
+++ b/src/m/iris4d.h	Wed Jul 16 07:18:26 2008 +0000
@@ -29,18 +29,12 @@
 #define NO_ARG_ARRAY
 
 /* Now define a symbol for the cpu type, if your compiler
-   does not define it automatically:
-   Ones defined so far include vax, m68000, ns16000, pyramid,
-   orion, tahoe, APOLLO and many others */
+   does not define it automatically.  */
 
 #ifndef mips
 #define mips
 #endif
 
-#ifndef IRIS_4D
-#define IRIS_4D
-#endif
-
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
    the bit field into an int.  In other words, if bit fields
    are always unsigned.
@@ -49,21 +43,6 @@
 
 #define EXPLICIT_SIGN_EXTEND
 
-/* Define CANNOT_DUMP on machines where unexec does not work.
-   Then the function dump-emacs will not be defined
-   and temacs will do (load "loadup") automatically unless told otherwise.  */
-
-#undef CANNOT_DUMP
-
-/* Define VIRT_ADDR_VARIES if the virtual addresses of
-   pure and impure space as loaded can vary, and even their
-   relative order cannot be relied on.
-
-   Otherwise Emacs assumes that text space precedes data space,
-   numerically.  */
-
-/* #define VIRT_ADDR_VARIES */
-
 /* Define NO_REMAP if memory segmentation makes it not work well
    to change the boundary between the text section and data section
    when Emacs is dumped.  If you define this, the preloaded Lisp
@@ -74,12 +53,8 @@
 /* This machine requires completely different unexec code
    which lives in a separate file.  Specify the file name.  */
 
-#ifdef USG5_4
 #undef UNEXEC
 #define UNEXEC unexelf.o
-#else
-#define UNEXEC unexmips.o
-#endif
 
 #define TEXT_START 0x400000
 
@@ -95,12 +70,6 @@
 #undef LIBS_MACHINE
 #define LIBS_MACHINE
 #define LIBS_DEBUG
-
-#ifndef USG5_4
-/* Must define START-FILES so that the linker can find /usr/lib/crt0.o.  */
-#define START_FILES pre-crt0.o /usr/lib/crt1.o
-#define LIB_STANDARD -lc /usr/lib/crtn.o
-#endif
 
 /* Use terminfo instead of termcap.  */