* config.host: Recognize all V850 variants.
authorNick Clifton <nickc@redhat.com>
Tue, 28 Jun 2011 08:49:18 +0000 (08:49 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 28 Jun 2011 08:49:18 +0000 (08:49 +0000)
From-SVN: r175576

libgcc/ChangeLog
libgcc/config.host

index 363c095f041b31d2b26c4949124a424c14a43cc1..358cc1eb24204875bada1388988ef671d352b31c 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * config.host: Recognize all V850 variants.
+
 2011-06-22  Uros Bizjak  <ubizjak@gmail.com>
 
        * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
index 6ea74900c86b2b617f1f9252d4fa83f791da350d..326ce91f165381aea33f7dafab5fb05ba7407968 100644 (file)
@@ -143,6 +143,9 @@ s390*-*-*)
 sh[123456789lbe]*-*-*)
        cpu_type=sh
        ;;
+v850*-*-*)
+       cpu_type=v850
+       ;;
 esac
 
 # Common parts for widely ported systems.
@@ -645,11 +648,7 @@ sparc64-*-netbsd*)
        ;;
 spu-*-elf*)
        ;;
-v850e1-*-*)
-       ;;
-v850e-*-*)
-       ;;
-v850-*-*)
+v850*-*-*)
        ;;
 vax-*-linux*)
        ;;