config.gcc: Remove need_64bit_hwint.
authorRichard Biener <rguenther@suse.de>
Tue, 20 May 2014 08:01:32 +0000 (08:01 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 20 May 2014 08:01:32 +0000 (08:01 +0000)
commit54da09ee2062f41141dbfd116975ee20509a96e3
treeb0ae04d799914545c090c859c13d25a91264e970
parent74145685ed423198e739bc1eba4ebed843207341
config.gcc: Remove need_64bit_hwint.

2014-05-20  Richard Biener  <rguenther@suse.de>

gcc/
* config.gcc: Remove need_64bit_hwint.
* configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
* hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
it to be true.
* config.in: Regenerate.
* configure: Likewise.

libcpp/
* configure.ac: Copy gcc logic of detecting a 64bit type.
Remove HOST_WIDE_INT define.
* include/cpplib.h: typedef cpp_num_part to a 64bit type,
similar to how hwint.h does it.
* config.in: Regenerate.
* configure: Likewise.

From-SVN: r210632
gcc/ChangeLog
gcc/config.gcc
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/hwint.h
libcpp/ChangeLog
libcpp/config.in
libcpp/configure
libcpp/configure.ac
libcpp/include/cpplib.h