This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Build problem, current CVS on PPC


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]