From: Thomas Schwinge Date: Thu, 1 Nov 2012 17:48:34 +0000 (+0100) Subject: Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO). X-Git-Tag: glibc-2.17~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d4f8689dcc4a975c9065534c54447e09433e85;p=thirdparty%2Fglibc.git Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO). --- diff --git a/ChangeLog b/ChangeLog index 25d82dd456e..242c51adf48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-11-01 Thomas Schwinge + * elf/dl-support.c: Unconditionally include "setup-vdso.h". + * sysdeps/mach/hurd/powerpc: Remove directory. * sysdeps/mach/powerpc: Likewise. diff --git a/elf/dl-support.c b/elf/dl-support.c index fd72c1b2ad5..81e71720c67 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -165,8 +165,8 @@ const ElfW(Ehdr) *_dl_sysinfo_dso; struct link_map *_dl_sysinfo_map; # include "get-dynamic-info.h" -# include "setup-vdso.h" #endif +#include "setup-vdso.h" /* During the program run we must not modify the global data of loaded shared object simultanously in two threads. Therefore we