mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-22 07:39:05 +08:00
* common.h (AT_SUN_AUXFLAGS): Define.
This commit is contained in:
@ -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>
|
2007-12-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* dwarf2.h (DW_AT_hi_user): Correct value.
|
* dwarf2.h (DW_AT_hi_user): Correct value.
|
||||||
|
@ -782,6 +782,7 @@
|
|||||||
#define AT_SUN_EXECNAME 2014 /* Canonicalized file name given to execve. */
|
#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_MMU 2015 /* String for name of MMU module. */
|
||||||
#define AT_SUN_LDDATA 2016 /* Dynamic linker's data segment address. */
|
#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 */
|
#endif /* _ELF_COMMON_H */
|
||||||
|
Reference in New Issue
Block a user