This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: Build problem, current CVS on PPC
- To: Ulrich Drepper <drepper at redhat dot com>
- Subject: Re: Build problem, current CVS on PPC
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Fri, 8 Sep 2000 00:34:01 +0200
- Cc: Andreas Jaeger <aj at suse dot de>,libc-alpha at sources dot redhat dot com
- References: <Franz Sirl's message of "Thu, 07 Sep 2000 15:21:00 +0200"> <00090723143501.31531@enzo.bigblue.local> <m3em2vopgq.fsf@otr.mynet.cygnus.com>
On Thu, 07 Sep 2000, Ulrich Drepper wrote:
> Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:
> > Found it. dl-start.S must not be linked into libc*, only into ld.so. The
> > appended patch fixes it.
>
> Thanks, I've applied the patch.
Oops, I may have broken ia64. The appended patch should fix it.
Franz.
* sysdeps/ia64/Makefile (sysdep-rtld-routines): New variable.
Index: sysdeps/ia64/Makefile
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/ia64/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- sysdeps/ia64/Makefile 2000/09/05 01:45:09 1.2
+++ sysdeps/ia64/Makefile 2000/09/07 22:32:31
@@ -5,4 +5,5 @@ endif
ifeq ($(subdir),elf)
sysdep-dl-routines += dl-symaddr dl-fptr
sysdep_routines += $(sysdep-dl-routines)
+sysdep-rtld-routines += $(sysdep-dl-routines)
endif