From 562ace6b7985c8f45d1550eed91b751c49343e09 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 17 Sep 2002 08:48:54 +0000 Subject: [PATCH] * elf64-alpha.c (alpha_elf_size_info): Make static. --- bfd/ChangeLog | 4 ++++ bfd/elf64-alpha.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * 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 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), -- 2.7.4