From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19390 invoked by alias); 10 Sep 2015 10:06:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 19379 invoked by uid 89); 10 Sep 2015 10:06:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: smtprelay.synopsys.com Received: from us01smtprelay-2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 10 Sep 2015 10:06:46 +0000 Received: from dc8secmta2.synopsys.com (dc8secmta2.synopsys.com [10.13.218.202]) by smtprelay.synopsys.com (Postfix) with ESMTP id D579310C0875; Thu, 10 Sep 2015 03:06:43 -0700 (PDT) Received: from dc8secmta2.internal.synopsys.com (dc8secmta2.internal.synopsys.com [127.0.0.1]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id C89ECA4114; Thu, 10 Sep 2015 03:06:43 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id A640FA4112; Thu, 10 Sep 2015 03:06:43 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 906DF86E; Thu, 10 Sep 2015 03:06:43 -0700 (PDT) Received: from US01WEHTC3.internal.synopsys.com (us01wehtc3.internal.synopsys.com [10.15.84.232]) by mailhost.synopsys.com (Postfix) with ESMTP id 6BE4486D; Thu, 10 Sep 2015 03:06:43 -0700 (PDT) Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.28) by US01WEHTC3.internal.synopsys.com (10.15.84.232) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 10 Sep 2015 03:06:43 -0700 Received: from DE02WEMBXA.internal.synopsys.com ([fe80::a014:7216:77d:d55c]) by DE02WEHTCB.internal.synopsys.com ([::1]) with mapi id 14.03.0195.001; Thu, 10 Sep 2015 12:06:40 +0200 From: Claudiu Zissulescu To: Joern Wolfgang Rennecke , "gcc-patches@gcc.gnu.org" CC: "jeremy.bennett@embecosm.com" , "Francois Bedard" Subject: RE: [ARC] Cleanup A5 references Date: Thu, 10 Sep 2015 11:03:00 -0000 Message-ID: <098ECE41A0A6114BB2A07F1EC238DE8965C68EE9@de02wembxa.internal.synopsys.com> References: <098ECE41A0A6114BB2A07F1EC238DE8965C67620@de02wembxa.internal.synopsys.com> <55F15594.3070307@amylaar.uk> In-Reply-To: <55F15594.3070307@amylaar.uk> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-09/txt/msg00661.txt.bz2 > The fact that ARCtangent-A5 is obsolete is not a reason in itself to dele= te the > support for it . However, as we have no-one who wants to keep these bits= in > working order - in fact, it is presumed to be incomplete / bitrotted by n= ow - > would-be users of that old processor variant will be better off with an o= lder > version of the compiler, and removing the old stuff makes maintenance of > the current port easier. >=20 > I have committed your patch with a fixed ChangeLog entry. Much appreciated, Claudiu