From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31036 invoked by alias); 23 Jan 2012 16:49:57 -0000 Received: (qmail 31022 invoked by uid 22791); 23 Jan 2012 16:49:55 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Jan 2012 16:49:42 +0000 Received: by iadj38 with SMTP id j38so6270216iad.0 for ; Mon, 23 Jan 2012 08:49:42 -0800 (PST) Received: by 10.42.168.202 with SMTP id x10mr8527468icy.4.1327337382168; Mon, 23 Jan 2012 08:49:42 -0800 (PST) Received: by 10.42.168.202 with SMTP id x10mr8527457icy.4.1327337382046; Mon, 23 Jan 2012 08:49:42 -0800 (PST) Received: from coign.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net. [71.133.8.30]) by mx.google.com with ESMTPS id kh9sm5382667igc.1.2012.01.23.08.49.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jan 2012 08:49:41 -0800 (PST) From: Ian Lance Taylor To: John Marino Cc: binutils@sourceware.org Subject: Re: gold linker 2.22 regressed for DragonFly [revised testsuite results] References: <4ED7FCA6.8090706@marino.st> <4ED88FA5.8050408@marino.st> <4EFF3AF3.3080404@marino.st> <4F017A8B.1000905@marino.st> <4F0204FA.2090305@marino.st> <4F0209E5.4000709@marino.st> <4F0235FE.5050702@marino.st> <4F02C833.2060309@marino.st> <4F06CBE0.6080109@marino.st> <4F0753A4.7000507@marino.st> <4F1C5C72.8010905@marino.st> <4F1C7589.1040907@marino.st> Date: Mon, 23 Jan 2012 16:49:00 -0000 In-Reply-To: <4F1C7589.1040907@marino.st> (John Marino's message of "Sun, 22 Jan 2012 21:46:01 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQloIPxQQnlXvnRBIXIbYJmTxCW0V/26brIuApIqfhadlZsz3rtMz92n4NY9OnyFHZKtFYMuLxUvbQeAId1GE3T+n8ycqRdxPz9Oxk6p0u7ruyOqRuHy5gEJWte56/q+EIzSuoEpZkXHjQPd4w+83tHFmPeQPWMeC6QBLVyj8sRzjGK+/lw= Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2012-01/txt/msg00233.txt.bz2 John Marino writes: > On 1/22/2012 8:43 PM, Ian Lance Taylor wrote: >> >> Sounds like it. There may be a target independent problem here. What >> should the linker do if the version script specifies that a symbol is >> local but the symbol is also defined in a shared library? I think it >> has to make the symbol local despite the definitions, but it sounds like >> that is not happening. > > Are you planning to independently verify and modify the linker > behavior if confirmed? From my point of view, there's nothing more to > be done now that the situation is understood. I suppose I will take a look at it at some point. Ian