tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
authorAndreas Jaeger <aj@gcc.gnu.org>
Sun, 1 Jun 2003 19:44:22 +0000 (21:44 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 1 Jun 2003 19:44:22 +0000 (21:44 +0200)
commit80eaf4158db7ce01647c1b1d00b739277bee762a
treecb50fccda475e4350f9963df80763f153abc053d
parente094543212b2d376cefb9f939b40bec125994b5b
tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.

* doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
ROUND_TYPE_SIZE_UNIT.

* stor-layout.c (finalize_record_size): Remove usages of
ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
(finalize_type_size): Likewise.
(layout_type): Likewise.

* system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.

ada:
* utils.c (finish_record_type): Remove usages of
ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.

From-SVN: r67313
gcc/ada/ChangeLog
gcc/ada/utils.c
gcc/doc/tm.texi
gcc/stor-layout.c
gcc/system.h