comparison gcc/config/v850/v850-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 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* v850 specific, C compiler specific functions. 1 /* v850 specific, C compiler specific functions.
2 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2007, 2009 2 Copyright (C) 2000, 2001, 2002, 2003, 2005, 2007, 2009, 2010
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by Jeff Law (law@cygnus.com). 4 Contributed by Jeff Law (law@cygnus.com).
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
23 #include "system.h" 23 #include "system.h"
24 #include "coretypes.h" 24 #include "coretypes.h"
25 #include "tm.h" 25 #include "tm.h"
26 #include "cpplib.h" 26 #include "cpplib.h"
27 #include "tree.h" 27 #include "tree.h"
28 #include "c-pragma.h" 28 #include "c-family/c-pragma.h"
29 #include "toplev.h" 29 #include "diagnostic-core.h"
30 #include "ggc.h" 30 #include "ggc.h"
31 #include "tm_p.h" 31 #include "tm_p.h"
32 32
33 #ifndef streq 33 #ifndef streq
34 #define streq(a,b) (strcmp (a, b) == 0) 34 #define streq(a,b) (strcmp (a, b) == 0)