mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85680
@ -67,7 +67,7 @@ __ElfType(Auxinfo);
|
||||
* typedef is required.
|
||||
*/
|
||||
|
||||
typedef Elf64_Off Elf64_Hashelt;
|
||||
typedef Elf64_Half Elf64_Hashelt;
|
||||
|
||||
__ElfType(Hashelt);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user