diff nt/ChangeLog @ 109570:88810df348ab

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 28 Jul 2010 20:25:08 -0700
parents 2fe88640ebd3
children eed576998b56
line wrap: on
line diff
--- a/nt/ChangeLog	Thu Jul 29 04:42:53 2010 +0200
+++ b/nt/ChangeLog	Wed Jul 28 20:25:08 2010 -0700
@@ -1,3 +1,7 @@
+2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* config.nt: Remove code referring to NO_REMAP, unused.
+
 2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
 
 	Build binary distros on Windows using emacs-VERSION as root dir name.