config.gcc (use_gcc_stdint): Set to wrap.
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Sat, 16 May 2009 21:46:53 +0000 (21:46 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 16 May 2009 21:46:53 +0000 (21:46 +0000)
commit428ddbf0550d70985f5ca5cab6470502c9c2d1f9
treec5751896c64c168da432fdd27170876006d66a34
parent9b33a6a1db9e3e21eac8df9909d21d89b57fb507
config.gcc (use_gcc_stdint): Set to wrap.

* config.gcc (use_gcc_stdint):  Set to wrap.
* config/darwin.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.

From-SVN: r147622
gcc/ChangeLog
gcc/config.gcc
gcc/config/darwin.h