Mercurial > emacs
changeset 39492:11c635084cb7
Put in #if 0 until we know what's
really going on here.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 28 Sep 2001 08:03:25 +0000 |
parents | 1f81f55f4241 |
children | b92a87893145 |
files | src/m/macppc.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/macppc.h Fri Sep 28 06:18:36 2001 +0000 +++ b/src/m/macppc.h Fri Sep 28 08:03:25 2001 +0000 @@ -98,6 +98,9 @@ #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc #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__ @@ -105,3 +108,4 @@ #define DATA_SEG_BITS 0x10000000 #endif #endif +#endif /* 0 */