aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/template.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-28 20:25:08 -0700
committerDan Nicolaescu2010-07-28 20:25:08 -0700
commit76fd1ee9bd6e22602ed4df4350daeb375f67e16a (patch)
tree3628a3c341f6b0750837768a5efcb6d5c44faf6f /src/m/template.h
parent087b38a075e28408c397252f3756af9d3ac23e87 (diff)
downloademacs-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 'src/m/template.h')
-rw-r--r--src/m/template.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/template.h b/src/m/template.h
index 0b149411a0a..7e067849813 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -47,12 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
47 numerically. */ 47 numerically. */
48#define VIRT_ADDR_VARIES 48#define VIRT_ADDR_VARIES
49 49
50/* Define NO_REMAP if memory segmentation makes it not work well
51 to change the boundary between the text section and data section
52 when Emacs is dumped. If you define this, the preloaded Lisp
53 code will not be sharable; but that's better than failing completely. */
54#define NO_REMAP
55
56/* After adding support for a new machine, modify the large case 50/* After adding support for a new machine, modify the large case
57 statement in configure.in to recognize reasonable 51 statement in configure.in to recognize reasonable
58 configuration names, and add a description of the system to 52 configuration names, and add a description of the system to