1
0
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:
Thomas Schwinge
2012-11-01 18:48:34 +01:00
parent 6f796e1b52
commit d0d4f8689d
2 changed files with 3 additions and 1 deletions

View File

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

View File

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