summaryrefslogtreecommitdiff
path: root/gcc/config/arm/pe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/pe.c')
-rw-r--r--gcc/config/arm/pe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/arm/pe.c b/gcc/config/arm/pe.c
index 7fb0ed9b5df..de745586dc2 100644
--- a/gcc/config/arm/pe.c
+++ b/gcc/config/arm/pe.c
@@ -204,14 +204,12 @@ arm_mark_dllimport (decl)
XEXP (DECL_RTL (decl), 0) = newrtl;
}
-/* Cover function to implement ENCODE_SECTION_INFO. */
-
void
arm_pe_encode_section_info (decl, first)
tree decl;
int first ATTRIBUTE_UNUSED;
{
- /* This bit is copied from arm.h. */
+ /* This bit is copied from arm_encode_section_info. */
if (optimize > 0 && TREE_CONSTANT (decl)
&& (!flag_writable_strings || TREE_CODE (decl) != STRING_CST))
{