diff options
| author | Eli Zaretskii | 2014-09-25 20:49:02 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-25 20:49:02 +0300 |
| commit | 686b21966f812707e1d1c614ddd63d1d24fbdf18 (patch) | |
| tree | 8bae22471f92a50249b97380143b6630cb6896a5 /src/ChangeLog | |
| parent | 39234ddb3e95c7ec704b104220cdf4bb50768907 (diff) | |
| download | emacs-686b21966f812707e1d1c614ddd63d1d24fbdf18.tar.gz emacs-686b21966f812707e1d1c614ddd63d1d24fbdf18.zip | |
Don't use USE_STACK_LISP_OBJECTS on Windows with GCC older than 4.2.
src/lisp.h (USE_STACK_LISP_OBJECTS): Default to false for 32-bit
MinGW builds that use GCC before 4.2.
Fixes: debbugs:18559
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c360e64de0..87d33121495 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-09-25 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-09-25 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * lisp.h (USE_STACK_LISP_OBJECTS): Default to false for 32-bit | ||
| 4 | MinGW builds that use GCC before 4.2. | ||
| 5 | |||
| 3 | Default to stack objects on DOS_NT platforms as well. | 6 | Default to stack objects on DOS_NT platforms as well. |
| 4 | * w32term.h (ALIGN_STACK) [__GNUC__]: Define to | 7 | * w32term.h (ALIGN_STACK) [__GNUC__]: Define to |
| 5 | __attribute__((force_align_arg_pointer)) for GCC 4.2 and later. | 8 | __attribute__((force_align_arg_pointer)) for GCC 4.2 and later. |