The size of the ELF hash table changed from 64 bits in the prototype

toolchains to 32 bits in 2.11.2.

Obtained from:	dfr
This commit is contained in:
peter 2001-10-29 10:20:19 +00:00
parent e6400f83f7
commit d03e3b56fc

View File

@ -67,7 +67,7 @@ __ElfType(Auxinfo);
* typedef is required.
*/
typedef Elf64_Off Elf64_Hashelt;
typedef Elf64_Half Elf64_Hashelt;
__ElfType(Hashelt);