From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51564 invoked by alias); 6 Dec 2016 23:15:02 -0000 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 Received: (qmail 51498 invoked by uid 89); 6 Dec 2016 23:15:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=H*i:sk:89c025d, H*f:sk:89c025d X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Dec 2016 23:15:00 +0000 Received: by simark.ca (Postfix, from userid 33) id A5CC91E18B; Tue, 6 Dec 2016 18:14:58 -0500 (EST) To: Luis Machado Subject: Re: [PATCH, obvious?] Fix incorrect reference to source files X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 06 Dec 2016 23:15:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <89c025d1-0966-c6d4-42cf-0773e7eddd98@codesourcery.com> References: <2c0de800bcae514b2a8c27c6f47271da@polymtl.ca> <1481064953-31780-1-git-send-email-lgustavo@codesourcery.com> <89c025d1-0966-c6d4-42cf-0773e7eddd98@codesourcery.com> Message-ID: <1ae9c5832a714650a4fd190ce081b1c7@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.3 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00186.txt.bz2 On 2016-12-06 18:06, Luis Machado wrote: > The files don't live inside gdb/features/, they are auto-generated > based on the .dat files from gdb/regformats/ and put inside > /gdb/gdbserver/, no? Oh ok I got confused with the other files named the same way, sorry. Then if they're all in the same directory, my initial comment may not apply, it might be obvious enough.