Add an Elfhashelt type for sparc64.

This commit is contained in:
jake 2001-08-03 01:00:41 +00:00
parent a48590ff89
commit 5b920477d4

View File

@ -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.
*/