From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22398 invoked by alias); 10 Nov 2004 18:11:07 -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 21300 invoked from network); 10 Nov 2004 18:10:38 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 10 Nov 2004 18:10:38 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iAAIAAZx004019; Wed, 10 Nov 2004 19:10:10 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iAAIA9et094961; Wed, 10 Nov 2004 19:10:09 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iAAIA98s094958; Wed, 10 Nov 2004 19:10:09 +0100 (CET) Date: Wed, 10 Nov 2004 18:11:00 -0000 Message-Id: <200411101810.iAAIA98s094958@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sources.redhat.com, msnyder@redhat.com In-reply-to: <20041109032415.GA4083@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 8 Nov 2004 22:24:15 -0500) Subject: Re: [rfa] Rename thread-db.c to linux-thread-db.c. References: <20041109032415.GA4083@nevyn.them.org> X-SW-Source: 2004-11/txt/msg00202.txt.bz2 Date: Mon, 8 Nov 2004 22:24:15 -0500 From: Daniel Jacobowitz 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. If you don't hear from Michael soon, go ahead! Mark