svn commit: r305847 - stable/11/sys/sys
Ed Maste
emaste at FreeBSD.org
Thu Sep 15 17:36:44 UTC 2016
Author: emaste
Date: Thu Sep 15 17:36:43 2016
New Revision: 305847
URL: https://svnweb.freebsd.org/changeset/base/305847
Log:
MFC r303670: Add ELFOSABI_ARM_AEABI ELF OSABI constant
Modified:
stable/11/sys/sys/elf_common.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/sys/elf_common.h
==============================================================================
--- stable/11/sys/sys/elf_common.h Thu Sep 15 17:34:14 2016 (r305846)
+++ stable/11/sys/sys/elf_common.h Thu Sep 15 17:36:43 2016 (r305847)
@@ -171,6 +171,7 @@ typedef struct {
#define ELFOSABI_AROS 15 /* Amiga Research OS */
#define ELFOSABI_FENIXOS 16 /* FenixOS */
#define ELFOSABI_CLOUDABI 17 /* Nuxi CloudABI */
+#define ELFOSABI_ARM_AEABI 64 /* ARM EABI */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
More information about the svn-src-stable
mailing list