]> git.eshelyaron.com Git - emacs.git/commitdiff
Put in #if 0 until we know what's
authorGerd Moellmann <gerd@gnu.org>
Fri, 28 Sep 2001 08:03:51 +0000 (08:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 28 Sep 2001 08:03:51 +0000 (08:03 +0000)
really going on here.

src/ChangeLog
src/m/macppc.h

index 4ab3a98d9a900de54bc01f2d7e826cc91593e336..11a82e6e73a546fa772881dbcde894509af5c6f0 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's
+       really going on here.
+
 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
 
        * search.c (trivial_regexp_p): Catch \{N,M\} as well.
index 595ff8a18812f2f0ad3a8c3b45d410fb6e4b2262..3e5dffec26d0198b92283130136277734822a241 100644 (file)
@@ -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 */