From 70bcb1452f241edac96dc697f430b5fa3cb9a5dd Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 4 Jul 2000 02:18:06 +0000 Subject: Fix hash section entry size to match ELF standard. Override for alpha-linux. * elf64-alpha.c (alpha_elf_size_info): New. (elf_backend_size_info): Define to alpha_elf_size_info. * elfcode.h (elf_size_info): Change hash bucket size to 4. --- bfd/elfcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elfcode.h') diff --git a/bfd/elfcode.h b/bfd/elfcode.h index cd8e9a6..f1b825d 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1525,7 +1525,7 @@ const struct elf_size_info NAME(_bfd_elf,size_info) = { sizeof (Elf_External_Sym), sizeof (Elf_External_Dyn), sizeof (Elf_External_Note), - ARCH_SIZE / 8, + 4, 1, ARCH_SIZE, FILE_ALIGN, ELFCLASS, EV_CURRENT, -- cgit v1.1