From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16157 invoked by alias); 24 Sep 2007 03:54:05 -0000 Received: (qmail 16145 invoked by uid 22791); 24 Sep 2007 03:54:05 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Sep 2007 03:54:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 292582AA5AA; Sun, 23 Sep 2007 23:54:01 -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 DLg4WhRMsSBg; Sun, 23 Sep 2007 23:54:01 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E5F4D2AA59D; Sun, 23 Sep 2007 23:54:00 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2387CE7B58; Sun, 23 Sep 2007 20:53:58 -0700 (PDT) Date: Mon, 24 Sep 2007 03:54:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: GDB Patches Subject: Re: [patch] restore skip_prologue comments Message-ID: <20070924035358.GG3963@adacore.com> References: <1190584767.8479.5.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1190584767.8479.5.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i 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: 2007-09/txt/msg00333.txt.bz2 Hello Thiago, > For some reason, the comment explaining skip_prologue in rs6000-tdep.c > was separated from the function. This patch restores it to its due > place. Oh, you are right! > 2007-09-23 Thiago Jung Bauermann > > * rs6000-tdep.c (skip_prologue): Restore comment with > function description to its proper place. This is OK (obvious if you ask me). Thank you! -- Joel