comparison src/m/arm.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents afd7531a5181
children 23a17af379b1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
46 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24) 46 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24)
47 47
48 #define NO_UNION_TYPE 48 #define NO_UNION_TYPE
49 49
50 #define NO_REMAP 50 #define NO_REMAP
51
52 /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42
53 (do not change this comment) */