diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h index 22558e9..8207b32 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -312,7 +312,7 @@ struct gcc_target /* Do something target-specific to record properties of the DECL into the associated SYMBOL_REF. */ - void (* encode_section_info) PARAMS ((tree, int)); + void (* encode_section_info) PARAMS ((tree, rtx, int)); /* Undo the effects of encode_section_info on the symbol string. */ const char * (* strip_name_encoding) PARAMS ((const char *)); |