summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-11-19 13:27:18 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-11-19 13:27:18 +0000
commit6a1f6c9c8645b35f6704ded5f1f3f9186dadc109 (patch)
treea35d25dbb6e404b8f7a02dc82c52069bfefb83ba /gcc/flags.h
parent21bf1558203226d4191d93a0b110b46611782f72 (diff)
common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable definitions.
* common.opt (flag_instrument_functions_exclude_functions, flag_instrument_functions_exclude_files): New Variable definitions. * flags.h (flag_instrument_functions_exclude_p): Don't declare. * gimplify.c (char_p): Declare type and vectors. (flag_instrument_functions_exclude_p): Moved from opts.c. Make static. * opts.c (flag_instrument_functions_exclude_functions, flag_instrument_functions_exclude_files): Remove. (add_comma_separated_to_vector): Take void **. (flag_instrument_functions_exclude_p): Move to gimplify.c. (common_handle_option): Use options structure for -finstrument-functions-exclude- options. From-SVN: r166943
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 7aa9ff14be3..3cc65a4556d 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -159,10 +159,6 @@ extern enum stack_check_type flag_stack_check;
#define abi_version_at_least(N) \
(flag_abi_version == 0 || flag_abi_version >= (N))
-/* Return whether the function should be excluded from
- instrumentation. */
-extern bool flag_instrument_functions_exclude_p (tree fndecl);
-
/* True if overflow wraps around for the given integral type. That
is, TYPE_MAX + 1 == TYPE_MIN. */
#define TYPE_OVERFLOW_WRAPS(TYPE) \