Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 17:57:05 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b1cfcffa89e6 - main - Remove $FreeBSD$: one-line .S pattern
Message-ID:  <202308161757.37GHv5q8059506@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit b1cfcffa89e66caedb84d6e92a92e3828bc08f04
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-08-16 17:54:57 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-08-16 17:54:57 +0000

    Remove $FreeBSD$: one-line .S pattern
    
    Remove /^\s\.(asciz|ident)\s+\"\$FreeBSD\$\".*\n/
---
 lib/libc/arm/gen/_ctx_start.S | 2 --
 stand/libsa/i386/_setjmp.S    | 1 -
 2 files changed, 3 deletions(-)

diff --git a/lib/libc/arm/gen/_ctx_start.S b/lib/libc/arm/gen/_ctx_start.S
index faedfb5c6443..39c282bf30c7 100644
--- a/lib/libc/arm/gen/_ctx_start.S
+++ b/lib/libc/arm/gen/_ctx_start.S
@@ -1,6 +1,4 @@
 #include <machine/asm.h>
-
-.ident	"$FreeBSD$"
 ENTRY(_ctx_start)
 	mov	lr, pc
 	mov	pc, r4
diff --git a/stand/libsa/i386/_setjmp.S b/stand/libsa/i386/_setjmp.S
index 5766b25816ae..a1bd8d55834b 100644
--- a/stand/libsa/i386/_setjmp.S
+++ b/stand/libsa/i386/_setjmp.S
@@ -32,7 +32,6 @@
 
 #if defined(LIBC_RCS) && !defined(lint)
 	.text
-	.asciz "$FreeBSD$"
 #endif /* LIBC_RCS and not lint */
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308161757.37GHv5q8059506>