cris.c: Include cgraph.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 20 Jun 2012 08:13:39 +0000 (08:13 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 20 Jun 2012 08:13:39 +0000 (08:13 +0000)
* config/cris/cris.c: Include cgraph.h.
(cris_option_override): Do not set non-existing flag_no_gcc_ident.

From-SVN: r188818

gcc/ChangeLog
gcc/config/cris/cris.c

index 6df2e6cb2a29dc60d96358442a4732bd08d63fcf..b34cc899e5c0b6d11ef748ed6025ead51b883350 100644 (file)
@@ -1,3 +1,8 @@
+2012-06-20  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * config/cris/cris.c: Include cgraph.h.
+       (cris_option_override): Do not set non-existing flag_no_gcc_ident.
+
 2012-06-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
        * emit-rtl.c (need_atomic_barrier_p): New function.
index a5a342720bbcbb7ddf9f517d7ff9e6919bd10004..1c6769912d03a26c566485e233c2175c4655312d 100644 (file)
@@ -47,6 +47,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "optabs.h"
 #include "df.h"
 #include "opts.h"
+#include "cgraph.h"
 
 /* Usable when we have an amount to add or subtract, and want the
    optimal size of the insn.  */
@@ -2533,10 +2534,6 @@ cris_asm_output_case_end (FILE *stream, int num, rtx table)
 static void
 cris_option_override (void)
 {
-  /* We don't want an .ident for gcc.
-     It isn't really clear anymore why not.  */
-  flag_no_gcc_ident = true;
-
   if (cris_max_stackframe_str)
     {
       cris_max_stackframe = atoi (cris_max_stackframe_str);