From patchwork Tue Jun 28 08:49:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick Clifton X-Patchwork-Id: 102342 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id C008AB6F6F for ; Tue, 28 Jun 2011 18:49:25 +1000 (EST) Received: (qmail 1891 invoked by alias); 28 Jun 2011 08:49:19 -0000 Received: (qmail 1873 invoked by uid 22791); 28 Jun 2011 08:49:18 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Jun 2011 08:49:02 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5S8n1Xk004114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Jun 2011 04:49:02 -0400 Received: from Gift.redhat.com (vpn1-6-67.ams2.redhat.com [10.36.6.67]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p5S8mxcT014527 for ; Tue, 28 Jun 2011 04:49:01 -0400 From: Nick Clifton To: gcc-patches@gcc.gnu.org Subject: Commit: Add support for V850 variants to libgcc Date: Tue, 28 Jun 2011 09:49:50 +0100 Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi Guys, I am checking in the patch below to add support for V850 variant architectures to the libgcc/config.host file. Cheers Nick libgcc/ChangeLog 2011-06-28 Nick Clifton * config.host: Recognize all V850 variants. Index: libgcc/config.host =================================================================== --- libgcc/config.host (revision 175575) +++ libgcc/config.host (working copy) @@ -143,6 +143,9 @@ sh[123456789lbe]*-*-*) cpu_type=sh ;; +v850*-*-*) + cpu_type=v850 + ;; esac # Common parts for widely ported systems. @@ -645,12 +648,8 @@ ;; spu-*-elf*) ;; -v850e1-*-*) +v850*-*-*) ;; -v850e-*-*) - ;; -v850-*-*) - ;; vax-*-linux*) ;; vax-*-netbsdelf*)