Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dstrtoll.c87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */ macro
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX; in strtoll()
166 acc = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20041237 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.