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

H.J. Lu hjl.tools@gmail.com
Thu Mar 3 17:20:18 GMT 2022


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.

-- 
H.J.


More information about the Libc-alpha mailing list