From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20904 invoked by alias); 3 Jun 2009 16:55:17 -0000 Received: (qmail 20892 invoked by uid 22791); 3 Jun 2009 16:55:16 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Jun 2009 16:55:11 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n53Gt7FN006215; Wed, 3 Jun 2009 12:55:07 -0400 Received: from fche.csb (vpn-10-122.bos.redhat.com [10.16.10.122]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n53Gt6v3022757; Wed, 3 Jun 2009 12:55:06 -0400 Received: by fche.csb (Postfix, from userid 2569) id 01AA658411; Wed, 3 Jun 2009 12:55:05 -0400 (EDT) Date: Wed, 03 Jun 2009 16:55:00 -0000 From: "Frank Ch. Eigler" To: Masaki Muranaka Cc: cgen@sourceware.org Subject: Re: [Q] What should I do before I send patches? Message-ID: <20090603165505.GB3131@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00024.txt.bz2 Hi - > I hacked FR80 instructions support to fr30.cpu. > I tested on gas and objdump and there seems no regression. Depending on the size of the changes, you may need an FSF copyright assignment for bfd etc. > But cgen is used with sim and/or sid also. Should I test on them? Ideally. > Can I get testing how-to documents about cgen? If the whole fr80 toolchain can be built, and thus you are able to run gcc/gas/ld/binutils/gdb/sim tests against it all, you're all set. - FChE