From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31379 invoked by alias); 15 Jul 2009 05:30:26 -0000 Received: (qmail 31365 invoked by uid 22791); 15 Jul 2009 05:30:25 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_00,MEDICAL_SUBJECT,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f222.google.com (HELO mail-fx0-f222.google.com) (209.85.220.222) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Jul 2009 05:30:17 +0000 Received: by fxm22 with SMTP id 22so3188520fxm.8 for ; Tue, 14 Jul 2009 22:30:14 -0700 (PDT) Received: by 10.204.103.145 with SMTP id k17mr7216738bko.10.1247635813985; Tue, 14 Jul 2009 22:30:13 -0700 (PDT) Received: from yakj.usersys.redhat.com ([85.93.118.17]) by mx.google.com with ESMTPS id p9sm11978625fkb.7.2009.07.14.22.30.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Jul 2009 22:30:13 -0700 (PDT) Message-ID: <4A5D6965.7060907@gnu.org> Date: Wed, 15 Jul 2009 05:30:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Jean Christophe Beyler CC: Ian Lance Taylor , gcc@gcc.gnu.org Subject: Re: Adding constraints.md to my port References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00264.txt.bz2 On 07/14/2009 10:31 PM, Jean Christophe Beyler wrote: > Ok, so actually, my cpu.h file had some of those included. I've > removed them and am now filling in the constraints.md file with what > is needed. I also so that they were obsolete in the GCC internals, > I'll be moving everything to the constraints then. That's good, it's usually much more readable. However, as you found out, it's an "all or nothing" decision for each port. Paolo