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

View File

@ -1,6 +1,4 @@
#include <machine/asm.h>
.ident "$FreeBSD$"
ENTRY(_ctx_start)
mov lr, pc
mov pc, r4

View File

@ -32,7 +32,6 @@
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/*