mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
* varasm.c (set_named_section_flags): Initialize "declared".
From-SVN: r46111
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user