From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27256 invoked by alias); 16 Dec 2014 11:20:02 -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 27236 invoked by uid 89); 16 Dec 2014 11:20:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.2 required=5.0 tests=AWL,BAYES_50,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.datasphere.ch Received: from mail.datasphere.ch (HELO mail.datasphere.ch) (195.70.3.149) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 16 Dec 2014 11:19:58 +0000 Received: from dataspheresrv01.datasphere.ch (ForestDnsZones.datasphere.ch [195.70.3.151]) by mail.datasphere.ch (8.14.8/8.14.8) with ESMTP id sBGBJi7S008235; Tue, 16 Dec 2014 12:19:47 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] Fix build with Python 3.4 (PR python/16784) Date: Tue, 16 Dec 2014 11:20:00 -0000 Message-ID: In-Reply-To: <5485D02D.1050202@ericsson.com> References: <1417009634-2356-1-git-send-email-simon.marchi@ericsson.com> <5480A49F.1010904@redhat.com> <5482287D.9030500@ericsson.com> <87h9x9d7nf.fsf@redhat.com> <54823AA4.7080902@redhat.com> <5485D02D.1050202@ericsson.com> From: "Patrick Monnerat" To: "Simon Marchi" , "Keith Seitz" Cc: X-SW-Source: 2014-12/txt/msg00443.txt.bz2 Simon Marchi wrote: >>>>>> I changed the signature of deprecated_readline_hook. > Here is the corresponding change in Insight (as expected very simple): > https://github.com/simark/insight/commit/47810ab5fcbd528dc6b4422c93b5eca ccf2e4fe8 > Since binutils-gdb is used as a submodule in the insight repo, this change should only be merged when the submodule is updated and includes the patch that changes the signature. Pushed. Many thanks. Patrick