about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/gnu/Makefile5
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 03784109b6..e851efeea9 100644
--- 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
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile
index 8221764537..dee0c67bcf 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