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/libbfd-in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/libbfd-in.h') diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index b7201bdde2..ad45ba3e42 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -817,4 +817,4 @@ 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[]; -- cgit v1.2.1