]> sourceware.org Git - newlib-cygwin.git/commit
Improve check for int32_t being long or int
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 29 Apr 2015 11:06:45 +0000 (13:06 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 29 Apr 2015 11:06:45 +0000 (13:06 +0200)
commit496380c166667907202c7793436187940d39df14
treef086a475ea18d10fece4adc777c652c4640b67a3
parent9d2727e9a3355f1d48ff3ccc28c453d0bc3ca435
Improve check for int32_t being long or int

        * libc/include/sys/config.h: Move evaluation of _UINTPTR_EQ_ULONG and
        _UINTPTR_EQ_ULONGLONG from here...
        * libc/include/sys/_intsup.h: ...to here.  Rename to _INTPTR_EQ_LONG
        and _INTPTR_EQ_LONGLONG to refer to signed base type.  Add test for
        base type of int32_t and set _INT32_EQ_LONG accordingly.
        * libc/include/stdint.h: Change checks for __have_long32 to checks
        for _INT32_EQ_LONG.
        * libc/include/inttypes.h: Ditto.  Accommodate aforementioned name
        change.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/ChangeLog
newlib/libc/include/inttypes.h
newlib/libc/include/stdint.h
newlib/libc/include/sys/_intsup.h
newlib/libc/include/sys/config.h
This page took 0.028725 seconds and 5 git commands to generate.