diff options
Diffstat (limited to 'gcc/config/arm/pe.c')
-rw-r--r-- | gcc/config/arm/pe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/arm/pe.c b/gcc/config/arm/pe.c index 8360f85..4069eac 100644 --- a/gcc/config/arm/pe.c +++ b/gcc/config/arm/pe.c @@ -207,8 +207,9 @@ arm_mark_dllimport (decl) /* Cover function to implement ENCODE_SECTION_INFO. */ void -arm_pe_encode_section_info (decl) +arm_pe_encode_section_info (decl, first) tree decl; + int first ATTRIBUTE_UNUSED; { /* This bit is copied from arm.h. */ if (optimize > 0 && TREE_CONSTANT (decl) |