summaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64-protos.h
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-17 20:45:50 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-17 20:45:50 +0000
commitf0ae8b21d5e8a71f490ad22289fcf40116c023ab (patch)
tree32f8c08fbeae93d8a90581da378c193a39ca15ff /gcc/config/ia64/ia64-protos.h
parent8178326d1c9a04a4df7fa93fe939a557ce742d79 (diff)
downloadgcc-f0ae8b21d5e8a71f490ad22289fcf40116c023ab.tar.gz
PR target/19889
* config/ia64/hpux.h (FUNCTION_PROFILER): New (dummy). (PROFILE_HOOK): New. (PROFILE_BEFORE_PROLOGUE): Undef. (NO_PROFILE_COUNTERS): New. * config/ia64/ia64-protos.h (ia64_profile_hook): New. * config/ia64/ia64.c (ia64_compute_frame_size): Add ifdef. (gen_mcount_func_rtx): New. (ia64_profile_hook): New. * config/ia64/ia64.md (ip_value): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/ia64-protos.h')
-rw-r--r--gcc/config/ia64/ia64-protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/ia64/ia64-protos.h b/gcc/config/ia64/ia64-protos.h
index 7b097bf56c4..e3e1560e559 100644
--- a/gcc/config/ia64/ia64-protos.h
+++ b/gcc/config/ia64/ia64-protos.h
@@ -114,3 +114,4 @@ extern enum direction ia64_hpux_function_arg_padding (enum machine_mode, tree);
extern void ia64_hpux_handle_builtin_pragma (struct cpp_reader *);
extern void ia64_output_function_profiler (FILE *, int);
+extern void ia64_profile_hook (int);