From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23660 invoked by alias); 10 Jun 2013 18:08:38 -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 23583 invoked by uid 89); 10 Jun 2013 18:08:38 -0000 X-Spam-SWARE-Status: No, score=-4.5 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, 10 Jun 2013 18:08:37 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Um6WC-0005FK-6L from Maciej_Rozycki@mentor.com ; Mon, 10 Jun 2013 11:08:36 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 10 Jun 2013 11:08:36 -0700 Received: from [172.30.64.211] (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; Mon, 10 Jun 2013 19:08:34 +0100 Date: Mon, 10 Jun 2013 19:34: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: <87wqq17slt.fsf@talisman.default> 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/msg00234.txt.bz2 On Mon, 10 Jun 2013, Richard Sandiford 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. Maciej