diff options
| author | Gerd Moellmann | 2001-09-28 08:03:51 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-28 08:03:51 +0000 |
| commit | a74b48cfd30c1b783c7cad24b639ee89697faff7 (patch) | |
| tree | 979b179658e12732222feb7dc2f5a8a4a532a1d9 /src | |
| parent | 53a7d078a15c8246f1978af147cc7446c01dfdf2 (diff) | |
| download | emacs-a74b48cfd30c1b783c7cad24b639ee89697faff7.tar.gz emacs-a74b48cfd30c1b783c7cad24b639ee89697faff7.zip | |
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 @@ | |||
| 1 | 2001-09-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's | ||
| 4 | really going on here. | ||
| 5 | |||
| 1 | 2001-09-27 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2001-09-27 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * search.c (trivial_regexp_p): Catch \{N,M\} as well. | 8 | * 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. */ | |||
| 98 | #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc | 98 | #define LD_SWITCH_MACHINE -Xlinker -m -Xlinker elf32ppc |
| 99 | #endif | 99 | #endif |
| 100 | 100 | ||
| 101 | #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, | ||
| 102 | even with identical GCC, as, ld. Let's take it out until we | ||
| 103 | know what's really going on here. */ | ||
| 101 | /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to | 104 | /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to |
| 102 | 0x10000000. */ | 105 | 0x10000000. */ |
| 103 | #if defined __linux__ | 106 | #if defined __linux__ |
| @@ -105,3 +108,4 @@ Boston, MA 02111-1307, USA. */ | |||
| 105 | #define DATA_SEG_BITS 0x10000000 | 108 | #define DATA_SEG_BITS 0x10000000 |
| 106 | #endif | 109 | #endif |
| 107 | #endif | 110 | #endif |
| 111 | #endif /* 0 */ | ||