Support 64-bit entry size in SHT_HASH (for s390).
[deliverable/binutils-gdb.git] / gold / dynobj.h
index c08c1dedcdce90b2129de3204ec9e483cc9babdb..9214266249759039ad91b9e00faa4336cb825d34 100644 (file)
@@ -132,7 +132,7 @@ class Dynobj : public Object
                       bool for_gnu_hash_table);
 
   // Sized version of create_elf_hash_table.
-  template<bool big_endian>
+  template<int size, bool big_endian>
   static void
   sized_create_elf_hash_table(const std::vector<uint32_t>& bucket,
                              const std::vector<uint32_t>& chain,
This page took 0.023086 seconds and 4 git commands to generate.