aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sh/sh-protos.h
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@superh.com>2003-06-10 20:53:33 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2003-06-10 21:53:33 +0100
commit9053436180e7b5c00231a48205a09fa64ad63e5a (patch)
tree42fbe48feb81e3ffa0a0ee511238870f9c4a871b /gcc/config/sh/sh-protos.h
parent9fa543a540946002e2304feb4cffb698a933d7a9 (diff)
downloadgcc-9053436180e7b5c00231a48205a09fa64ad63e5a.zip
gcc-9053436180e7b5c00231a48205a09fa64ad63e5a.tar.gz
gcc-9053436180e7b5c00231a48205a09fa64ad63e5a.tar.bz2
sh-protos.h (function_symbol): Declare.
* sh-protos.h (function_symbol): Declare. * sh.c (expand_block_move, expand_ashiftrt): Use it. (sh_expand_prologue, sh_expand_epilogue): Likewise. (sh_initialize_trampoline): Likewise. (function_symbol): New function. * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it. (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise. (call_value_pop, shcompact_return_tramp): Likewise. * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag. * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of target register. From-SVN: r67732
Diffstat (limited to 'gcc/config/sh/sh-protos.h')
-rw-r--r--gcc/config/sh/sh-protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h
index 45bcea6..709a0e4 100644
--- a/gcc/config/sh/sh-protos.h
+++ b/gcc/config/sh/sh-protos.h
@@ -136,5 +136,6 @@ extern void fpscr_set_from_mem PARAMS ((int, HARD_REG_SET));
extern void sh_pr_interrupt PARAMS ((struct cpp_reader *));
extern void sh_pr_trapa PARAMS ((struct cpp_reader *));
extern void sh_pr_nosave_low_regs PARAMS ((struct cpp_reader *));
+extern rtx function_symbol (const char *);
#endif /* ! GCC_SH_PROTOS_H */