]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Aug 2004 09:16:12 +0000 (09:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Aug 2004 09:16:12 +0000 (09:16 +0000)
2004-08-26  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
Patch by Greg Schafer.

ChangeLog
sysdeps/gnu/Makefile

index 03784109b622d0a955cd37c2bf070b1ff8f2a211..e851efeea9efecf1089b8d0e42138d165860a151 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
+       Patch by Greg Schafer.
+
 2004-08-25  Richard Henderson  <rth@redhat.com>
 
        * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
index 82217645370a4385f9b14a26d4f1f97047d06fc4..dee0c67bcf3dbbda54f3c8f86b9e77d41f7231eb 100644 (file)
@@ -71,8 +71,3 @@ endif
 ifeq ($(subdir),misc)
 sysdep_headers += sys/mtio.h
 endif
-
-
-ifeq ($(subdir),dlfcn)
-libdl-sysdep_routines += eval
-endif