diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-09-13 23:25:09 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-09-13 23:25:09 +0100 |
commit | ce959463a33a5ca36e4a87d76146f93cd246dc66 (patch) | |
tree | 4dd518634134f09ad3470019666a32b6eb09278f /gcc/config/mep/mep-protos.h | |
parent | 10d58e6b567f19a1efe32b0fb861d9532964e96e (diff) | |
download | gcc-ce959463a33a5ca36e4a87d76146f93cd246dc66.zip gcc-ce959463a33a5ca36e4a87d76146f93cd246dc66.tar.gz gcc-ce959463a33a5ca36e4a87d76146f93cd246dc66.tar.bz2 |
re PR target/44749 (mep-elf fails to build)
PR target/44749
* config/mep/t-mep (GTM_H): Add insn-constants.h.
* config/mep/mep.c (mep_conditional_register_usage): Take no
parameters.
* config/mep/mep-protos.h (mep_conditional_register_usage): Update
prototype.
* config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
call to mep_conditional_register_usage.
From-SVN: r164260
Diffstat (limited to 'gcc/config/mep/mep-protos.h')
-rw-r--r-- | gcc/config/mep/mep-protos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mep/mep-protos.h b/gcc/config/mep/mep-protos.h index 82be465..44699f7 100644 --- a/gcc/config/mep/mep-protos.h +++ b/gcc/config/mep/mep-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in mep.c - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. Contributed by Red Hat Inc (dj@redhat.com) @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -extern void mep_conditional_register_usage (char *, char *); +extern void mep_conditional_register_usage (void); extern void mep_optimization_options (void); extern void mep_override_options (void); extern int mep_regno_reg_class (int); |