aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/macppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/macppc.h')
-rw-r--r--src/m/macppc.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h
index 4adfcb50e7b..eb263526c2d 100644
--- a/src/m/macppc.h
+++ b/src/m/macppc.h
@@ -27,11 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27 27
28#define NO_ARG_ARRAY 28#define NO_ARG_ARRAY
29 29
30/* Define WORD_MACHINE if addresses and such have
31 * to be corrected before they can be used as byte counts. */
32
33/* #define WORD_MACHINE */
34
35/* Now define a symbol for the cpu type, if your compiler 30/* Now define a symbol for the cpu type, if your compiler
36 does not define it automatically: 31 does not define it automatically:
37 Ones defined so far include vax, m68000, ns16000, pyramid, 32 Ones defined so far include vax, m68000, ns16000, pyramid,
@@ -89,18 +84,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
89#endif 84#endif
90#endif 85#endif
91 86
92#if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog,
93 even with identical GCC, as, ld. Let's take it out until we
94 know what's really going on here. */
95/* GCC 2.95 and newer on GNU/Linux PPC changed the load address to
96 0x10000000. */
97#if defined __linux__
98#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
99#define DATA_SEG_BITS 0x10000000
100#endif
101#endif
102#endif /* 0 */
103
104#ifdef _ARCH_PPC64 87#ifdef _ARCH_PPC64
105#ifndef _LP64 88#ifndef _LP64
106#define _LP64 89#define _LP64