diff options
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index a8dbb11e716..a2d2075ea35 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 + Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -181,5 +181,10 @@ extern enum machine_mode default_get_reg_raw_mode(int); extern const struct default_options empty_optimization_table[]; +extern bool default_target_handle_option (struct gcc_options *, + struct gcc_options *, + const struct cl_decoded_option *, + location_t); + extern void *default_get_pch_validity (size_t *); extern const char *default_pch_valid_p (const void *, size_t); |