public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] linux/i386: remove dead assignment of sysdep-dl-routines
@ 2022-03-03 17:17 Andreas Schwab
  2022-03-03 17:20 ` H.J. Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2022-03-03 17:17 UTC (permalink / raw)
  To: libc-alpha

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


-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] linux/i386: remove dead assignment of sysdep-dl-routines
  2022-03-03 17:17 [PATCH] linux/i386: remove dead assignment of sysdep-dl-routines Andreas Schwab
@ 2022-03-03 17:20 ` H.J. Lu
  0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 2022-03-03 17:20 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: GNU C Library

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-03 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 17:17 [PATCH] linux/i386: remove dead assignment of sysdep-dl-routines Andreas Schwab
2022-03-03 17:20 ` H.J. Lu

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).