Skip to content

Commit

Permalink
Remove $FreeBSD$: one-line .S pattern
Browse files Browse the repository at this point in the history
Remove /^\s\.(asciz|ident)\s+\"\$FreeBSD\$\".*\n/
  • Loading branch information
bsdimp committed Aug 16, 2023
1 parent d4bf800 commit b1cfcff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/libc/arm/gen/_ctx_start.S
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include <machine/asm.h>

.ident "$FreeBSD$"
ENTRY(_ctx_start)
mov lr, pc
mov pc, r4
Expand Down
1 change: 0 additions & 1 deletion stand/libsa/i386/_setjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */

/*
Expand Down

0 comments on commit b1cfcff

Please sign in to comment.