diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-11-22 21:50:49 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-11-22 21:50:49 +0000 |
commit | d6d17ae760f1060e04b211b04d4c952662fe121b (patch) | |
tree | 6f1332be1ef4e54b35f31f6d6ae3e70781e4a7c8 /gcc/config/m32c/m32c-protos.h | |
parent | 9a31f6a360b162a2defc6ddaeddc49388a5dffbd (diff) | |
download | gcc-d6d17ae760f1060e04b211b04d4c952662fe121b.zip gcc-d6d17ae760f1060e04b211b04d4c952662fe121b.tar.gz gcc-d6d17ae760f1060e04b211b04d4c952662fe121b.tar.bz2 |
re PR target/46613 (m32c fails to build - m32c_conditional_register_usage missing for m32c-pragma.c)
PR target/46613
* config/m32c/m32c-protos.h (m32c_conditional_register_usage): Declare.
* config/m32c/m32c.c (m32c_conditional_register_usage): No longer
static.
From-SVN: r167056
Diffstat (limited to 'gcc/config/m32c/m32c-protos.h')
-rw-r--r-- | gcc/config/m32c/m32c-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m32c/m32c-protos.h b/gcc/config/m32c/m32c-protos.h index 2e7422b..f7c32e7 100644 --- a/gcc/config/m32c/m32c-protos.h +++ b/gcc/config/m32c/m32c-protos.h @@ -22,6 +22,7 @@ #define MM enum machine_mode #define UINT unsigned int +void m32c_conditional_register_usage (void); int m32c_const_ok_for_constraint_p (HOST_WIDE_INT, char, const char *); UINT m32c_dwarf_frame_regnum (int); int m32c_eh_return_data_regno (int); |