From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15241 invoked by alias); 5 Feb 2010 12:52:26 -0000 Received: (qmail 15072 invoked by uid 22791); 5 Feb 2010 12:52:24 -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, 05 Feb 2010 12:52:16 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8545BCB0395; Fri, 5 Feb 2010 13:52:14 +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 ghv2IDbFE7gL; Fri, 5 Feb 2010 13:52:14 +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 7130CCB037B; Fri, 5 Feb 2010 13:52:14 +0100 (CET) Subject: Re: [RFC] Remove deprecated_sym_private Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: Date: Fri, 05 Feb 2010 12:52:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: 7bit Message-Id: <961C801E-70CF-4B12-AAFD-BF9ADC6AA243@adacore.com> References: <20100203160830.GA83064@ulanbator.act-europe.fr> To: tromey@redhat.com 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: 2010-02/txt/msg00166.txt.bz2 On Feb 3, 2010, at 11:09 PM, Tom Tromey wrote: >>>>>> "Tristan" == Tristan Gingold writes: > > Tristan> I wrote a patch that remove deprecated_sym_private, but I am > Tristan> not sure that it is worth applying it: not sure this is a real > Tristan> improvment, and I think that the private data_key could be > Tristan> shared among all symbol readers. > > FWIW I agree with Daniel. Ok. I will test it on AIX at first. Tristan.