varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM_OUTPUT_...
authorVladimir N. Makarov <vmakarov@cygnus.com>
Thu, 21 Jan 1999 11:20:09 +0000 (11:20 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Thu, 21 Jan 1999 11:20:09 +0000 (11:20 +0000)
commit0003feb203c94e5ed853432b8c8be9079761244e
treef114752156844ccab9b23e5e93c21da5cfb7268f
parent7fcbfb22d5ed702003945f2b4662ccf30e99a8a3
varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM_OUTPUT_ALIGN.

Thu Jan 21 14:13:31 1999  Vladimir N. Makarov  <vmakarov@cygnus.com>
        * varasm.c (output_constant_pool): Use floor_log2 instead of
exact_log2 for ASM_OUTPUT_ALIGN.
* stor-layout.c (layout_type): Do machine-dependent extra alignment.
* emit-rtl.c (operand_subword): Handle case when a subword outside
the operand.
* tm.texi (ROUND_TYPE_{SIZE,ALIGN}): More accurate descriptions of
the macros.

From-SVN: r24800
gcc/ChangeLog
gcc/emit-rtl.c
gcc/stor-layout.c
gcc/tm.texi
gcc/varasm.c