From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id D23633858C27 for ; Wed, 27 Oct 2021 17:57:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D23633858C27 Received: by mail-pf1-x436.google.com with SMTP id 127so3468976pfu.1 for ; Wed, 27 Oct 2021 10:57:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iyW8m7eMLMn3uW42fbSAgmsxMZjjB2AlC48J2dqxcpY=; b=K6fU8rYWksNDPgGY96Z92zkIdeobXR27gAYqcWaX3/EysvwXu+wFB/4WVEpQ8H4SrT kxVu6odlkVVl+Fk8HgN2UIW3CD3UYvyi3S0oXV3geMx+lTzLRo5FOStaxeIkmJm2wYlL ZcNArSycZW1XREFtXqh9/WeyncuaeQHWhggIwiD57fn+IvHJ+zfnTq6A1hcvNiQeRQzJ KLWoicgSk82Evho1cNP2dUYfgXTgM/AIcNUixlC57f6vg0dC1qfTSkVVlL+uKLqbPSyK T6X31S+eOIYE6eFuZR2/DB7bnarwpTSQvshM7/FccpdfrRYIep+S6JnYlPlfeDsybGhS KqTQ== X-Gm-Message-State: AOAM531tR97mtV1XIXyXrz5bdbIw3Lij1cyt5uQsd67/MHkVwsILNTbk MXe1Rad2WWlYVICJR2oKNYT7A+oPOp+KBw0n6uWAioZo X-Google-Smtp-Source: ABdhPJzAMhBZ8/qO7vvdwTbGpFxHdyCckMUOSF1hjRniKiP33o1oaOy6gJdqJAl0XjqrqathYXoK4kTNT5m+CvEbKlQ= X-Received: by 2002:a05:6a00:2351:b0:47b:d092:d2e4 with SMTP id j17-20020a056a00235100b0047bd092d2e4mr31209611pfj.76.1635357479008; Wed, 27 Oct 2021 10:57:59 -0700 (PDT) MIME-Version: 1.0 References: <6d347539-b9fb-a7ce-ab8a-979c8bd541ed@tambre.ee> In-Reply-To: From: "H.J. Lu" Date: Wed, 27 Oct 2021 10:57:23 -0700 Message-ID: Subject: Re: Purpose of NULL SHN_ABS symbols for version script nodes? To: Raul Tambre Cc: Alan Modra , Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3024.2 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 27 Oct 2021 17:58:01 -0000 On Wed, Oct 27, 2021 at 10:44 AM Raul Tambre via Binutils wrote: > > LLD side is unwilling to implement this feature due to lack of real-world use > and its purpose having to be guessed at even by a binutils maintainer. > > Would there be willingness to accept a patch deprecating/removing this behaviour? > > The alternative of me trying to convince the Debian side (dpkg) to accept > deprecation of this there or many packages remaining unbuildable with LLD > doesn't seem great. I believe this is a useful feature. -- H.J.