Re: git: b1cfcffa89e6 - main - Remove $FreeBSD$: one-line .S pattern
- In reply to: Warner Losh : "git: b1cfcffa89e6 - main - Remove $FreeBSD$: one-line .S pattern"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:16:53 UTC
On 16 Aug 2023, at 18:57, Warner Losh <imp@FreeBSD.org> wrote: > > The branch main has been updated by imp: > > URL: https://cgit.FreeBSD.org/src/commit/?id=b1cfcffa89e66caedb84d6e92a92e3828bc08f04 > > commit b1cfcffa89e66caedb84d6e92a92e3828bc08f04 > Author: Warner Losh <imp@FreeBSD.org> > AuthorDate: 2023-08-16 17:54:57 +0000 > Commit: Warner Losh <imp@FreeBSD.org> > CommitDate: 2023-08-16 17:54:57 +0000 > > Remove $FreeBSD$: one-line .S pattern > > Remove /^\s\.(asciz|ident)\s+\"\$FreeBSD\$\".*\n/ > --- > 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$" style(9) as before. Jess > 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 */ > > /*