mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
|
2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* elf/dl-support.c: Unconditionally include "setup-vdso.h".
|
||||||
|
|
||||||
* sysdeps/mach/hurd/powerpc: Remove directory.
|
* sysdeps/mach/hurd/powerpc: Remove directory.
|
||||||
* sysdeps/mach/powerpc: Likewise.
|
* sysdeps/mach/powerpc: Likewise.
|
||||||
|
|
||||||
|
@ -165,8 +165,8 @@ const ElfW(Ehdr) *_dl_sysinfo_dso;
|
|||||||
struct link_map *_dl_sysinfo_map;
|
struct link_map *_dl_sysinfo_map;
|
||||||
|
|
||||||
# include "get-dynamic-info.h"
|
# include "get-dynamic-info.h"
|
||||||
# include "setup-vdso.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
#include "setup-vdso.h"
|
||||||
|
|
||||||
/* During the program run we must not modify the global data of
|
/* During the program run we must not modify the global data of
|
||||||
loaded shared object simultanously in two threads. Therefore we
|
loaded shared object simultanously in two threads. Therefore we
|
||||||
|
Reference in New Issue
Block a user