aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2010-08-05 20:11:32 +0300
committerEli Zaretskii2010-08-05 20:11:32 +0300
commit29cf3e2076352c67e2286fabe4742e5cde915a05 (patch)
tree0beed73a05a43576626ecb41f5d597e9567c20c4 /etc/PROBLEMS
parentbbb6ffa177707b5915ddf07e3199fbefafca27e4 (diff)
downloademacs-29cf3e2076352c67e2286fabe4742e5cde915a05.tar.gz
emacs-29cf3e2076352c67e2286fabe4742e5cde915a05.zip
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.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 2fc0e29b30f..6609f185825 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2740,7 +2740,7 @@ build Emacs in a directory on a local disk.
2740Two causes have been seen for such problems. 2740Two causes have been seen for such problems.
2741 2741
27421) On a system where getpagesize is not a system call, it is defined 27421) On a system where getpagesize is not a system call, it is defined
2743as a macro. If the definition (in both unexec.c and malloc.c) is wrong, 2743as a macro. If the definition (in both unex*.c and malloc.c) is wrong,
2744it can cause problems like this. You might be able to find the correct 2744it can cause problems like this. You might be able to find the correct
2745value in the man page for a.out (5). 2745value in the man page for a.out (5).
2746 2746