[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/macppc.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/macppc.h,v |
Date: |
Thu, 10 Jul 2008 02:49:32 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/10 02:49:29
Index: m/macppc.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/macppc.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- m/macppc.h 10 Jul 2008 02:19:48 -0000 1.21
+++ m/macppc.h 10 Jul 2008 02:49:28 -0000 1.22
@@ -27,11 +27,6 @@
#define NO_ARG_ARRAY
-/* Define WORD_MACHINE if addresses and such have
- * to be corrected before they can be used as byte counts. */
-
-/* #define WORD_MACHINE */
-
/* 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,
@@ -89,18 +84,6 @@
#endif
#endif
-#if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,
- even with identical GCC, as, ld. Let's take it out until we
- know what's really going on here. */
-/* GCC 2.95 and newer on GNU/Linux PPC changed the load address to
- 0x10000000. */
-#if defined __linux__
-#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
-#define DATA_SEG_BITS 0x10000000
-#endif
-#endif
-#endif /* 0 */
-
#ifdef _ARCH_PPC64
#ifndef _LP64
#define _LP64
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/13
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/m/macppc.h,v, Dan Nicolaescu, 2008/07/24