diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-11 17:01:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-11 17:01:47 +0000 |
commit | dbf481172fcc6a37508e7c1c45da7eb68c1fdf4e (patch) | |
tree | b6f7505852dfbd6c6f871201522d874b0205f04b /bfd/elf.c | |
parent | 16bce26c356f8d3fc6ef90145085c6ff651ae957 (diff) | |
download | gdb-dbf481172fcc6a37508e7c1c45da7eb68c1fdf4e.zip gdb-dbf481172fcc6a37508e7c1c45da7eb68c1fdf4e.tar.gz gdb-dbf481172fcc6a37508e7c1c45da7eb68c1fdf4e.tar.bz2 |
Make debug_sec_names static.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.", |