From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21856 invoked by alias); 26 Apr 2011 18:22:46 -0000 Received: (qmail 21847 invoked by uid 22791); 26 Apr 2011 18:22:45 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC X-Spam-Check-By: sourceware.org Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net (HELO sunset.davemloft.net) (74.93.104.97) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Apr 2011 18:22:31 +0000 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 0B5D724C087; Tue, 26 Apr 2011 11:21:58 -0700 (PDT) Date: Tue, 26 Apr 2011 20:23:00 -0000 Message-Id: <20110426.112157.193725464.davem@davemloft.net> To: ro@CeBiTec.Uni-Bielefeld.DE Cc: gcc-patches@gcc.gnu.org, ebotcazou@adacore.com, bonzini@gnu.org Subject: Re: [build] Avoid ld -v error message with Sun ld on SPARC From: David Miller In-Reply-To: References: <20110413.105356.112601544.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-04/txt/msg02063.txt.bz2 From: Rainer Orth Date: Tue, 26 Apr 2011 17:25:56 +0200 > David, > >>> Thanks Rainer, if you cons up a patch to add the ".align" directive I'll ACK >>> that as well. >> >> here's the patch that I've been testing over the weekend. It caused no >> change for HAVE_AS_SPARC_GOTDATA_OP on anything but Solaris 10 with gas >> and Sun ld, where HAVE_AS_SPARC_GOTDATA_OP is 1 now, and that >> configuration showed no testsuite regressions. >> >> Ok for mainline? > > it's been a week since I've submitted this patch. Or should I take it > as preapproved? > I'm sorry about this, I must have missed it inadvertantly. ACK to this patch, thanks for your contributions.