From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Jelinek To: libc-hacker@sourceware.cygnus.com Subject: changes to stdlib/longlong.h Date: Tue, 23 Nov 1999 02:59:00 -0000 Message-id: <19991123120104.I515@mff.cuni.cz> X-SW-Source: 1999-11/msg00012.html Hi! What was the reason to update longlong.h from egcs which seem to have a subset of the glibc longlong stuff? E.g. libc longlong used to do arithmetics on UDWtype while egcs's version does only USItype -> UDItype, ie. there is no support for e.g. 128bit + 128bit etc. on 64bit architectures. At least soft-fp addon relies on those operations on 64bit platforms which are now no longer defined as it expect them. 1999-11-22 Ulrich Drepper * stdlib/longlong.h: Add count_trailing_zeros back. * stdlib/longlong.h: Update from latest egcs version. Cheers, Jakub ___________________________________________________________________ Jakub Jelinek | jakub@redhat.com | http://sunsite.mff.cuni.cz/~jj Linux version 2.3.18 on a sparc64 machine (1343.49 BogoMips) ___________________________________________________________________