From: wschmidt Date: Mon, 25 Jan 2016 14:06:28 +0000 (+0000) Subject: 2016-01-25 Bill Schmidt X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32050ebd466960b9e660b564735d077dbb8ff93b;p=thirdparty%2Fgcc.git 2016-01-25 Bill Schmidt * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add decl with __attribute__ ((unused)) annotation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232793 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd851ed77f82..6d51578ae078 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-25 Bill Schmidt + + * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add + decl with __attribute__ ((unused)) annotation. + 2016-01-25 Ilya Enkovich PR target/69421 diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 4c70f67b0a83..b97dc19d114e 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -1311,6 +1311,7 @@ static bool rs6000_secondary_reload_move (enum rs6000_reg_type, secondary_reload_info *, bool); rtl_opt_pass *make_pass_analyze_swaps (gcc::context*); +static bool rs6000_keep_leaf_when_profiled () __attribute__ ((unused)); /* Hash table stuff for keeping track of TOC entries. */