From patchwork Tue Oct 9 13:23:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Huber X-Patchwork-Id: 190301 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 2465C2C00BA for ; Wed, 10 Oct 2012 00:23:32 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1350393813; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=681MOX0t23MdDWqkw94u2NxIFsQ=; b=rUnoEb66B52HMgz QQtn0Sgk2kLAEsd7ANkXXGdZjG6iilJ9U5TGvQWesmaf+r//+TwDZ+sewl+3OWgb LrSDMSlF36woUpoi6qoZJMb9uG0W/4c8MTl4gBCVRdMa64EjF/gqd8BapEYoRMFS GKYTKNWz/PBR7iO477jkEvSRpmvc= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=vUgAGC/K7hxOHyySu+EwFlDgVws1kgnbD2VGTuuz9x+rmMoU3T/Pl5QH8djrMo mGHjMEuNC/nAkpTCMC+mLGMZKDO0KTO/AOLaE6CBjQR3qym1HoHdefpGiXdpYozc IUD41Inaohul8cd2CTbcgtYlh0KpsKF57PeHHcyIDIeak=; Received: (qmail 17014 invoked by alias); 9 Oct 2012 13:23:23 -0000 Received: (qmail 16997 invoked by uid 22791); 9 Oct 2012 13:23:20 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL, BAYES_50, KHOP_THREADED, RDNS_DYNAMIC, TW_IV, T_FILL_THIS_FORM_SHORT X-Spam-Check-By: sourceware.org Received: from host-82-135-62-35.customer.m-online.net (HELO mail.embedded-brains.de) (82.135.62.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Oct 2012 13:23:13 +0000 Received: by mail.embedded-brains.de (Postfix, from userid 65534) id 676C6652BB1; Tue, 9 Oct 2012 15:23:09 +0200 (CEST) Received: from [192.168.96.64] (eb0024.eb.z [192.168.96.64]) by mail.embedded-brains.de (Postfix) with ESMTP id D0EB4652BAF; Tue, 9 Oct 2012 15:23:07 +0200 (CEST) Message-ID: <5074253B.70206@embedded-brains.de> Date: Tue, 09 Oct 2012 15:23:07 +0200 From: Sebastian Huber User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: Richard Earnshaw CC: "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH] Rename target arm-rtemseabi to arm-rtems References: <5073E988.2070109@embedded-brains.de> <5073EA9D.3020604@embedded-brains.de> <50741E1C.2040801@arm.com> In-Reply-To: <50741E1C.2040801@arm.com> 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 Updated patch. From b338cd309306c1540b2519188e83f76950755cc5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 24 Sep 2012 17:49:36 +0200 Subject: [PATCH] Rename target arm-rtemseabi to arm-rtems 2012-10-09 Sebastian Huber * config.gcc (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename "arm*-*-rtemseabi*" to "arm*-*-rtems*". 2012-10-09 Sebastian Huber * config.host (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*): Rename "arm*-*-rtemseabi*" to "arm*-*-rtems*". --- gcc/config.gcc | 5 ++--- libgcc/config.host | 8 ++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index d6c8153..014b837 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -270,7 +270,6 @@ case ${target} in | arm*-*-elf \ | arm*-*-freebsd* \ | arm*-*-linux* \ - | arm*-*-rtems* \ | arm*-*-uclinux* \ | i[34567]86-go32-* \ | i[34567]86-*-go32* \ @@ -858,7 +857,7 @@ arm*-*-uclinux*eabi*) # ARM ucLinux # The EABI requires the use of __cxa_atexit. default_use_cxa_atexit=yes ;; -arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*) +arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*) # The BPABI long long divmod functions return a 128-bit value in # registers r0-r3. Correctly modeling that requires the use of # TImode. @@ -872,7 +871,7 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*) tmake_file="${tmake_file} arm/t-bpabi" use_gcc_stdint=wrap ;; - arm*-*-rtemseabi*) + arm*-*-rtems*) tm_file="${tm_file} rtems.h arm/rtems-eabi.h newlib-stdint.h" tmake_file="${tmake_file} arm/t-bpabi t-rtems arm/t-rtems-eabi" ;; diff --git a/libgcc/config.host b/libgcc/config.host index 3689024..a93e0de 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -343,11 +343,11 @@ arm*-*-ecos-elf) tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" extra_parts="$extra_parts crti.o crtn.o" ;; -arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*) +arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*) tmake_file="${tmake_file} arm/t-arm arm/t-elf t-fixedpoint-gnu-prefix" tm_file="$tm_file arm/bpabi-lib.h" case ${host} in - arm*-*-eabi* | arm*-*-rtemseabi*) + arm*-*-eabi* | arm*-*-rtems*) tmake_file="${tmake_file} arm/t-bpabi" extra_parts="crtbegin.o crtend.o crti.o crtn.o" ;; @@ -360,10 +360,6 @@ arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtemseabi*) tmake_file="$tmake_file t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" unwind_header=config/arm/unwind-arm.h ;; -arm*-*-rtems*) - tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" - extra_parts="$extra_parts crti.o crtn.o" - ;; arm*-*-elf) tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" extra_parts="$extra_parts crti.o crtn.o" -- 1.7.7