From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99520 invoked by alias); 12 Aug 2015 13:43:55 -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 99510 invoked by uid 89); 12 Aug 2015 13:43:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Aug 2015 13:43:53 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id D4556ABE4E390; Wed, 12 Aug 2015 14:43:47 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 12 Aug 2015 14:43:50 +0100 Received: from LEMAIL01.le.imgtec.org ([fe80::5ae:ee16:f4b9:cda9]) by LEMAIL01.le.imgtec.org ([fe80::5ae:ee16:f4b9:cda9%17]) with mapi id 14.03.0210.002; Wed, 12 Aug 2015 14:43:50 +0100 From: Matthew Fortune To: Pedro Alves , "gdb-patches@sourceware.org" CC: Joseph Myers Subject: RE: [PATCH, MIPS] Support shared library debug with MIPS PIE (gdb) Date: Wed, 12 Aug 2015 13:43:00 -0000 Message-ID: <6D39441BF12EF246A7ABCE6654B02353212230CC@LEMAIL01.le.imgtec.org> References: <6D39441BF12EF246A7ABCE6654B02353211760FA@LEMAIL01.le.imgtec.org> <6D39441BF12EF246A7ABCE6654B02353211AFAAB@LEMAIL01.le.imgtec.org> <55CB203F.7060002@redhat.com> In-Reply-To: <55CB203F.7060002@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-08/txt/msg00284.txt.bz2 Pedro Alves writes: > On 06/26/2015 01:45 PM, Matthew Fortune wrote: > > Updated version below to match the name of the new tag as committed to > > binutils and removed the #ifdefs from solib-svr4.c. > > > > binutils commit: a5499fa Add support for DT_MIPS_RLD_MAP_REL. > > > > OK to commit? > > >=20 > OK. Thanks. Although I can commit this as I have write access I am not on write-after-approval for GDB. Am I alright to add myself? Thanks, Matthew