diff 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
line wrap: on
line diff
--- a/src/m/arm.h	Wed Jul 16 07:01:36 2008 +0000
+++ b/src/m/arm.h	Wed Jul 16 07:11:19 2008 +0000
@@ -34,11 +34,6 @@
 #undef NO_ARG_ARRAY
 #endif
 
-/* Define how to take a char and sign-extend into an int.
-   On machines where char is signed, this is a no-op.  */
-
-#define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24)
-
 #define NO_REMAP
 
 /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42