From a74b48cfd30c1b783c7cad24b639ee89697faff7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 28 Sep 2001 08:03:51 +0000 Subject: [PATCH] Put in #if 0 until we know what's really going on here. --- src/ChangeLog | 5 +++++ src/m/macppc.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 4ab3a98d9a9..11a82e6e73a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-09-28 Gerd Moellmann + + * m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's + really going on here. + 2001-09-27 Stefan Monnier * search.c (trivial_regexp_p): Catch \{N,M\} as well. diff --git a/src/m/macppc.h b/src/m/macppc.h index 595ff8a1881..3e5dffec26d 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h @@ -98,6 +98,9 @@ Boston, MA 02111-1307, USA. */ #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 @@ Boston, MA 02111-1307, USA. */ #define DATA_SEG_BITS 0x10000000 #endif #endif +#endif /* 0 */ -- 2.39.5