Date: Thu, 15 Sep 2016 17:36:43 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r305847 - stable/11/sys/sys Message-ID: <201609151736.u8FHahvU085670@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609151736.u8FHahvU085670>