linux/i386: remove dead assignment of sysdep-dl-routines

Message ID 87pmn3ymz7.fsf@igel.home
State Committed
Commit 42b5dc5ea3c25c1c3a52e777f379d8d40b2e7c08
Headers
Series linux/i386: remove dead assignment of sysdep-dl-routines |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Andreas Schwab March 3, 2022, 5:17 p.m. UTC
  The variable sysdep-dl-routines has only an effect in the elf subdir.
---
 sysdeps/unix/sysv/linux/i386/Makefile | 1 -
 1 file changed, 1 deletion(-)
  

Comments

H.J. Lu March 3, 2022, 5:20 p.m. UTC | #1
On Thu, Mar 3, 2022 at 9:17 AM Andreas Schwab <schwab@linux-m68k.org> wrote:
>
> The variable sysdep-dl-routines has only an effect in the elf subdir.
> ---
>  sysdeps/unix/sysv/linux/i386/Makefile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile
> index abd0009d58..b66f8a7b41 100644
> --- a/sysdeps/unix/sysv/linux/i386/Makefile
> +++ b/sysdeps/unix/sysv/linux/i386/Makefile
> @@ -22,7 +22,6 @@ gen-as-const-headers += ucontext_i.sym
>  endif
>
>  ifeq ($(subdir),csu)
> -sysdep-dl-routines += sysdep
>  ifeq (yes,$(build-shared))
>  sysdep_routines += divdi3
>  shared-only-routines += divdi3
> --
> 2.35.0
>
>

LGTM.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>

Thanks.
  

Patch

diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile
index abd0009d58..b66f8a7b41 100644
--- a/sysdeps/unix/sysv/linux/i386/Makefile
+++ b/sysdeps/unix/sysv/linux/i386/Makefile
@@ -22,7 +22,6 @@  gen-as-const-headers += ucontext_i.sym
 endif
 
 ifeq ($(subdir),csu)
-sysdep-dl-routines += sysdep
 ifeq (yes,$(build-shared))
 sysdep_routines += divdi3
 shared-only-routines += divdi3