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:
@@ -1,6 +1,4 @@
|
||||
#include <machine/asm.h>
|
||||
|
||||
.ident "$FreeBSD$"
|
||||
ENTRY(_ctx_start)
|
||||
mov lr, pc
|
||||
mov pc, r4
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
|
||||
#if defined(LIBC_RCS) && !defined(lint)
|
||||
.text
|
||||
.asciz "$FreeBSD$"
|
||||
#endif /* LIBC_RCS and not lint */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user