From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28940 invoked by alias); 26 Aug 2008 19:11:15 -0000 Received: (qmail 27077 invoked by uid 22791); 26 Aug 2008 19:09:34 -0000 Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Aug 2008 19:05:50 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out3.google.com with ESMTP id m7QJ5TTL028490; Tue, 26 Aug 2008 20:05:30 +0100 Received: from smtp.corp.google.com (spacemonkey3.corp.google.com [192.168.120.116]) by zps76.corp.google.com with ESMTP id m7QJ5SgX022713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 26 Aug 2008 12:05:29 -0700 Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m7QJ5SVb003902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 26 Aug 2008 12:05:28 -0700 To: Kris Van Hees Cc: binutils@sourceware.org Subject: Re: [PATCH gold/6858] Patch to correctly handle undefined symbols in shlibs when linking -shared References: <20080529205212.GQ13586@oracle.com> <20080826140138.GA16080@oracle.com> From: Ian Lance Taylor Date: Wed, 27 Aug 2008 16:10:00 -0000 In-Reply-To: <20080826140138.GA16080@oracle.com> (Kris Van Hees's message of "Tue\, 26 Aug 2008 10\:01\:38 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 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: 2008-08/txt/msg00256.txt.bz2 Kris Van Hees writes: > PR 6858 > * options.cc (General_options::finalize): Allow undefined symbols > in shlibs if linking -shared. This is OK. Thanks. Ian