aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/macppc.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-10 02:49:28 +0000
committerDan Nicolaescu2008-07-10 02:49:28 +0000
commitad76189a75b1be41dbc2cd2f9fb793cd2b403f57 (patch)
tree1f2fa3ca14cb3e05b7c040ac28f63eaecdf645db /src/m/macppc.h
parentd2b5bbda451e8e10576e3145938c27c6171f6ae3 (diff)
downloademacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.tar.gz
emacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.zip
* m/template.h:
* m/sparc.h: * m/mips.h: * m/m68k.h: * m/iris4d.h: * m/intel386.h: * m/ibms390x.h: * m/ibms390.h: * m/ia64.h: * m/hp800.h: * m/arm.h: * m/amdx86-64.h: Remove dead code and references to unused and compiler defined symbols.
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