1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

Remove $FreeBSD$: one-line .S pattern

Remove /^\s\.(asciz|ident)\s+\"\$FreeBSD\$\".*\n/
This commit is contained in:
Warner Losh
2023-08-16 11:54:57 -06:00
parent d4bf8003ee
commit b1cfcffa89
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -1,6 +1,4 @@
#include <machine/asm.h>
.ident "$FreeBSD$"
ENTRY(_ctx_start)
mov lr, pc
mov pc, r4
-1
View File
@@ -32,7 +32,6 @@
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/*