utils.c (gnat_internal_attribute_table): Add support for noinline and noclone attributes.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 6 Jun 2016 09:51:33 +0000 (09:51 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 6 Jun 2016 09:51:33 +0000 (09:51 +0000)
commit1f0b1322e0f2233122f67a86c3181f08c633e06c
treea5881ce6dffaea37772b84ad18bdf56725af502a
parent5a4916beb895932ff9a68716f36fb47b4d059c49
utils.c (gnat_internal_attribute_table): Add support for noinline and noclone attributes.

* gcc-interface/utils.c (gnat_internal_attribute_table): Add support
for noinline and noclone attributes.
(handle_noinline_attribute): New handler.
(handle_noclone_attribute): Likewise.

From-SVN: r237127
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c