xlat: add audit_arch_flags
For now, it's just a source for audit_flags fallback values. * xlat/audit_arch_flags.in: New file. * printsiginfo.c: Include xlat/audit_arch_flags.h.
This commit is contained in:
@ -50,6 +50,7 @@
|
||||
|
||||
#define XLAT_MACROS_ONLY
|
||||
/* For xlat/audit_arch.h */
|
||||
# include "xlat/audit_arch_flags.h"
|
||||
# include "xlat/elf_em.h"
|
||||
#undef XLAT_MACROS_ONLY
|
||||
|
||||
|
3
xlat/audit_arch_flags.in
Normal file
3
xlat/audit_arch_flags.in
Normal file
@ -0,0 +1,3 @@
|
||||
__AUDIT_ARCH_CONVENTION_MIPS64_N32 0x20000000
|
||||
__AUDIT_ARCH_LE 0x40000000
|
||||
__AUDIT_ARCH_64BIT 0x80000000
|
Reference in New Issue
Block a user