From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19600 invoked by alias); 17 Jun 2002 20:04:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19569 invoked from network); 17 Jun 2002 20:04:14 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jun 2002 20:04:14 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BC3173CFF; Mon, 17 Jun 2002 16:04:14 -0400 (EDT) Message-ID: <3D0E40BE.1060106@cygnus.com> Date: Mon, 17 Jun 2002 13:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grace Sainsbury Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: PATCH: indent m68k-tdep.c References: <3D0E3A0B.674F1B69@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00310.txt.bz2 > 2002-06-17 Grace Sainsbury > > * m68k-tdep.c: Reindent. > Yes, ok. Please also feel free to add yourself to the gdb/MAINTAINERS file under write after approval (separate patch). > void > -fill_gregset (gregset_t *gregsetp, int regno) > +fill_gregset (gregset_t * gregsetp, int regno) > { Hmm, I've [just] committed a fix for this - bug in gdb_indent.sh. Before committing the above, can you run the file through gdb_indent.sh again (no need to re-post the patch). enjoy, Andrew