mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
* elf64-alpha.c (alpha_elf_size_info): Make static.
This commit is contained in:
@ -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.
|
||||
|
@ -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),
|
||||
|
Reference in New Issue
Block a user