[PATCH] dlfcn/eval.c
Greg Schafer
gschafer@zip.com.au
Tue Aug 24 07:08:00 GMT 2004
Hi
I noticed a new failure appearing in the binutils testsuite after this
change went into glibc:
http://sources.redhat.com/ml/glibc-cvs/2004-q3/msg00535.html
"Don't build eval.c anymore."
However, eval.c is still getting built here, I think because there remains a
reference to it in the sysdeps/gnu/Makefile. Assuming sysdeps/gnu is meant
to be getting dragged in then the attached patch is probably what's needed.
It fixes the binutils test failure and the glibc testsuite still passes for
me.
Thanks
Greg
-------------- next part --------------
--- libc/sysdeps/gnu/Makefile.gws 2003-05-03 19:08:28.000000000 +1000
+++ libc/sysdeps/gnu/Makefile 2004-08-24 15:30:14.894416472 +1000
@@ -71,8 +71,3 @@
ifeq ($(subdir),misc)
sysdep_headers += sys/mtio.h
endif
-
-
-ifeq ($(subdir),dlfcn)
-libdl-sysdep_routines += eval
-endif
More information about the Libc-alpha
mailing list