diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf64-alpha.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6ad8b54..2d9f44e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-09-17 Alan Modra <amodra@bigpond.net.au> + + * elf64-alpha.c (alpha_elf_size_info): Make static. + 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com> * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED. diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 719381b..af99b35 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), |