Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 19:16:53 +0100
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: b1cfcffa89e6 - main - Remove $FreeBSD$: one-line .S pattern
Message-ID:  <4D4F49F1-7A92-483F-988C-FF731A91A2A0@freebsd.org>
In-Reply-To: <202308161757.37GHv5q8059506@gitrepo.freebsd.org>
References:  <202308161757.37GHv5q8059506@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 Aug 2023, at 18:57, Warner Losh <imp@FreeBSD.org> wrote:
>=20
> The branch main has been updated by imp:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3Db1cfcffa89e66caedb84d6e92a92e382=
8bc08f04
>=20
> 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
>=20
>    Remove $FreeBSD$: one-line .S pattern
>=20
>    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(-)
>=20
> 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 @@
>=20
> #if defined(LIBC_RCS) && !defined(lint)
> .text
> - .asciz "$FreeBSD$"
> #endif /* LIBC_RCS and not lint */
>=20
> /*




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D4F49F1-7A92-483F-988C-FF731A91A2A0>