diff options
author | Mark Kettenis <kettenis@gnu.org> | 2008-01-16 22:01:42 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2008-01-16 22:01:42 +0000 |
commit | c74ba40646449546c845bd46c2532a356b43bf77 (patch) | |
tree | 695dd826d2c7c79aad75a3e568e3ce581d744e56 | |
parent | 982b62a0302649b11becdcdf619e8558b08e69b5 (diff) | |
download | gdb-c74ba40646449546c845bd46c2532a356b43bf77.zip gdb-c74ba40646449546c845bd46c2532a356b43bf77.tar.gz gdb-c74ba40646449546c845bd46c2532a356b43bf77.tar.bz2 |
* common.h (AT_SUN_AUXFLAGS): Define.
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2254abf..15fc3f1 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2008-01-16 Mark Kettenis <kettenis@gnu.org> + + * common.h (AT_SUN_AUXFLAGS): Define. + 2007-12-11 Daniel Jacobowitz <dan@codesourcery.com> * dwarf2.h (DW_AT_hi_user): Correct value. diff --git a/include/elf/common.h b/include/elf/common.h index be8b7fc..b6d981f 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 */ |