diff options
| author | Eli Zaretskii | 2014-09-25 12:34:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-09-25 12:34:53 +0300 |
| commit | db61bdb13915a15896ffb96d1ea3d23e00f4bf54 (patch) | |
| tree | 9fb3faba58b2ec6b9da881003bc742ea97df634f /src/ChangeLog | |
| parent | 340e4cce7aaa1de72d384e4889f0f8aa65025874 (diff) | |
| download | emacs-db61bdb13915a15896ffb96d1ea3d23e00f4bf54.tar.gz emacs-db61bdb13915a15896ffb96d1ea3d23e00f4bf54.zip | |
Default to stack objects on DOS_NT platforms as well.
src/w32term.h (ALIGN_STACK) [__GNUC__]: Define to
__attribute__((force_align_arg_pointer)) for GCC 4.2 and later.
src/lisp.h (USE_STACK_LISP_OBJECTS): Remove the !DOS_NT condition.
src/w32proc.c (enum_locale_fn, enum_codepage_fn): Add the
ALIGN_STACK attribute.
src/w32fns.c (w32_monitor_enum): Add the ALIGN_STACK attribute.
src/w32uniscribe.c (add_opentype_font_name_to_list): Add the
ALIGN_STACK attribute.
src/w32font.c (add_font_name_to_list, add_font_entity_to_list)
(add_one_font_entity_to_list): Add the ALIGN_STACK attribute.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e6805691ecb..9c360e64de0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-09-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Default to stack objects on DOS_NT platforms as well. | ||
| 4 | * w32term.h (ALIGN_STACK) [__GNUC__]: Define to | ||
| 5 | __attribute__((force_align_arg_pointer)) for GCC 4.2 and later. | ||
| 6 | |||
| 7 | * lisp.h (USE_STACK_LISP_OBJECTS): Remove the !DOS_NT condition. | ||
| 8 | |||
| 9 | * w32proc.c (enum_locale_fn, enum_codepage_fn): Add the | ||
| 10 | ALIGN_STACK attribute. | ||
| 11 | |||
| 12 | * w32fns.c (w32_monitor_enum): Add the ALIGN_STACK attribute. | ||
| 13 | |||
| 14 | * w32uniscribe.c (add_opentype_font_name_to_list): Add the | ||
| 15 | ALIGN_STACK attribute. | ||
| 16 | |||
| 17 | * w32font.c (add_font_name_to_list, add_font_entity_to_list) | ||
| 18 | (add_one_font_entity_to_list): Add the ALIGN_STACK attribute. | ||
| 19 | |||
| 1 | 2014-09-25 Martin Rudalics <rudalics@gmx.at> | 20 | 2014-09-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 21 | ||
| 3 | * frame.c (frame_inhibit_resize): | 22 | * frame.c (frame_inhibit_resize): |