From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by sourceware.org (Postfix) with ESMTPS id C2D77387086B for ; Thu, 25 Feb 2021 09:51:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C2D77387086B Received: by mail-pg1-x531.google.com with SMTP id o38so3419586pgm.9 for ; Thu, 25 Feb 2021 01:51:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=uab7kZdSGEQOUwNDW26P1eToUwAT0s7hD02wk64EpFA=; b=XdPEwC2w/oliQ7ogleUYv/esQZTwqgc2KjGXaEsl0zkerFsOY15OS9+p2BHPZpfEM7 n3G86D25Le0NEvxf+kk4qSt2ATqL5yHZ03GVZtp0xEDkqbj0lQovd/nwqRDRx3f2iKSF Fu8NpFCNrNQX+r+7dsVa2YopxwOhwczxdkBLbeErdSzcdRhf2OtRI7wlcorYpG0zAw+N 1n9AiJxcIg333DAZDElpv5/b2dvCI90sXpMlG6d1ti3eajQTEVk0WHvwo7qI38pO2ot7 17cdp/3XMlQdPmlIPYF0mkQx+D+YpA9a/8Sk16FF0QyqIpjEVq/P1jh91oQMvy5yMyW2 LE5w== X-Gm-Message-State: AOAM532CDpC37nIzB18IpsIV8GQZVpi0F2d9rxjBQMtICyB1wRxeN1nJ M/9rTuwuvUswAjQxYFn3msfP45km1ljgMA== X-Google-Smtp-Source: ABdhPJyIvpNmq5dp4z6bvytLQ34BHMVq7kP4XrCjErNY2khEZumhHXTxuoPJAK54dLarPTMEDOXeKg== X-Received: by 2002:aa7:900e:0:b029:1ee:14ea:f719 with SMTP id m14-20020aa7900e0000b02901ee14eaf719mr2564321pfo.46.1614246702632; Thu, 25 Feb 2021 01:51:42 -0800 (PST) Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id i2sm5422358pgs.82.2021.02.25.01.51.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Feb 2021 01:51:42 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 05DED41DBC; Thu, 25 Feb 2021 20:21:37 +1030 (ACDT) Date: Thu, 25 Feb 2021 20:21:37 +1030 From: Alan Modra To: Jan Beulich Cc: Binutils Subject: Re: [PATCH] ld: correct description of behavior for symbols redefined by script Message-ID: <20210225095137.GT6042@bubble.grove.modra.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3035.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2021 09:51:45 -0000 On Wed, Feb 24, 2021 at 12:05:29PM +0100, Jan Beulich via Binutils wrote: > Prior to 89753bbf8102 ("Warn when a script redefines a symbol") there > was no diagnostic at all. As of that commit, it's a warning, not an > error. > > ld/ > 2021-02-XX Jan Beulich > > * ld.texi (PROVIDE): Downgrade "error" to "diagnostic". Thanks, please commit. -- Alan Modra Australia Development Lab, IBM