comparison gcc/config/sol2-c.c @ 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 b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
22 #include "system.h" 22 #include "system.h"
23 #include "coretypes.h" 23 #include "coretypes.h"
24 #include "tree.h" 24 #include "tree.h"
25 #include "tm.h" 25 #include "tm.h"
26 #include "tm_p.h" 26 #include "tm_p.h"
27 #include "toplev.h" 27
28 28 #include "c-family/c-format.h"
29 #include "c-format.h"
30 #include "intl.h" 29 #include "intl.h"
31 30
32 #include "cpplib.h" 31 #include "cpplib.h"
33 #include "c-pragma.h" 32 #include "c-family/c-pragma.h"
34 #include "c-common.h" 33 #include "c-family/c-common.h"
35 34
36 /* cmn_err only accepts "l" and "ll". */ 35 /* cmn_err only accepts "l" and "ll". */
37 static const format_length_info cmn_err_length_specs[] = 36 static const format_length_info cmn_err_length_specs[] =
38 { 37 {
39 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C89, 0 }, 38 { "l", FMT_LEN_l, STD_C89, "ll", FMT_LEN_ll, STD_C89, 0 },