Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 15:20:20 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 113dc9ed9887 - main - csu: Remove unused constant
Message-ID:  <696662b4.2146b.15863fe6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=113dc9ed98874d15f4f43287dcb6d0f59633b19b

commit 113dc9ed98874d15f4f43287dcb6d0f59633b19b
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-01-13 15:19:04 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-01-13 15:19:04 +0000

    csu: Remove unused constant
    
    This is no longer used after commit
    99282790b7d01ec3c4072621d46a0d7302517ad4 moved ELF notes from C to
    assembly.
    
    Reviewed by:    kib
    Fixes:          99282790b7d0 ("Remove the sed hack for ABI tag notes.")
    Sponsored by:   AFRL, DARPA
    Differential Revision:  https://reviews.freebsd.org/D54506
---
 lib/csu/common/notes.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/csu/common/notes.h b/lib/csu/common/notes.h
index fc4e4d082c21..8f35e0eb2491 100644
--- a/lib/csu/common/notes.h
+++ b/lib/csu/common/notes.h
@@ -27,6 +27,4 @@
 
 #define NOTE_FREEBSD_VENDOR	"FreeBSD"
 
-#define NOTE_SECTION		".note.tag"
-
 #endif


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696662b4.2146b.15863fe6>