From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30641 invoked by alias); 24 Jun 2013 23:58:05 -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 30576 invoked by uid 89); 24 Jun 2013 23:58:02 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 24 Jun 2013 23:58:02 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UrGdz-0000RZ-Ve from Maciej_Rozycki@mentor.com ; Mon, 24 Jun 2013 16:58:00 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 24 Jun 2013 16:57:58 -0700 Received: from [172.30.64.155] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Tue, 25 Jun 2013 00:57:57 +0100 Date: Tue, 25 Jun 2013 00:40:00 -0000 From: "Maciej W. Rozycki" To: Richard Sandiford CC: Joel Brobecker , Catherine Moore , , Subject: Re: [PATCH 1/2] MIPS: Compressed PLT/stubs support In-Reply-To: Message-ID: References: <87621mwt3l.fsf@talisman.default> <87ehfozyhg.fsf@talisman.default> <8761xo981a.fsf@talisman.default> <87wqq17slt.fsf@talisman.default> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-06/txt/msg00683.txt.bz2 On Mon, 10 Jun 2013, Maciej W. Rozycki wrote: > > OK for the binutils bits. > > Thanks for the review, that's been a long journey! :) I can self-approve > the mips-tdep.c change (any comments are welcome though, of course) -- I > just need to wait for someone to have a look at the generic in_plt_section > bits so as not to regress GDB at the same time. I have committed this change now, thanks to everybody involved. I'll post an updated version of the test suite part shortly. Maciej