summaryrefslogtreecommitdiffstats
path: root/bfd/libbfd-in.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-in.h
parentc7b1f0d9dc1e343565710f900ebd019a1231b56c (diff)
downloadppe42-binutils-e4c93b56c394074228eec017e83de9150f9397de.tar.gz
ppe42-binutils-e4c93b56c394074228eec017e83de9150f9397de.zip
bfd: constify a few arrays
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h2
1 files changed, 1 insertions, 1 deletions
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[];
OpenPOWER on IntegriCloud