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/libbfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/libbfd.h') diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 2e7df4f..90737df 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -822,7 +822,7 @@ struct dwarf_debug_section /* Map of uncompressed DWARF debug section name to compressed one. It is terminated by NULL uncompressed_name. */ -extern struct dwarf_debug_section dwarf_debug_sections[]; +extern const struct dwarf_debug_section dwarf_debug_sections[]; /* Extracted from init.c. */ /* Extracted from libbfd.c. */ bfd_boolean bfd_write_bigendian_4byte_int (bfd *, unsigned int); -- cgit v1.1