[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libc6 status



>>>>> Juan Cespedes writes:

Juan> On Sun, Feb 08, 1998 at 01:47:56AM +0100, Eric Delaunay wrote:
>> 

>> 2/ the .rem symbol is defined in libslang (0.99.38) but not in the the libslang
>> generated for miniroot by processing the libslang-pic package.

Juan> 	I'm going to define all the `.{u,}{div,mul,rem}' symbols in a
Juan> new shared library to be included in /etc/ld.so.preload, until the
Juan> glibc development team decides if they should be defined in libc.so or
Juan> not.  (BTW: which name would you use for that library?  `sparc-arith.so'?)
Don't make your life too difficult. Just apply the following patch
which should be in the next glibc snapshot.
Index: libc.map
===================================================================
RCS file: /egcs/carton/cvsfiles/libc/libc.map,v
retrieving revision 1.38
diff -u -r1.38 libc.map
--- libc.map	1998/02/01 16:18:18	1.38
+++ libc.map	1998/02/09 07:52:01
@@ -20,6 +20,9 @@
     # This is for ix86 only.
     _fp_hw;
 
+    # This is for sparc only.
+    .div; .mul; .rem; .udiv; .umul; .urem;
+
     # helper functions
     __errno_location; __libc_init_first; __h_errno_location;
     __libc_current_sigrtmin; __libc_current_sigrtmax; __libc_allocate_rtsig;

>> Before trying to fix the latter problem, I would want to know if a new libc6
>> upload is planned?

Juan> 	The glibc development people are a bit quiet... there aren't
Juan> new versions yet, but I'm going to release a new version including a
Juan> patch for /etc/ld.so.preload handling (it doesn't work now), and that
Juan> library including .{u,}{div,mul,rem}

Whom are you contacting? I'm with the glibc team and asked already
some times for patches and didn't receive any answer at all:-(. As
I've told you already Ulrich Drepper who's mainting glibc is moving at 
the moment and therefore not available (but should be soonish again).

Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-sparc-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: