diff options
| author | Eli Zaretskii | 2010-08-05 20:11:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-05 20:11:32 +0300 |
| commit | 29cf3e2076352c67e2286fabe4742e5cde915a05 (patch) | |
| tree | 0beed73a05a43576626ecb41f5d597e9567c20c4 /msdos | |
| parent | bbb6ffa177707b5915ddf07e3199fbefafca27e4 (diff) | |
| download | emacs-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 'msdos')
| -rw-r--r-- | msdos/ChangeLog | 5 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index bc793666890..7df89880410 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of | ||
| 4 | unexec.c => unexcoff.c. | ||
| 5 | |||
| 1 | 2010-07-29 Chad Brown <yandros@mit.edu> | 6 | 2010-07-29 Chad Brown <yandros@mit.edu> |
| 2 | 7 | ||
| 3 | * sed2v2.inp (HAVE_DIRENT_H): Edit to 1. | 8 | * sed2v2.inp (HAVE_DIRENT_H): Edit to 1. |
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 95ef5305d4c..4be1bccefdf 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -118,7 +118,7 @@ s/\.h\.in/.h-in/ | |||
| 118 | /^RALLOC_OBJ *=/s/@RALLOC_OBJ@/ralloc.o/ | 118 | /^RALLOC_OBJ *=/s/@RALLOC_OBJ@/ralloc.o/ |
| 119 | /^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/ | 119 | /^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/ |
| 120 | /^POST_ALLOC_OBJ *=/s/@POST_ALLOC_OBJ@/$(vmlimitobj)/ | 120 | /^POST_ALLOC_OBJ *=/s/@POST_ALLOC_OBJ@/$(vmlimitobj)/ |
| 121 | /^UNEXEC_OBJ *=/s/@UNEXEC_OBJ@/unexec.o/ | 121 | /^UNEXEC_OBJ *=/s/@UNEXEC_OBJ@/unexcoff.o/ |
| 122 | /^CANNOT_DUMP *=/s/@CANNOT_DUMP@/no/ | 122 | /^CANNOT_DUMP *=/s/@CANNOT_DUMP@/no/ |
| 123 | /^DEPFLAGS *=/s/@DEPFLAGS@// | 123 | /^DEPFLAGS *=/s/@DEPFLAGS@// |
| 124 | /^MKDEPDIR *=/s/@MKDEPDIR@// | 124 | /^MKDEPDIR *=/s/@MKDEPDIR@// |