From Michael Frysinger <michael.frysinger@analog.com>
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2008 09:49:29 +0000 (09:49 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2008 09:49:29 +0000 (09:49 +0000)
* config/bfin/bfin.c (bfin_handle_option): Remove BF561 warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139930 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/bfin/bfin.c

index 66de90a..0affc98 100644 (file)
@@ -3,6 +3,9 @@
        * config/bfin/bfin.c (bfin_expand_prologue): Honour no_stack_limit
        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>
 
        * gthr-win32.h (CONST_CAST2): Really make sure CONST_CAST2 is
index 10bbfce..bbd8223 100644 (file)
@@ -2414,9 +2414,6 @@ bfin_handle_option (size_t code, const char *arg, int value)
            bfin_workarounds |= bfin_cpus[i].workarounds;
          }
 
-       if (bfin_cpu_type == BFIN_CPU_BF561)
-         warning (0, "bf561 support is incomplete yet.");
-
        return true;
       }