From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25339 invoked by alias); 9 Jan 2007 21:25:56 -0000 Received: (qmail 25306 invoked by uid 22791); 9 Jan 2007 21:25:55 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Jan 2007 21:25:46 +0000 Received: (qmail 15860 invoked from network); 9 Jan 2007 21:25:44 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Jan 2007 21:25:44 -0000 To: qinwei Cc: gdb-patches@sourceware.org Subject: Re: RFA: score-tdep.c: avoid mixed declarations and statements References: From: Jim Blandy Date: Tue, 09 Jan 2007 21:25:00 -0000 In-Reply-To: (qinwei@sunnorth.com.cn's message of "Tue, 9 Jan 2007 11:37:23 +0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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-01/txt/msg00267.txt.bz2 qinwei writes: >> gdb/ChangeLog: >> 2007-01-08 Jim Blandy >> >> * score-tdep.c (score_push_dummy_call): Don't mix declarations and >> statements. >> > > OK. Committed --- thanks.