comparison gcc/config/m68k/openbsd.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
40 40
41 /* Layout of source language data types. */ 41 /* Layout of source language data types. */
42 42
43 /* This must agree with <machine/ansi.h> */ 43 /* This must agree with <machine/ansi.h> */
44 #undef SIZE_TYPE 44 #undef SIZE_TYPE
45 #define SIZE_TYPE "unsigned int" 45 #define SIZE_TYPE "long unsigned int"
46 46
47 #undef PTRDIFF_TYPE 47 #undef PTRDIFF_TYPE
48 #define PTRDIFF_TYPE "int" 48 #define PTRDIFF_TYPE "long int"
49 49
50 #undef WCHAR_TYPE 50 #undef WCHAR_TYPE
51 #define WCHAR_TYPE "int" 51 #define WCHAR_TYPE "int"
52 52
53 #undef WCHAR_TYPE_SIZE 53 #undef WCHAR_TYPE_SIZE
54 #define WCHAR_TYPE_SIZE 32 54 #define WCHAR_TYPE_SIZE 32
55
56 #undef WINT_TYPE
57 #define WINT_TYPE "int"
55 58
56 /* Storage layout. */ 59 /* Storage layout. */
57 60
58 /* Every structure or union's size must be a multiple of 2 bytes. */ 61 /* Every structure or union's size must be a multiple of 2 bytes. */
59 #define STRUCTURE_SIZE_BOUNDARY 16 62 #define STRUCTURE_SIZE_BOUNDARY 16