mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
The definition itself is still needed for generic code. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -299,8 +299,6 @@ SYSCALL_ERROR_LABEL: \
|
||||
#define PTR_MANGLE(var) (void) (var)
|
||||
#define PTR_DEMANGLE(var) (void) (var)
|
||||
|
||||
#if defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO
|
||||
/* M68K needs system-supplied DSO to access TLS helpers
|
||||
even when statically linked. */
|
||||
# define NEED_STATIC_SYSINFO_DSO 1
|
||||
#endif
|
||||
#define NEED_STATIC_SYSINFO_DSO 1
|
||||
|
Reference in New Issue
Block a user