bfd: constify a few arrays

This commit is contained in:
Mike Frysinger
2011-04-28 12:50:32 +00:00
parent c7b1f0d9dc
commit e4c93b56c3
5 changed files with 11 additions and 4 deletions

View File

@@ -278,7 +278,7 @@ struct attr_abbrev
/* Map of uncompressed DWARF debug section name to compressed one. It
is terminated by NULL uncompressed_name. */
struct dwarf_debug_section dwarf_debug_sections[] =
const struct dwarf_debug_section dwarf_debug_sections[] =
{
{ ".debug_abbrev", ".zdebug_abbrev" },
{ ".debug_aranges", ".zdebug_aranges" },