Commit 3e71d953 by Steven Bosscher

cris.c: Include cgraph.h.

	* config/cris/cris.c: Include cgraph.h.
	(cris_option_override): Do not set non-existing flag_no_gcc_ident.

From-SVN: r188818
parent aa5cc52b
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> 2012-06-19 Maxim Kuvyrkov <maxim@codesourcery.com>
* emit-rtl.c (need_atomic_barrier_p): New function. * emit-rtl.c (need_atomic_barrier_p): New function.
......
...@@ -47,6 +47,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -47,6 +47,7 @@ along with GCC; see the file COPYING3. If not see
#include "optabs.h" #include "optabs.h"
#include "df.h" #include "df.h"
#include "opts.h" #include "opts.h"
#include "cgraph.h"
/* Usable when we have an amount to add or subtract, and want the /* Usable when we have an amount to add or subtract, and want the
optimal size of the insn. */ optimal size of the insn. */
...@@ -2533,10 +2534,6 @@ cris_asm_output_case_end (FILE *stream, int num, rtx table) ...@@ -2533,10 +2534,6 @@ cris_asm_output_case_end (FILE *stream, int num, rtx table)
static void static void
cris_option_override (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) if (cris_max_stackframe_str)
{ {
cris_max_stackframe = atoi (cris_max_stackframe_str); cris_max_stackframe = atoi (cris_max_stackframe_str);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment