Commit 8d2134aa by Richard Henderson

* varasm.c (set_named_section_flags): Initialize "declared".

From-SVN: r46111
parent 8fecf41d
2001-10-08 Richard Henderson <rth@redhat.com>
* varasm.c (set_named_section_flags): Initialize "declared".
2001-10-08 Robert Lipe <robertlipe@usa.net>
* varasm.c (struct in_named_entry): Add declared.
* varasm.c (struct in_named_entry): Add declared.
(named_section_first_declaration): New function.
(default_elf_asm_named_section): Use it.
* output.h (named_section_first_declaration): New.
......
......@@ -387,6 +387,7 @@ set_named_section_flags (section, flags)
*slot = entry;
entry->name = ggc_strdup (section);
entry->flags = flags;
entry->declared = false;
}
else if (entry->flags != flags)
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment