Commit 829dbae5 by Bernd Schmidt Committed by Bernd Schmidt

From Michael Frysinger <michael.frysinger@analog.com>

	* config/bfin/bfin.c (bfin_handle_option): Remove BF561 warning.

From-SVN: r139930
parent 3b62f0e1
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
* config/bfin/bfin.c (bfin_expand_prologue): Honour no_stack_limit * config/bfin/bfin.c (bfin_expand_prologue): Honour no_stack_limit
attributes. attributes.
From Michael Frysinger <michael.frysinger@analog.com>
* config/bfin/bfin.c (bfin_handle_option): Remove BF561 warning.
2008-09-03 Danny Smith <dannysmith@usrs.sourceforge.net> 2008-09-03 Danny Smith <dannysmith@usrs.sourceforge.net>
* gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is * gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is
......
...@@ -2414,9 +2414,6 @@ bfin_handle_option (size_t code, const char *arg, int value) ...@@ -2414,9 +2414,6 @@ bfin_handle_option (size_t code, const char *arg, int value)
bfin_workarounds |= bfin_cpus[i].workarounds; bfin_workarounds |= bfin_cpus[i].workarounds;
} }
if (bfin_cpu_type == BFIN_CPU_BF561)
warning (0, "bf561 support is incomplete yet.");
return true; return true;
} }
......
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