From b12c388f303345eeb5b3cef5b06b4b922adb7be2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 11 Sep 2000 17:01:47 +0000 Subject: [PATCH] Make debug_sec_names static. --- bfd/ChangeLog | 5 +++++ bfd/elf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff7dcd4869..6e331ac4c3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-09-11 Michael Sokolov + + * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names + static. + 2000-09-10 Michael Sokolov * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for diff --git a/bfd/elf.c b/bfd/elf.c index 6f732f8183..fea846dc66 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -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.", -- 2.11.0