From: Ulrich Drepper Date: Thu, 26 Aug 2004 09:16:12 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b2fd6e659b5e66439a3500919a5da9cdc35f55;p=thirdparty%2Fglibc.git Update. 2004-08-26 Ulrich Drepper * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval. Patch by Greg Schafer. --- diff --git a/ChangeLog b/ChangeLog index 03784109b62..e851efeea9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-26 Ulrich Drepper + + * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval. + Patch by Greg Schafer. + 2004-08-25 Richard Henderson * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 82217645370..dee0c67bcf3 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -71,8 +71,3 @@ endif ifeq ($(subdir),misc) sysdep_headers += sys/mtio.h endif - - -ifeq ($(subdir),dlfcn) -libdl-sysdep_routines += eval -endif