From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 453 invoked by alias); 6 Mar 2012 10:48:25 -0000 Received: (qmail 442 invoked by uid 22791); 6 Mar 2012 10:48:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Mar 2012 10:48:11 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q26Alob7005519; Tue, 6 Mar 2012 11:47:51 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q26Alnvn007102; Tue, 6 Mar 2012 11:47:49 +0100 (CET) Date: Tue, 06 Mar 2012 10:48:00 -0000 Message-Id: <201203061047.q26Alnvn007102@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: palves@redhat.com, gingold@adacore.com, gdb-patches@sourceware.org In-reply-to: <20120306095236.GA6427@host2.jankratochvil.net> (message from Jan Kratochvil on Tue, 6 Mar 2012 10:52:36 +0100) Subject: Re: [patch 1/2] libunwind/ia64: Rename libunwind-frame.[ch] References: <20120304215728.GA2763@host2.jankratochvil.net> <4F55C2BB.7090205@redhat.com> <201203060843.q268h5JN006761@glazunov.sibelius.xs4all.nl> <0EAB4374-907D-4ACD-85F6-089DB5E22BA8@adacore.com> <4F55DC4A.5020108@redhat.com> <20120306095236.GA6427@host2.jankratochvil.net> 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/msg00183.txt.bz2 > Date: Tue, 6 Mar 2012 10:52:36 +0100 > From: Jan Kratochvil > > On Tue, 06 Mar 2012 10:43:38 +0100, Pedro Alves wrote: > > I could live quite well without the tdep bit, thus, ia64-libunwind-frame.[hc]; > > or, since we're really using libunwind's libunwind-ia64.h and libunwind-ia64.so, > > we could also go with libunwind-ia64-frame.[hc]. > > I find "tdep" important there, that it is really a target-only file. > > I had rather an idea ia64-tdep-libunwind.[ch]. Then it probably should be ia64-libunwind-tdep.c since we only have files that have the -tdep bit as a suffix.