emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src/m mips.h


From: Richard M. Stallman
Subject: [Emacs-diffs] emacs/src/m mips.h
Date: Sun, 01 Mar 2009 12:42:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       09/03/01 12:42:23

Modified files:
        src/m          : mips.h 

Log message:
        (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/m/mips.h?cvsroot=emacs&r1=1.41&r2=1.42

Patches:
Index: mips.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/mips.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- mips.h      8 Jan 2009 03:16:17 -0000       1.41
+++ mips.h      1 Mar 2009 12:42:23 -0000       1.42
@@ -50,9 +50,13 @@
 
 #define TEXT_START      0x00400000
 #define DATA_START      0x10000000
-#define DATA_SEG_BITS  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 */
+




reply via email to

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