1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Update to use elf_generic.h.

This commit is contained in:
Doug Rabson 1998-08-17 08:05:55 +00:00
parent e99a8ba0c4
commit e00c264242
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38386

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: elf.h,v 1.2 1998/06/10 10:54:57 dfr Exp $
* $Id: elf.h,v 1.3 1998/06/28 00:50:35 dfr Exp $
*/
#ifndef _MACHINE_ELF_H_
@ -35,6 +35,9 @@
#include <sys/elf64.h> /* Definitions common to all 64 bit architectures. */
#define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */
#include <sys/elf_generic.h>
#define ELF_MACHINE_OK(x) ((x) == EM_ALPHA)
/*
@ -53,6 +56,8 @@ typedef struct { /* Auxiliary vector entry on initial stack */
} a_un;
} Elf64_Auxinfo;
__ElfType(Auxinfo);
/* Values for a_type. */
#define AT_NULL 0 /* Terminates the vector. */
#define AT_IGNORE 1 /* Ignored entry. */