Add an Elfhashelt type for sparc64.

This commit is contained in:
Jake Burkholder 2001-08-03 01:00:41 +00:00
parent c6eafcf2c5
commit 1994658f04

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