From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102890 invoked by alias); 24 Dec 2018 12:13:19 -0000 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 Received: (qmail 102166 invoked by uid 89); 24 Dec 2018 12:13:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:582 X-HELO: mailsec107.isp.belgacom.be Received: from mailsec107.isp.belgacom.be (HELO mailsec107.isp.belgacom.be) (195.238.20.103) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Dec 2018 12:13:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1545653593; x=1577189593; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=BsNBkywBo6Y4ipOXaLZvIjZAYlGMBDC90leB+6/rOI0=; b=tKcq0Q3GT8O6uyn3/0viw01MRijZjKEa2DKiyv00C7YUr5G5bHrMoRR7 yf6pLaOh9g+UwfdcyhWTzFvPoq6Mgw==; Received: from 184.205-67-87.adsl-dyn.isp.belgacom.be (HELO md) ([87.67.205.184]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 24 Dec 2018 13:13:10 +0100 Message-ID: <1545653591.31031.3.camel@skynet.be> Subject: Re: [RFA] Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks.ads 'A'. From: Philippe Waroquiers To: Joel Brobecker Cc: gdb-patches@sourceware.org Date: Mon, 24 Dec 2018 12:13:00 -0000 In-Reply-To: <20181224025642.GF5246@adacore.com> References: <20181223202308.31611-1-philippe.waroquiers@skynet.be> <20181224025642.GF5246@adacore.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00298.txt.bz2 On Mon, 2018-12-24 at 06:56 +0400, Joel Brobecker wrote: > > 2018-12-23 Philippe Waroquiers > > > > * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr. > > Filename a.adb changed to bp_fun_addr.adb. > > gdb.ada/bp_fun_addr.exp: Update test accordingly. > > Thank you for the patch. This is OK. Thanks for the review, pushed. (I think they are one or two other tests failing for similar conflict, so I will submit other patches for these). Philippe