From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24163 invoked by alias); 12 Nov 2004 20:26:34 -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 24080 invoked from network); 12 Nov 2004 20:26:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Nov 2004 20:26:29 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iACKQSn5023880 for ; Fri, 12 Nov 2004 15:26:28 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iACKQSr31577; Fri, 12 Nov 2004 15:26:28 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iACKQQcv004452; Fri, 12 Nov 2004 15:26:26 -0500 Message-ID: <41951C71.7090808@redhat.com> Date: Fri, 12 Nov 2004 20:26:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com, Mark Kettenis Subject: Re: [rfa] Rename thread-db.c to linux-thread-db.c. References: <20041109032415.GA4083@nevyn.them.org> In-Reply-To: <20041109032415.GA4083@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00270.txt.bz2 Daniel Jacobowitz wrote: > Mark asked me to rename thread-db.c, to make it clear that it is a GNU/Linux > specific file, before I made further structural changes to it. This patch > renames it to linux-thread-db.c. > > No djgpp tweaks are necessary (it doesn't conflict with anything; we used to > have a linux-thread.c, IIRC, but it's long dead). > > OK to commit? I've omitted the actual rename from the patch. > OK with me.