Mercurial > emacs
comparison src/ChangeLog @ 57623:1293d7f90911
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
New variables and constant.
(main): Calculate heap_bss_diff. If we are dumping and the
heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
and exec ourself again.
(Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
print a warning.
* lastfile.c: Make my_endbss and my_endbss_static available on all
platforms.
* Makefile.in (RUN_TEMACS): Remove @SETARCH@.
* config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Wed, 20 Oct 2004 16:23:30 +0000 |
parents | 368bb3698bb5 |
children | 6178d4e9b661 |
comparison
equal
deleted
inserted
replaced
57622:a17f324d7b7f | 57623:1293d7f90911 |
---|---|
1 2004-10-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
2 | |
3 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF): | |
4 New variables and constant. | |
5 (main): Calculate heap_bss_diff. If we are dumping and the | |
6 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32 | |
7 and exec ourself again. | |
8 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF | |
9 print a warning. | |
10 | |
11 * lastfile.c: Make my_endbss and my_endbss_static available on all | |
12 platforms. | |
13 | |
14 * Makefile.in (RUN_TEMACS): Remove @SETARCH@. | |
15 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate. | |
16 | |
1 2004-10-19 Luc Teirlinck <teirllm@auburn.edu> | 17 2004-10-19 Luc Teirlinck <teirllm@auburn.edu> |
2 | 18 |
3 * data.c (Flocal_variable_if_set_p): Doc fix. | 19 * data.c (Flocal_variable_if_set_p): Doc fix. |
4 | 20 |
5 2004-10-19 Jason Rumney <jasonr@gnu.org> | 21 2004-10-19 Jason Rumney <jasonr@gnu.org> |