comparison src/m/hp300bsd.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents a86b2b5e0111
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
34 34
35 #define CRT0_DUMMIES one_dummy, 35 #define CRT0_DUMMIES one_dummy,
36 36
37 #define HAVE_ALLOCA 37 #define HAVE_ALLOCA
38 38
39 /* XINT must explicitly sign-extend */
40
41 #define EXPLICIT_SIGN_EXTEND
42
39 #define LOAD_AVE_TYPE long 43 #define LOAD_AVE_TYPE long
40 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) / 2048.0 * 100.0)) 44 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) / 2048.0 * 100.0))