From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16109 invoked by alias); 4 Feb 2009 08:43:05 -0000 Received: (qmail 16101 invoked by uid 22791); 4 Feb 2009 08:43:04 -0000 X-SWARE-Spam-Status: No, hits=-2.3 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; Wed, 04 Feb 2009 08:42:42 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 1BB7F290016; Wed, 4 Feb 2009 09:42:40 +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 4WZyAIkbhfGe; Wed, 4 Feb 2009 09:42:39 +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 79F51290007; Wed, 4 Feb 2009 09:42:39 +0100 (CET) Cc: gdb-patches@sourceware.org Message-Id: From: Tristan Gingold To: Joel Brobecker In-Reply-To: <20090203163627.GE3964@adacore.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [RFA] Document fallback behavior for target_so_ops same. Date: Wed, 04 Feb 2009 08:43:00 -0000 References: <23511769-09D5-4558-A38F-B6ECC376C2FA@adacore.com> <20090203163627.GE3964@adacore.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: 2009-02/txt/msg00089.txt.bz2 On Feb 3, 2009, at 5:36 PM, Joel Brobecker wrote: > Can you add "when set to NULL" at the end of your new sentence? > > Falls back to using strcmp on so_original_name field > when set to NULL. Committed with this sentence. Thanks Tristan.