From owner-svn-src-head@freebsd.org Fri Feb 26 14:02:48 2021 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D88FD5622A9; Fri, 26 Feb 2021 14:02:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DnBF45qYgz3qlW; Fri, 26 Feb 2021 14:02:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id BAAAB13D8; Fri, 26 Feb 2021 14:02:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f177.google.com with SMTP id w19so9041942qki.13; Fri, 26 Feb 2021 06:02:48 -0800 (PST) X-Gm-Message-State: AOAM530d6Yfrqe/3DkzHoYRb5VJRwtYbvkxwRGLUKbJhZg3/UbHC2puT YgzYAxQvCwHL0FJxRu6bTXCNu8jeryRkuFwp9Vo= X-Google-Smtp-Source: ABdhPJwPxlW+B5fHO+Up9fge9j17F10T+YTjA7ciS2KwDHyo+2lbAu0GCKdvvtoo77/GMGaI0q11nzxZyjD6yvA4wJg= X-Received: by 2002:a37:f50d:: with SMTP id l13mr2635960qkk.34.1614348168184; Fri, 26 Feb 2021 06:02:48 -0800 (PST) MIME-Version: 1.0 References: <202007162158.06GLwh9N034510@repo.freebsd.org> In-Reply-To: <202007162158.06GLwh9N034510@repo.freebsd.org> From: Kyle Evans Date: Fri, 26 Feb 2021 08:02:35 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r363263 - in head/lib/csu: . common To: John Baldwin Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 14:02:48 -0000 On Thu, Jul 16, 2020 at 4:58 PM John Baldwin wrote: > > Author: jhb > Date: Thu Jul 16 21:58:43 2020 > New Revision: 363263 > URL: https://svnweb.freebsd.org/changeset/base/363263 > > Log: > Include ABI note tag in shared libraries. > > Split the ELF feature note into a separate file that is linked into > *crt1.o the same as crtbrand.S was before. crtbrand.o is now linked > into crti.o on all platforms in addition to *crt1.o. > This is pretty handy; any chance we can backport this series for 12.3? Thanks, Kyle Evans