diff options
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r-- | gcc/hooks.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c index 9969bce..19e294f 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -360,3 +360,10 @@ void hook_void_rtx_int (rtx insn ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED) { } + +/* Generic hook that takes a struct gcc_options * and returns void. */ + +void +hook_void_gcc_optionsp (struct gcc_options *opts ATTRIBUTE_UNUSED) +{ +} |