OSDN Git Service

* genmodes.c: Change the word "bitsize" to "precision" throughout.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Nov 2003 08:38:52 +0000 (08:38 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Nov 2003 08:38:52 +0000 (08:38 +0000)
commit7c0390e7cdee373e32adf535695828eaa776c2dd
tree422f097a3e186761a863087fa6c10b836fc42a61
parent682bafe62746a7e9458b227b9b7e08ff968be105
* genmodes.c: Change the word "bitsize" to "precision" throughout.
* machmode.def: Likewise.
* machmode.h (GET_MODE_SIZE): Cast value to unsigned short.
(GET_MODE_BITSIZE): Define as GET_MODE_SIZE * BITS_PER_UNIT.
(GET_MODE_PRECISION): New macro.
(mode_bitsize): Renamed mode_precision.
* stor-layout.c (mode_for_size, smallest_mode_for_size):
Use GET_MODE_PRECISION; clarify comments.
ada:
* misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
and update for changed meaning of GET_MODE_BITSIZE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73295 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/misc.c
gcc/genmodes.c
gcc/machmode.def
gcc/machmode.h
gcc/stor-layout.c