unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org
Subject: Re: V2 [PATCH 4/5] i386: Remove _exit.S
Date: Thu, 9 Jan 2020 18:14:28 -0300	[thread overview]
Message-ID: <36c957c9-eb02-66bd-fa99-0c5a3e51967e@linaro.org> (raw)
In-Reply-To: <20200108161535.6141-5-hjl.tools@gmail.com>

LGTM thanks.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>


On 08/01/2020 13:15, H.J. Lu wrote:
> The generic implementation is suffice since __NR_exit_group is always
> support and i386 does define ABORT_INSTRUCTION.
> ---
>  sysdeps/unix/sysv/linux/i386/_exit.S | 44 ----------------------------
>  1 file changed, 44 deletions(-)
>  delete mode 100644 sysdeps/unix/sysv/linux/i386/_exit.S
> 
> diff --git a/sysdeps/unix/sysv/linux/i386/_exit.S b/sysdeps/unix/sysv/linux/i386/_exit.S
> deleted file mode 100644
> index 1f7bfeb7e7..0000000000
> --- a/sysdeps/unix/sysv/linux/i386/_exit.S
> +++ /dev/null
> @@ -1,44 +0,0 @@
> -/* Copyright (C) 2002-2020 Free Software Foundation, Inc.
> -   This file is part of the GNU C Library.
> -
> -   The GNU C Library is free software; you can redistribute it and/or
> -   modify it under the terms of the GNU Lesser General Public
> -   License as published by the Free Software Foundation; either
> -   version 2.1 of the License, or (at your option) any later version.
> -
> -   The GNU C Library is distributed in the hope that it will be useful,
> -   but WITHOUT ANY WARRANTY; without even the implied warranty of
> -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> -   Lesser General Public License for more details.
> -
> -   You should have received a copy of the GNU Lesser General Public
> -   License along with the GNU C Library; if not, see
> -   <https://www.gnu.org/licenses/>.  */
> -
> -#include <sysdep.h>
> -
> -	.text
> -	.type	_exit,@function
> -	.global	_exit
> -_exit:
> -	movl	4(%esp), %ebx
> -
> -	/* Try the new syscall first.  */
> -#ifdef __NR_exit_group
> -	movl	$__NR_exit_group, %eax
> -	ENTER_KERNEL
> -#endif
> -
> -	/* Not available.  Now the old one.  */
> -	movl	$__NR_exit, %eax
> -	/* Don't bother using ENTER_KERNEL here.  If the exit_group
> -	   syscall is not available AT_SYSINFO isn't either.  */
> -	int	$0x80
> -
> -	/* This must not fail.  Be sure we don't return.  */
> -	hlt
> -	.size	_exit,.-_exit
> -
> -libc_hidden_def (_exit)
> -rtld_hidden_def (_exit)
> -weak_alias (_exit, _Exit)
> 

  reply	other threads:[~2020-01-09 21:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08 16:15 V2 [PATCH 0/5] i386: Finish CET support H.J. Lu
2020-01-08 16:15 ` V2 [PATCH 1/5] i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262] H.J. Lu
2020-01-09 21:13   ` Adhemerval Zanella
2020-01-08 16:15 ` V2 [PATCH 2/5] i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target H.J. Lu
2020-01-09 21:13   ` Adhemerval Zanella
2020-01-08 16:15 ` V2 [PATCH 3/5] i386: Add _CET_ENDBR to assembly files without ENTRY H.J. Lu
2020-01-09 21:13   ` Adhemerval Zanella
2020-01-08 16:15 ` V2 [PATCH 4/5] i386: Remove _exit.S H.J. Lu
2020-01-09 21:14   ` Adhemerval Zanella [this message]
2020-01-08 16:15 ` V2 [PATCH 5/5] i386: Enable CET support in ucontext functions H.J. Lu
2020-02-01 14:09   ` V3 [PATCH] " H.J. Lu
2020-02-13 17:04     ` V4 " H.J. Lu
2020-02-14 22:10     ` V3 " Carlos O'Donell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36c957c9-eb02-66bd-fa99-0c5a3e51967e@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).