Add an Elfhashelt type for sparc64.
This commit is contained in:
parent
a48590ff89
commit
5b920477d4
@ -59,6 +59,17 @@ typedef struct {
|
||||
|
||||
__ElfType(Auxinfo);
|
||||
|
||||
/*
|
||||
* Types of dynamic symbol hash table bucket and chain elements.
|
||||
*
|
||||
* This is inconsistent among 64 bit architectures, so a machine dependent
|
||||
* typedef is required.
|
||||
*/
|
||||
|
||||
typedef Elf64_Half Elf64_Hashelt;
|
||||
|
||||
__ElfType(Hashelt);
|
||||
|
||||
/*
|
||||
* Values for a_type.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user