summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-28 12:50:30 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-28 12:50:30 +0000
commitf4e1460127058dc63bb4eb9c3532382347cbd744 (patch)
treeb2cb12295992b283a0eeffc01473cb539f352d96 /bfd/libbfd-in.h
parent6a143a5f99ede3bdf6d05ce909fe1fadb92f5caa (diff)
downloadbinutils-redhat-f4e1460127058dc63bb4eb9c3532382347cbd744.tar.gz
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[];