changeset 102344:2f1c4821a7d3

(DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Mar 2009 12:42:23 +0000
parents 80527611edeb
children f0ad05937583
files src/m/mips.h
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/mips.h	Sun Mar 01 12:40:39 2009 +0000
+++ b/src/m/mips.h	Sun Mar 01 12:42:23 2009 +0000
@@ -50,9 +50,13 @@
 
 #define TEXT_START      0x00400000
 #define DATA_START      0x10000000
+
+
+#if 0 /* These definitions were advantageous when not using
+	 USE_LSB_TAG.  With that, they get ignored but cause errors.  */
+
 #define DATA_SEG_BITS	0x10000000
 
-
 /* The standard definitions of these macros would work ok,
    but these are faster because the constants are short.  */
 
@@ -65,3 +69,6 @@
 
 /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee
    (do not change this comment) */
+
+#endif /* 0 */
+