From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3241 invoked by alias); 12 Mar 2012 22:30:25 -0000 Received: (qmail 3221 invoked by uid 22791); 12 Mar 2012 22:30:22 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-galgo.atl.sa.earthlink.net (HELO elasmtp-galgo.atl.sa.earthlink.net) (209.86.89.61) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 22:30:10 +0000 Received: from [68.96.200.16] (helo=macbook2.local) by elasmtp-galgo.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1S7Dkn-0002di-QO for gdb-patches@sourceware.org; Mon, 12 Mar 2012 18:30:09 -0400 Message-ID: <4F5E78ED.8050009@earthlink.net> Date: Mon, 12 Mar 2012 22:30:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: RFA: move *-stub.c to stubs/ References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940f1811f265b77a590be507d46391b89b4350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2012-03/txt/msg00419.txt.bz2 On 3/5/12 8:04 AM, Tristan Gingold wrote: > Hi, > > now that a stubs/ subdirectory has been created, I propose to move existing stub files to it. > Just now noticing this - do we really want a separate ChangeLog in the subdir? The last time it came up, people seemed to want fewer ChangeLogs, not more. Stan