Date: Fri, 24 Apr 2026 15:29:05 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 852edd195aee - stable/15 - csu: Remove unused constant Message-ID: <69eb8c41.33dc5.755969ec@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=852edd195aee581322773e70184468a463d06ef6 commit 852edd195aee581322773e70184468a463d06ef6 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-01-13 15:19:04 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-04-24 15:26:38 +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 (cherry picked from commit 113dc9ed98874d15f4f43287dcb6d0f59633b19b) --- 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" - #endifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69eb8c41.33dc5.755969ec>
