comparison etc/PROBLEMS @ 109628:8e2c7c31861b

Rename src/unexec.c => src/unexcoff.c. src/unexcoff.c: Renamed from unexec.c. src/deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o. admin/MAINTAINERS: Rename src/unexec.c => src/unexcoff.c. etc/AUTHORS: Rename unexec.o => unexcoff.o. etc/PROBLEMS: Rename unexec.o => unex*.o. lisp/emacs-lisp/find-gc.el (find-gc-source-files): Rename unexec.c => unexcoff.c. lisp/emacs-lisp/authors.el (authors-fixed-entries): Rename unexec.c => unexcoff.c. msdos/sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of unexec.c => unexcoff.c.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 05 Aug 2010 20:11:32 +0300
parents 2660703dfff3
children df8e0cd18128
comparison
equal deleted inserted replaced
109627:fe57b65085f9 109628:8e2c7c31861b
2738 *** The dumped Emacs crashes when run, trying to write pure data. 2738 *** The dumped Emacs crashes when run, trying to write pure data.
2739 2739
2740 Two causes have been seen for such problems. 2740 Two causes have been seen for such problems.
2741 2741
2742 1) On a system where getpagesize is not a system call, it is defined 2742 1) On a system where getpagesize is not a system call, it is defined
2743 as a macro. If the definition (in both unexec.c and malloc.c) is wrong, 2743 as a macro. If the definition (in both unex*.c and malloc.c) is wrong,
2744 it can cause problems like this. You might be able to find the correct 2744 it can cause problems like this. You might be able to find the correct
2745 value in the man page for a.out (5). 2745 value in the man page for a.out (5).
2746 2746
2747 2) Some systems allocate variables declared static among the 2747 2) Some systems allocate variables declared static among the
2748 initialized variables. Emacs makes all initialized variables in most 2748 initialized variables. Emacs makes all initialized variables in most