1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00
emacs/src/m
2008-11-06 03:47:50 +00:00
..
alpha.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
amdx86-64.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
arm.h * m/mips.h: Remove boilerplate comments and code for systems that 2008-07-16 07:11:19 +00:00
hp800.h * systty.h: Remove code for Aix on 386, unsupported platform. 2008-07-16 08:06:18 +00:00
ia64.h * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. 2008-07-16 07:42:41 +00:00
ibmrs6000.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
ibmrs6000.inp
ibms390.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
ibms390x.h (NO_REMAP): Do not undefine. 2008-07-21 17:19:47 +00:00
intel386.h cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups 2008-08-04 14:39:27 +00:00
iris4d.h Fix comment typo. 2008-11-06 03:47:50 +00:00
m68k.h * m/m68k.h (linux): Use GNU_LINUX instead. 2008-07-16 15:27:04 +00:00
macppc.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
mips.h * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used 2008-07-21 18:19:30 +00:00
README
sh3.h Add arch tagline 2008-10-20 02:25:28 +00:00
sparc.h * ecrt0.c: Remove code depending on m68000, not used anymore. 2008-07-17 13:57:13 +00:00
template.h * lisp.h: 2008-07-11 02:30:26 +00:00
vax.h * bitmaps/README: 2008-07-31 05:33:56 +00:00
xtensa.h * lisp.h: 2008-07-11 02:30:26 +00:00

This directory contains C header files containing machine-specific
definitions.  Each file describes a particular machine.  The emacs
configuration script edits ../config.h to include the appropriate one of
these files, and then each emacs source file includes config.h.

template.h is a generic template for machine descriptions; it
describes the parameters a machine file can specify.