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]

Re: changes to stdlib/longlong.h


Jakub Jelinek <jakub@redhat.com> writes:

> -#if defined (__a29k__) || defined (_AM29K)
> +#if (defined (__a29k__) || defined (_AM29K)) && W_TYPE_SIZE == 32

I have the impression that the && W_TYPE_SIZE == 32 tests are
deliberately removed since for these platforms there are no 64bit
variants.  Don't add complexity where it is not needed.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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