diff options
| author | Chong Yidong | 2009-05-22 18:47:02 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-05-22 18:47:02 +0000 |
| commit | 34001e4188a9b6122cfd65588fa15561af43bac4 (patch) | |
| tree | 1ee314531d6431d89314fccb755f57a6a2c8e8c2 /src | |
| parent | 46306a17286295bef205539603aa9cde7efc1258 (diff) | |
| download | emacs-34001e4188a9b6122cfd65588fa15561af43bac4.tar.gz emacs-34001e4188a9b6122cfd65588fa15561af43bac4.zip | |
* m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/mips.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23f08d6409e..dbc608cde14 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-05-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685). | ||
| 4 | |||
| 1 | 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2009-05-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache | 7 | * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache |
diff --git a/src/m/mips.h b/src/m/mips.h index b361c9aa010..cd8d994a5f9 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -49,7 +49,10 @@ NOTE-END */ | |||
| 49 | /* Describe layout of the address space in an executing process. */ | 49 | /* Describe layout of the address space in an executing process. */ |
| 50 | 50 | ||
| 51 | #define TEXT_START 0x00400000 | 51 | #define TEXT_START 0x00400000 |
| 52 | |||
| 53 | #ifndef GNU_LINUX | ||
| 52 | #define DATA_START 0x10000000 | 54 | #define DATA_START 0x10000000 |
| 55 | #endif | ||
| 53 | 56 | ||
| 54 | 57 | ||
| 55 | #if 0 /* These definitions were advantageous when not using | 58 | #if 0 /* These definitions were advantageous when not using |