From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5730 invoked by alias); 19 Sep 2009 05:03:15 -0000 Received: (qmail 5719 invoked by uid 22791); 19 Sep 2009 05:03:14 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Sep 2009 05:03:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A74502BAB95; Sat, 19 Sep 2009 01:03:08 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6jBk8ZAFfg2i; Sat, 19 Sep 2009 01:03:08 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 26FD32BAB7B; Sat, 19 Sep 2009 01:03:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id CB22BF5926; Fri, 18 Sep 2009 22:02:56 -0700 (PDT) Date: Sat, 19 Sep 2009 05:03:00 -0000 From: Joel Brobecker To: Maxim Grigoriev Cc: "gdb-patches@sourceware.org" Subject: Re: [commit] Fix Xtensa Call0 ABI prologue analysis Message-ID: <20090919050256.GR8910@adacore.com> References: <4AB45637.3070203@tensilica.com> <4AB45938.1060100@tensilica.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AB45938.1060100@tensilica.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00621.txt.bz2 > Can somebody, please, give me an instruction on how to check this patch > in to GDB 7.0 branch ? > Or, just apply the patch. The information on how to checkout a copy of the branch is on the main web page: http://www.sourceware.org/gdb/. To have write priviledges, you'll have to use your sourceware.org account rather than the pserver access. After that, commit should have as usual. Let me know if you have any problem. -- Joel