diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-28 12:50:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-28 12:50:32 +0000 |
commit | e4c93b56c394074228eec017e83de9150f9397de (patch) | |
tree | 0ead6cd1d96afb9381d4e7a79e1bf8e5451f4e2a /bfd/libbfd-in.h | |
parent | c7b1f0d9dc1e343565710f900ebd019a1231b56c (diff) | |
download | gdb-e4c93b56c394074228eec017e83de9150f9397de.zip gdb-e4c93b56c394074228eec017e83de9150f9397de.tar.gz gdb-e4c93b56c394074228eec017e83de9150f9397de.tar.bz2 |
bfd: constify a few arrays
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r-- | bfd/libbfd-in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index b7201bd..ad45ba3 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[]; |