From f4e1460127058dc63bb4eb9c3532382347cbd744 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 28 Apr 2011 12:50:30 +0000 Subject: bfd: constify a few arrays --- bfd/dwarf2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/dwarf2.c') diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 3db23956ab..02e69a8672 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -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" }, -- cgit v1.2.1