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:
parent
b3cd898e58
commit
0050cf3e5d
@ -67,7 +67,7 @@ __ElfType(Auxinfo);
|
||||
* typedef is required.
|
||||
*/
|
||||
|
||||
typedef Elf64_Off Elf64_Hashelt;
|
||||
typedef Elf64_Half Elf64_Hashelt;
|
||||
|
||||
__ElfType(Hashelt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user