aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2021-05-05 10:47:47 -0700
committerAndi Kleen <ak@linux.intel.com>2021-05-05 10:47:47 -0700
commitaba3917ab94d68df0ee3ca3b42e87cb9f1665080 (patch)
tree4c56bef9095c009bfb3591a3af552666d9ffff8c
parent3fb2a4dd065a905fdd7748ed55cd52eaad3695a3 (diff)
downloadlinux-misc-lto-5.12-3.tar.gz
increase objtool hash table sizeslto-5.12-3
-rw-r--r--tools/objtool/include/objtool/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/include/objtool/elf.h b/tools/objtool/include/objtool/elf.h
index e6890cc70a25ba..793156ba320f17 100644
--- a/tools/objtool/include/objtool/elf.h
+++ b/tools/objtool/include/objtool/elf.h
@@ -75,7 +75,7 @@ struct reloc {
bool jump_table_start;
};
-#define ELF_HASH_BITS 20
+#define ELF_HASH_BITS 30
struct elf {
Elf *elf;