diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6ad8b548196..2d9f44e36b2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-09-17 Alan Modra + + * elf64-alpha.c (alpha_elf_size_info): Make static. + 2002-09-17 Svein E. Seldal * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED. diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 719381bdf42..af99b351bd6 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -5480,7 +5480,7 @@ elf64_alpha_ecoff_debug_swap = /* Use a non-standard hash bucket size of 8. */ -const struct elf_size_info alpha_elf_size_info = +static const struct elf_size_info alpha_elf_size_info = { sizeof (Elf64_External_Ehdr), sizeof (Elf64_External_Phdr),