diff options
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -777,6 +777,10 @@ typedef struct #define AT_HWCAP 16 /* Machine dependent hints about processor capabilities. */ +/* This entry gives some information about the FPU initialization + performed by the kernel. */ +#define AT_FPUCW 17 /* Used FPU control word. */ + /* Note section contents. Each entry in the note section begins with a header of a fixed form. */ |