* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 20 Oct 2004 16:23:30 +0000 (16:23 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 20 Oct 2004 16:23:30 +0000 (16:23 +0000)
commitdede27921696e4e940c93fa7335066864c93ccfd
treece72db52bdf71d9dce653075a9565016a81f8f02
parentf17e308a43db0a5bcc847714a79f3334201d415f
* 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.
src/ChangeLog
src/Makefile.in
src/config.in
src/emacs.c
src/lastfile.c