diff options
| author | Dan Nicolaescu | 2010-07-28 20:25:08 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-28 20:25:08 -0700 |
| commit | 76fd1ee9bd6e22602ed4df4350daeb375f67e16a (patch) | |
| tree | 3628a3c341f6b0750837768a5efcb6d5c44faf6f /nt | |
| parent | 087b38a075e28408c397252f3756af9d3ac23e87 (diff) | |
| download | emacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.tar.gz emacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.zip | |
Clean up unexec.c, remove references to unused code.
* nt/config.nt: Remove code referring to NO_REMAP, unused.
* src/unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
* src/s/usg5-4.h (COFF):
* src/s/template.h:
* src/s/msdos.h (COFF, NO_REMAP):
* src/s/ms-w32.h (NO_REMAP):
* src/s/hpux10-20.h (NO_REMAP):
* src/m/sparc.h (SEGMENT_MASK):
* src/m/m68k.h (NO_REMAP):
* src/m/intel386.h (SEGMENT_MASK):
* src/m/arm.h (NO_REMAP):
* src/m/alpha.h (COFF):
* src/m/template.h: Remove references to unused defines.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 4dfdd16fd32..4de3a5430b5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * config.nt: Remove code referring to NO_REMAP, unused. | ||
| 4 | |||
| 1 | 2010-07-25 Christoph Scholtes <cschol2112@gmail.com> | 5 | 2010-07-25 Christoph Scholtes <cschol2112@gmail.com> |
| 2 | 6 | ||
| 3 | Build binary distros on Windows using emacs-VERSION as root dir name. | 7 | Build binary distros on Windows using emacs-VERSION as root dir name. |
diff --git a/nt/config.nt b/nt/config.nt index 683070f1063..676c3372746 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -308,12 +308,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 308 | #undef config_machfile | 308 | #undef config_machfile |
| 309 | #include "m/intel386.h" | 309 | #include "m/intel386.h" |
| 310 | 310 | ||
| 311 | /* If no remapping takes place, static variables cannot be dumped as | ||
| 312 | pure, so don't worry about the `static' keyword. */ | ||
| 313 | #ifdef NO_REMAP | ||
| 314 | #undef static | ||
| 315 | #endif | ||
| 316 | |||
| 317 | /* Define `subprocesses' should be defined if you want to | 311 | /* Define `subprocesses' should be defined if you want to |
| 318 | have code for asynchronous subprocesses | 312 | have code for asynchronous subprocesses |
| 319 | (as used in M-x compile and M-x shell). | 313 | (as used in M-x compile and M-x shell). |