diff gcc/config/sh/symbian-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
line wrap: on
line diff
--- a/gcc/config/sh/symbian-c.c	Tue May 25 18:58:51 2010 +0900
+++ b/gcc/config/sh/symbian-c.c	Tue Mar 22 17:18:12 2011 +0900
@@ -1,5 +1,5 @@
 /* Routines for C compiler part of GCC for a Symbian OS targeted SH backend.
-   Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
    Contributed by RedHat.
    Most of this code is stolen from i386/winnt.c.
 
@@ -29,7 +29,7 @@
 #include "tree.h"
 #include "expr.h"
 #include "tm_p.h"
-#include "toplev.h"
+#include "diagnostic-core.h"
 #include "sh-symbian.h"
 
 
@@ -93,7 +93,7 @@
 	   && TREE_PUBLIC (decl)
 	   && !DECL_EXTERNAL (decl))
     {
-      error ("definition of static data member %q+D of dllimport'd class",
+      error ("definition of static data member %q+D of dllimport%'d class",
 	     decl);
       return false;
     }