From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13053 invoked by alias); 1 Dec 2010 20:35:51 -0000 Received: (qmail 12994 invoked by uid 22791); 1 Dec 2010 20:35:50 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Dec 2010 20:35:40 +0000 Received: (qmail 1363 invoked from network); 1 Dec 2010 20:35:38 -0000 Received: from unknown (HELO tp.orcam.me.uk) (macro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Dec 2010 20:35:38 -0000 Date: Wed, 01 Dec 2010 20:35:00 -0000 From: "Maciej W. Rozycki" To: Richard Sandiford cc: Catherine Moore , binutils@sourceware.org Subject: Re: [PATCH 2.0/4 v2] GAS: Only clone equated symbols on a final reference In-Reply-To: <87eib8ngva.fsf@firetop.home> Message-ID: References: <87eib8ngva.fsf@firetop.home> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) 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: 2010-12/txt/msg00024.txt.bz2 On Sat, 30 Oct 2010, Richard Sandiford wrote: > > gas/ > > * symbols.c (symbol_clone_if_forward_ref): Don't limit cloning > > to expr_section symbols; clone all equated symbols. Clear > > sy_resolving of the cloned copy. > > * expr.c (operand): Only clone equated symbols on a final > > (i.e. non-equated) reference. > > > > OK to apply? > > OK once 2.21 has branched, thanks. Applied now, thanks. Maciej