[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/mips.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/mips.h,v |
Date: |
Mon, 21 Jul 2008 18:19:31 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/21 18:19:31
Index: m/mips.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/mips.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- m/mips.h 16 Jul 2008 07:11:19 -0000 1.39
+++ m/mips.h 21 Jul 2008 18:19:29 -0000 1.40
@@ -38,12 +38,6 @@
#define NO_ARG_ARRAY
-/* Now define a symbol for the cpu type, if your compiler
- does not define it automatically. */
-#ifndef mips
-# define mips
-#endif
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the 24-bit bit field into an int. In other words, if bit fields
are always unsigned.
@@ -52,21 +46,6 @@
#define EXPLICIT_SIGN_EXTEND
-/* Data type of load average, as read out of kmem. */
-
-#define LOAD_AVE_TYPE long
-
-/* Convert that into an integer that is 100 for a load average of 1.0 */
-
-#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
-
-/* 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
- code will not be sharable; but that's better than failing completely. */
-
-#define NO_REMAP
-
/* Describe layout of the address space in an executing process. */
#define TEXT_START 0x00400000
- [Emacs-diffs] Changes to emacs/src/m/mips.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/m/mips.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/m/mips.h,v, Dan Nicolaescu, 2008/07/12
- [Emacs-diffs] Changes to emacs/src/m/mips.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/m/mips.h,v,
Dan Nicolaescu <=