mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
.o file. * elf/Makefile (routines): Add dl-sysdep. (elide-routines.os): Likewise.
This commit is contained in:
@ -27,7 +27,8 @@
|
||||
#include <ldsodefs.h>
|
||||
#include <kernel-features.h>
|
||||
|
||||
#define DL_SYSDEP_INIT frob_brk ()
|
||||
#ifdef SHARED
|
||||
# define DL_SYSDEP_INIT frob_brk ()
|
||||
|
||||
static inline void
|
||||
frob_brk (void)
|
||||
@ -56,7 +57,8 @@ frob_brk (void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#include <elf/dl-sysdep.c>
|
||||
# include <elf/dl-sysdep.c>
|
||||
#endif
|
||||
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user