From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15669 invoked by alias); 15 Dec 2007 09:46:33 -0000 Received: (qmail 15658 invoked by uid 22791); 15 Dec 2007 09:46:33 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.nildram.co.uk (HELO smtp.nildram.co.uk) (195.112.4.54) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 15 Dec 2007 09:46:27 +0000 Received: from firetop.home (85-211-134-127.dyn.gotadsl.co.uk [85.211.134.127]) by smtp.nildram.co.uk (Postfix) with ESMTP id DFF012BCB44 for ; Sat, 15 Dec 2007 09:46:22 +0000 (GMT) Received: from richard by firetop.home with local (Exim 4.63) (envelope-from ) id 1J3TbE-0005iq-6C for binutils@sourceware.org; Sat, 15 Dec 2007 09:46:24 +0000 From: Richard Sandiford To: binutils@sourceware.org Mail-Followup-To: binutils@sourceware.org, rsandifo@nildram.co.uk Subject: Re: Fix --gc-sections for C++ MIPS ELF References: <87r6i4svjg.fsf@firetop.home> <20071215014607.GA18164@bubble.grove.modra.org> Date: Sat, 15 Dec 2007 09:46:00 -0000 In-Reply-To: <20071215014607.GA18164@bubble.grove.modra.org> (Alan Modra's message of "Sat\, 15 Dec 2007 12\:16\:07 +1030") Message-ID: <87myscguj3.fsf@firetop.home> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2007-12/txt/msg00091.txt.bz2 Alan Modra writes: > This all looks reasonable to me. OK to apply. Applied. Thanks for reviewing that lot. ;) For the record, I added an explicit: /* Unused bits. */ unsigned int pad1 : 4; to eh_cie_fde to try to make sure that the new :8 bitfields were byte-aligned on all hosts. That was the only change from the posted patches. Please shout if you find a problem. Richard