diff options
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. |