The branch stable/13 has been updated by imp:

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

commit d10370254169a65d32acd43557214015acbec0d4
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2023-08-22 01:31:54 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2023-08-23 17:43:27 +0000

    Remove $FreeBSD$: one-line .S pattern
    
    Remove /^\s\.(asciz|ident)\s+\"\$FreeBSD\$\".*\n/
    
    Similar commit in main:
    (cherry picked from commit b1cfcffa89e6)
---
 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 */
 
 /*

Reply via email to