Make debug_sec_names static.

This commit is contained in:
Nick Clifton
2000-09-11 17:01:47 +00:00
parent 16bce26c35
commit dbf481172f
2 changed files with 6 additions and 1 deletions

View File

@@ -384,7 +384,7 @@ _bfd_elf_make_section_from_shdr (abfd, hdr, name)
/* The debugging sections appear to be recognized only by name, not
any sort of flag. */
{
const char *debug_sec_names [] =
static const char *debug_sec_names [] =
{
".debug",
".gnu.linkonce.wi.",