comparison src/m/amdx86-64.h @ 96581:e1043d6b0d2b

* m/template.h: * m/sparc.h: * m/mips.h: * m/m68k.h: * m/iris4d.h: * m/intel386.h: * m/ibms390x.h: * m/ibms390.h: * m/ia64.h: * m/hp800.h: * m/arm.h: * m/amdx86-64.h: Remove dead code and references to unused and compiler defined symbols.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 02:49:28 +0000
parents 7e5b32f86a4c
children 0e3e875ffade
comparison
equal deleted inserted replaced
96580:162cf3adba6b 96581:e1043d6b0d2b
40 40
41 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 41 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
42 * group of arguments and treat it as an array of the arguments. */ 42 * group of arguments and treat it as an array of the arguments. */
43 43
44 #define NO_ARG_ARRAY 44 #define NO_ARG_ARRAY
45
46 /* Define WORD_MACHINE if addresses and such have
47 * to be corrected before they can be used as byte counts. */
48
49 /* #define WORD_MACHINE */
50 45
51 /* Now define a symbol for the cpu type, if your compiler 46 /* Now define a symbol for the cpu type, if your compiler
52 does not define it automatically: 47 does not define it automatically:
53 Ones defined so far include vax, m68000, ns16000, pyramid, 48 Ones defined so far include vax, m68000, ns16000, pyramid,
54 orion, tahoe, APOLLO and many others */ 49 orion, tahoe, APOLLO and many others */