aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/cris
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-06-20 08:13:39 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-06-20 08:13:39 +0000
commit3e71d9533ae7f598e495c8e38e7433b119da0454 (patch)
treef288e5e68a7d22d6067bcd443b2b36756b78b80d /gcc/config/cris
parentaa5cc52b1ae328d25b3d37027a0174270fe4d19f (diff)
downloadgcc-3e71d9533ae7f598e495c8e38e7433b119da0454.zip
gcc-3e71d9533ae7f598e495c8e38e7433b119da0454.tar.gz
gcc-3e71d9533ae7f598e495c8e38e7433b119da0454.tar.bz2
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
Diffstat (limited to 'gcc/config/cris')
-rw-r--r--gcc/config/cris/cris.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c
index a5a3427..1c67699 100644
--- a/gcc/config/cris/cris.c
+++ b/gcc/config/cris/cris.c
@@ -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);