This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

changes to stdlib/longlong.h


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  <drepper@cygnus.com>

	* 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)
___________________________________________________________________

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