comparison src/m/arm.h @ 96719:f8ef0d7d5451

* m/mips.h: Remove boilerplate comments and code for systems that do not use this file. (SIGN_EXTEND_CHAR): * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused. * unexmips.c: Remove file, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 07:11:19 +0000
parents 0e3e875ffade
children e038c1a8307c
comparison
equal deleted inserted replaced
96718:b9cd22789f50 96719:f8ef0d7d5451
32 #define NO_ARG_ARRAY 32 #define NO_ARG_ARRAY
33 #else 33 #else
34 #undef NO_ARG_ARRAY 34 #undef NO_ARG_ARRAY
35 #endif 35 #endif
36 36
37 /* Define how to take a char and sign-extend into an int.
38 On machines where char is signed, this is a no-op. */
39
40 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24)
41
42 #define NO_REMAP 37 #define NO_REMAP
43 38
44 /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42 39 /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42
45 (do not change this comment) */ 40 (do not change this comment) */