From e4c93b56c394074228eec017e83de9150f9397de Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 28 Apr 2011 12:50:32 +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 3db2395..02e69a8 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.1