Fix bug exposed by reload.c no longer rounding the frame size to BIGGEST_ALIGNMENT:
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Thu, 24 Feb 2000 22:14:14 +0000 (22:14 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 24 Feb 2000 22:14:14 +0000 (22:14 +0000)
commite5f8d4c0c773d4fb4f92c1a2feed01b4806d3d80
treef0d0ff1d0128e5caa5fa56f1b3a14260a590f6f6
parent521fe9d066debab450596f9a72069ee3b53c40ff
Fix bug exposed by reload.c no longer rounding the frame size to BIGGEST_ALIGNMENT:

Fix bug exposed by reload.c no longer rounding the frame
size to BIGGEST_ALIGNMENT:
* sh.c (rounded_frame_size): New function.
(sh_expand_prologue, sh_expand_epilogue): Use it.
(initial_elimination_offset): Likewise.

From-SVN: r32138
gcc/ChangeLog
gcc/config/sh/sh.c