changeset 108090:b8f821937636

* m/mips.h: Remove #if 0 code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Apr 2010 14:58:07 -0700
parents 2bdfb77de643
children 992e676c0285
files src/ChangeLog src/m/mips.h
diffstat 2 files changed, 4 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 23 21:23:51 2010 +0300
+++ b/src/ChangeLog	Fri Apr 23 14:58:07 2010 -0700
@@ -1,3 +1,7 @@
+2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* m/mips.h: Remove #if 0 code.
+
 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
 
 	Fix display of composed characters from L2R scripts in bidi buffers.
--- a/src/m/mips.h	Fri Apr 23 21:23:51 2010 +0300
+++ b/src/m/mips.h	Fri Apr 23 14:58:07 2010 -0700
@@ -50,24 +50,6 @@
 
 #define TEXT_START      0x00400000
 
-
-#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.  */
-
-#define XUINT(a) (((unsigned)(a) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))
-
-#define XSET(var, type, ptr)						\
-  ((var) =								\
-   ((int)(type) << VALBITS)						\
-   + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))
-
 /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee
    (do not change this comment) */
 
-#endif /* 0 */
-