From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8692 invoked by alias); 21 Oct 2009 08:40:16 -0000 Received: (qmail 8683 invoked by uid 22791); 21 Oct 2009 08:40:16 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Oct 2009 08:40:11 +0000 Received: (qmail 32399 invoked from network); 21 Oct 2009 08:40:09 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 Oct 2009 08:40:09 -0000 From: Pedro Alves To: "Pierre Muller" Subject: Re: Obvious fix: deprecated_insert_raw_breakpoint change (was [commit] multi-executable support) Date: Wed, 21 Oct 2009 08:40:00 -0000 User-Agent: KMail/1.9.10 Cc: gdb-patches@sourceware.org References: <200910191106.28905.pedro@codesourcery.com> <000f01ca5228$59338ac0$0b9aa040$@u-strasbg.fr> In-Reply-To: <000f01ca5228$59338ac0$0b9aa040$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910210940.09158.pedro@codesourcery.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-10/txt/msg00494.txt.bz2 On Wednesday 21 October 2009 09:27:37, Pierre Muller wrote: > your patch missed two usages of > depreacted_insert_raw_breakpoint function. > As you added a parameter, this caused > opensolaris compilation to fail... Thanks for fixing! -- Pedro Alves