trans.c (gigi): Call build_function_type_list instead of build_function_type.
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 3 May 2011 16:34:20 +0000 (16:34 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 3 May 2011 16:34:20 +0000 (16:34 +0000)
commitc1fd8753c5ebe34277fa7e75e4e92c1e8bc08277
tree6964f59c886278b30b9d8b82290cdfa0e10e5b1a
parentf0b568f3c4108c65eeb0123e2d64988b172f9e75
trans.c (gigi): Call build_function_type_list instead of build_function_type.

* gcc-interface/trans.c (gigi): Call build_function_type_list instead
of build_function_type.  Adjust calls to...
(build_raise_check): ...this.  Do not take a void_tree parameter.
Call build_function_type_list instead of build_function_type.
Fix head comment and swap couple of conditional blocks.

Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
From-SVN: r173325
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c