From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27145 invoked by alias); 20 Mar 2014 21:19:51 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 27133 invoked by uid 89); 20 Mar 2014 21:19:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f182.google.com Received: from mail-we0-f182.google.com (HELO mail-we0-f182.google.com) (74.125.82.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 20 Mar 2014 21:19:49 +0000 Received: by mail-we0-f182.google.com with SMTP id p61so1013169wes.41 for ; Thu, 20 Mar 2014 14:19:45 -0700 (PDT) X-Received: by 10.181.13.15 with SMTP id eu15mr26242122wid.38.1395350385614; Thu, 20 Mar 2014 14:19:45 -0700 (PDT) Received: from localhost ([2.28.235.12]) by mx.google.com with ESMTPSA id bi8sm56215367wib.3.2014.03.20.14.19.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Mar 2014 14:19:44 -0700 (PDT) From: Richard Sandiford To: "Moore\, Catherine" Mail-Followup-To: "Moore\, Catherine" ,"Schmidt\, Bernd" , "binutils\@sourceware.org" , rdsandiford@googlemail.com Cc: "Schmidt\, Bernd" , "binutils\@sourceware.org" Subject: Re: [Patch] Gas support for MIPS Compact EH In-Reply-To: (Catherine Moore's message of "Thu, 20 Mar 2014 14:29:26 +0000") References: <87k3me9jia.fsf@talisman.default> <8738jt5zt1.fsf@talisman.default> <52F67C03.2050609@codesourcery.com> <87y51k4k2s.fsf@talisman.default> <87zjlmhv7j.fsf@sandifor-thinkpad.stglab.manchester.uk.ibm.com> <87zjlfegtq.fsf@talisman.default> <87zjkphr0c.fsf@sandifor-thinkpad.stglab.manchester.uk.ibm.com> <87eh1xg3bx.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Date: Thu, 20 Mar 2014 21:19:00 -0000 Message-ID: <87k3bo600m.fsf@talisman.default> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-03/txt/msg00238.txt.bz2 "Moore, Catherine" writes: >> How about the patch below? Tested on various MIPSy targets against the >> binutils testsuite, but nothing beyond that so far. >> > > Yes, this patch looks good. I lightly tested it and it appears to DTRT. Thanks. It also tested OK with GCC on mips64-linux-gnu, so I went ahead and applied it. Richard