exp_dbug.ads: Adjust type names in comments.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 16 Oct 2009 19:28:52 +0000 (19:28 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 16 Oct 2009 19:28:52 +0000 (19:28 +0000)
commitafb4afcd90d30faf064bcba6a7b5a86fd4003bdc
treecb3644326b2ac3cdc4b94ace7e353dcd04c121fb
parent3b24c708a1d4da6b37ce1bde62d44a056030b635
exp_dbug.ads: Adjust type names in comments.

* exp_dbug.ads: Adjust type names in comments.
* gcc-interface/decl.c (maybe_pad_type): Remove NAME_TRAILER parameter,
add new IS_COMPONENT_TYPE parameter.  Adjust.  Remove dead code.
(gnat_to_gnu_entity): Adjust for above change.
(gnat_to_gnu_component_type): Likewise.
(gnat_to_gnu_field): Likewise.
* gcc-interface/trans.c (call_to_gnu): Likewise.  Do not unnecessarily
call max_size.
* gcc-interface/utils.c (finish_record_type): Remove obsolete code.
* gcc-interface/gigi.h (maybe_pad_type): Adjust prototype.

From-SVN: r152916
gcc/ada/ChangeLog
gcc/ada/exp_dbug.ads
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c