aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-28 12:50:32 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-28 12:50:32 +0000
commite4c93b56c394074228eec017e83de9150f9397de (patch)
tree0ead6cd1d96afb9381d4e7a79e1bf8e5451f4e2a /bfd/libbfd.h
parentc7b1f0d9dc1e343565710f900ebd019a1231b56c (diff)
downloadgdb-e4c93b56c394074228eec017e83de9150f9397de.zip
gdb-e4c93b56c394074228eec017e83de9150f9397de.tar.gz
gdb-e4c93b56c394074228eec017e83de9150f9397de.tar.bz2
bfd: constify a few arrays
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h2
1 files changed, 1 insertions, 1 deletions
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);