comparison gcc/config/svr3.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Operating system specific defines to be used when targeting GCC for 1 /* Operating system specific defines to be used when targeting GCC for
2 generic System V Release 3 system. 2 generic System V Release 3 system.
3 Copyright (C) 1991, 1996, 2000, 2002, 2004, 2007 Free Software Foundation, Inc. 3 Copyright (C) 1991, 1996, 2000, 2002, 2004, 2007, 2010
4 Free Software Foundation, Inc.
4 Contributed by Ron Guilmette (rfg@monkeys.com). 5 Contributed by Ron Guilmette (rfg@monkeys.com).
5 6
6 This file is part of GCC. 7 This file is part of GCC.
7 8
8 GCC is free software; you can redistribute it and/or modify 9 GCC is free software; you can redistribute it and/or modify
75 76
76 /* We don't want to output DBX debugging information. */ 77 /* We don't want to output DBX debugging information. */
77 78
78 #undef DBX_DEBUGGING_INFO 79 #undef DBX_DEBUGGING_INFO
79 80
80 /* Define the actual types of some ANSI-mandated types. These
81 definitions should work for most SVR3 systems. */
82
83 #undef SIZE_TYPE
84 #define SIZE_TYPE "unsigned int"
85
86 #undef PTRDIFF_TYPE
87 #define PTRDIFF_TYPE "int"
88
89 #undef WCHAR_TYPE
90 #define WCHAR_TYPE "long int"
91
92 #undef WCHAR_TYPE_SIZE
93 #define WCHAR_TYPE_SIZE BITS_PER_WORD
94
95 /* The prefix to add to user-visible assembler symbols. 81 /* The prefix to add to user-visible assembler symbols.
96 82
97 For System V Release 3 the convention is to prepend a leading 83 For System V Release 3 the convention is to prepend a leading
98 underscore onto user-level symbol names. */ 84 underscore onto user-level symbol names. */
99 85