From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23012 invoked by alias); 11 Dec 2009 11:27:57 -0000 Received: (qmail 23004 invoked by uid 22791); 11 Dec 2009 11:27:56 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Dec 2009 11:27:48 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 14DCF29001E; Fri, 11 Dec 2009 12:27:46 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Nop5Q37RYn0; Fri, 11 Dec 2009 12:27:45 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 7CC0C29000B; Fri, 11 Dec 2009 12:27:43 +0100 (CET) Subject: Re: [RFA] Move buildid stuff from symfile.c to elfread.c Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Fri, 11 Dec 2009 11:27:00 -0000 Cc: gdb-patches ml Content-Transfer-Encoding: quoted-printable Message-Id: <5F9DEBFF-1629-4F6B-982D-801668028139@adacore.com> References: <81FAA351-3C2E-4023-B373-5078D9D66A4A@adacore.com> To: Andreas Schwab 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: 2009-12/txt/msg00163.txt.bz2 On Dec 11, 2009, at 12:25 PM, Andreas Schwab wrote: > Tristan Gingold writes: >=20 >> I have also added a new function, protocol_bfd_open to make common an id= iom >> used 3 times. I haven't found a better name but suggrestions are very >> welcome. >=20 > Perhaps bfd_open_maybe_remote. Why not. I will let the approver decide. Tristan.