comparison src/m/mips.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 ddedcecb18ef
children 0e3e875ffade
comparison
equal deleted inserted replaced
96580:162cf3adba6b 96581:e1043d6b0d2b
36 36
37 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 37 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
38 * group of arguments and treat it as an array of the arguments. */ 38 * group of arguments and treat it as an array of the arguments. */
39 39
40 #define NO_ARG_ARRAY 40 #define NO_ARG_ARRAY
41
42 /* Define WORD_MACHINE if addresses and such have
43 * to be corrected before they can be used as byte counts. */
44
45 #undef WORD_MACHINE
46 41
47 /* Define how to take a char and sign-extend into an int. 42 /* Define how to take a char and sign-extend into an int.
48 On machines where char is signed, this is a no-op. */ 43 On machines where char is signed, this is a no-op. */
49 44
50 #define SIGN_EXTEND_CHAR(c) ((signed char)(c)) 45 #define SIGN_EXTEND_CHAR(c) ((signed char)(c))