From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) by sourceware.org (Postfix) with ESMTPS id 6C8253858D39 for ; Mon, 15 Nov 2021 14:21:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6C8253858D39 Received: by mail-qt1-x82b.google.com with SMTP id m25so15640536qtq.13 for ; Mon, 15 Nov 2021 06:21:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=ph0s4K4jqt2b4PjNRTWybhXtxs3K1zR3cvlNYxIOFqk=; b=R3BAqRIjrpHYg31XafwqyTQ6zFHkBduIRHhwUrXnySnT/r+RqctDN0g/ylvC/WLf94 weNlDxKEZyP3Y7glvbkBHB8Tbwy+m7ji7bsGao4NheCBKx9lUBzyw6AOT4a++ck/VzwO G2xVz5WcUxxlU+TBpSdYbjND8FS8X1BUlXqEI26EETEvol13qMyjTJXz7JrW+obl0d73 cVqPwIp8/WBQY/sxeRK1cAKyxlCGtBS/x4SOHajefI85MF35MEgYgU99EdXYdY+DxBOf ubAlw4hmD2nJxSgQOzFni5pBDPmBRhl8abgOjGGV1lOZXDwog4LfkreJuaP2BY6hCQsF qmNQ== X-Gm-Message-State: AOAM5328lZG3HR1rAVJT7KLcklHS9XXTiZRhmEQFSzr94fEb6tFyTAC1 ZClScdCydgwAVdtFSlr7ljs++SZ4l7XhBw== X-Google-Smtp-Source: ABdhPJxFNVf8ZTVgkLKP5j7atedmMK31JbvvpbiPPxgc4PfghOrC9WgesT9uN9vnRVqTrLOLBk0VnQ== X-Received: by 2002:ac8:5c13:: with SMTP id i19mr40631870qti.282.1636986116890; Mon, 15 Nov 2021 06:21:56 -0800 (PST) Received: from ?IPV6:2804:431:c7ca:66dc:13f5:e2fb:5a0d:90? ([2804:431:c7ca:66dc:13f5:e2fb:5a0d:90]) by smtp.gmail.com with ESMTPSA id n20sm3472108qkp.65.2021.11.15.06.21.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 15 Nov 2021 06:21:56 -0800 (PST) Message-ID: Date: Mon, 15 Nov 2021 11:21:54 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH v5 20/22] elf: Move LAV_CURRENT to link_lavcurrent.h Content-Language: en-US To: Florian Weimer Cc: libc-alpha@sourceware.org, John Mellor-Crummey , Ben Woodard References: <20211109183347.2943786-1-adhemerval.zanella@linaro.org> <20211109183347.2943786-21-adhemerval.zanella@linaro.org> <874k8iwpvv.fsf@oldenburg.str.redhat.com> From: Adhemerval Zanella In-Reply-To: <874k8iwpvv.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, 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: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2021 14:21:58 -0000 On 11/11/2021 14:42, Florian Weimer wrote: > * Adhemerval Zanella: > >> No functional change. >> --- >> bits/link_lavcurrent.h | 25 +++++++++++++++++++++++++ >> elf/Makefile | 2 +- >> elf/link.h | 2 +- >> 3 files changed, 27 insertions(+), 2 deletions(-) >> create mode 100644 bits/link_lavcurrent.h > > Looks okay. I think this can go in right now. Alright, I will push this before send a newer version.