summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/elf.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2002-05-30 08:32:18 +0000
committerdfr <dfr@FreeBSD.org>2002-05-30 08:32:18 +0000
commita3b8e6c9c72cf42141179b64b200c58dd43762dc (patch)
tree7aa8325b3ff6965ce0b445a1902564106a57c21a /sys/amd64/include/elf.h
parent1f82eddce75c04017bcd25e1cae002a67f2c3fdd (diff)
downloadFreeBSD-src-a3b8e6c9c72cf42141179b64b200c58dd43762dc.zip
FreeBSD-src-a3b8e6c9c72cf42141179b64b200c58dd43762dc.tar.gz
Move the definition of ElfN_Hashelt to common headers. The only platform
which has a different definition for this is alpha.
Diffstat (limited to 'sys/amd64/include/elf.h')
-rw-r--r--sys/amd64/include/elf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/amd64/include/elf.h b/sys/amd64/include/elf.h
index 1b718d0..46d512c 100644
--- a/sys/amd64/include/elf.h
+++ b/sys/amd64/include/elf.h
@@ -60,17 +60,6 @@ typedef struct { /* Auxiliary vector entry on initial stack */
__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 Elf32_Off Elf32_Hashelt;
-
-__ElfType(Hashelt);
-
/* Values for a_type. */
#define AT_NULL 0 /* Terminates the vector. */
#define AT_IGNORE 1 /* Ignored entry. */
OpenPOWER on IntegriCloud