From 9067c5950cd78756cd9824e024530796871c2c6c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 26 Jul 1997 02:20:22 +0000 Subject: [PATCH] Add AT_PLATFORM and AT_HWCAP. --- elf/elf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elf/elf.h b/elf/elf.h index d01bc90c90..02d092ffac 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -654,6 +654,11 @@ typedef struct #define AT_GID 13 /* Real gid */ #define AT_EGID 14 /* Effective gid */ +/* Some more special a_type values describing the hardware. */ +#define AT_PLATFORM 15 /* String identifying platform. */ +#define AT_HWCAP 16 /* Machine dependent hints about + processor capabilities. */ + /* Motorola 68k specific definitions. */ /* m68k relocs. */ -- 2.11.4.GIT