1
0
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:
Ulrich Drepper
2008-03-08 17:52:13 +00:00
parent 7c22c7ec9a
commit 368a8dec0a
3 changed files with 15 additions and 5 deletions

View File

@ -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