diff options
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 05d1addc327..7c99b081a50 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -54,6 +54,8 @@ extern bool default_decimal_float_supported_p (void); extern const char * default_invalid_within_doloop (rtx); +extern bool default_narrow_bitfield (void); + /* These are here, and not in hooks.[ch], because not all users of hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */ |