summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2000-07-04 02:18:06 +0000
committerJim Wilson <wilson@tuliptree.org>2000-07-04 02:18:06 +0000
commitcb00c43795bdcb9c6996e9809a75943956d48b11 (patch)
tree6342b8d4ee6780f71b219dacf0b19b6515644196 /bfd/elfcode.h
parent00566ca1f81f7eb44358abcf4421731d90808efd (diff)
downloadgdb-cb00c43795bdcb9c6996e9809a75943956d48b11.tar.gz
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.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index cd8e9a6a35a..f1b825d21a5 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,