diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-09-28 08:03:51 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-09-28 08:03:51 +0000 |
commit | a74b48cfd30c1b783c7cad24b639ee89697faff7 (patch) | |
tree | 979b179658e12732222feb7dc2f5a8a4a532a1d9 /src | |
parent | 53a7d078a15c8246f1978af147cc7446c01dfdf2 (diff) | |
download | emacs-a74b48cfd30c1b783c7cad24b639ee89697faff7.tar.gz |
Put in #if 0 until we know what's
really going on here.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 5 | ||||
-rw-r--r-- | src/m/macppc.h | 4 |
2 files changed, 9 insertions, 0 deletions
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 <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. 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 */ |