diff options
| author | Jan Djärv | 2004-10-20 16:23:30 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-10-20 16:23:30 +0000 |
| commit | dede27921696e4e940c93fa7335066864c93ccfd (patch) | |
| tree | ce72db52bdf71d9dce653075a9565016a81f8f02 /src/Makefile.in | |
| parent | f17e308a43db0a5bcc847714a79f3334201d415f (diff) | |
| download | emacs-dede27921696e4e940c93fa7335066864c93ccfd.tar.gz emacs-dede27921696e4e940c93fa7335066864c93ccfd.zip | |
* 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.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f25e0f9d842..deb33730644 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -905,12 +905,7 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \ | |||
| 905 | #define OBJECTS_MACHINE | 905 | #define OBJECTS_MACHINE |
| 906 | #endif | 906 | #endif |
| 907 | 907 | ||
| 908 | #ifdef HAVE_RANDOM_HEAPSTART | ||
| 909 | #undef i386 | ||
| 910 | RUN_TEMACS = @SETARCH@ i386 ./temacs | ||
| 911 | #else | ||
| 912 | RUN_TEMACS = ./temacs | 908 | RUN_TEMACS = ./temacs |
| 913 | #endif | ||
| 914 | 909 | ||
| 915 | all: emacs${EXEEXT} OTHER_FILES | 910 | all: emacs${EXEEXT} OTHER_FILES |
| 916 | 911 | ||