From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29109 invoked by alias); 31 Oct 2010 00:31:02 -0000 Received: (qmail 29097 invoked by uid 22791); 31 Oct 2010 00:31:01 -0000 X-SWARE-Spam-Status: No, hits=-5.9 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; Sun, 31 Oct 2010 00:30:55 +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.13.8/8.13.8) with ESMTP id o9V0UqAn003411 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 30 Oct 2010 20:30:54 -0400 Received: from stone.twiddle.home (ovpn-113-46.phx2.redhat.com [10.3.113.46]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9V0UpPS014677; Sat, 30 Oct 2010 20:30:51 -0400 Message-ID: <4CCCB8C0.9020606@redhat.com> Date: Sun, 31 Oct 2010 14:39:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4 MIME-Version: 1.0 To: DJ Delorie CC: gcc-patches@gcc.gnu.org Subject: Re: [rx] add define for RX610 References: <201010290613.o9T6Dmeq032026@greed.delorie.com> In-Reply-To: <201010290613.o9T6Dmeq032026@greed.delorie.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2010-10/txt/msg02667.txt.bz2 On 10/28/2010 11:13 PM, DJ Delorie wrote: > If you try to use assertions, gcc complains that they're deprecated, > but the RX610 is missing some opcodes. This adds a #define for that > chip as well. Ok? > > * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for > RX610 as well as an assertion. Ok. r~