From: Mark Kettenis Date: Wed, 16 Jan 2008 22:01:42 +0000 (+0000) Subject: * common.h (AT_SUN_AUXFLAGS): Define. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c74ba40646449546c845bd46c2532a356b43bf77;p=deliverable%2Fbinutils-gdb.git * common.h (AT_SUN_AUXFLAGS): Define. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2254abf06d..15fc3f1e80 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2008-01-16 Mark Kettenis + + * common.h (AT_SUN_AUXFLAGS): Define. + 2007-12-11 Daniel Jacobowitz * dwarf2.h (DW_AT_hi_user): Correct value. diff --git a/include/elf/common.h b/include/elf/common.h index be8b7fc8af..b6d981f3dc 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -782,6 +782,7 @@ #define AT_SUN_EXECNAME 2014 /* Canonicalized file name given to execve. */ #define AT_SUN_MMU 2015 /* String for name of MMU module. */ #define AT_SUN_LDDATA 2016 /* Dynamic linker's data segment address. */ +#define AT_SUN_AUXFLAGS 2017 /* AF_SUN_ flags passed from the kernel. */ #endif /* _ELF_COMMON_H */