From 3d4920d7c3bb7f69a8ef1bc7f64fbef8e8a04f2c Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@redhat.com>
Date: Sat, 29 May 1999 10:42:45 +0000
Subject: Define ELFOSABI_ARM

---
 include/elf/ChangeLog | 4 ++++
 include/elf/common.h  | 1 +
 2 files changed, 5 insertions(+)

(limited to 'include/elf')

diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 107143f..86b34bc 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+1999-05-29  Nick Clifton  <nickc@cygnus.com>
+
+	* common.h (ELFOSABI_ARM): Define.
+
 1999-05-28  Nick Clifton  <nickc@cygnus.com>
 
 	* reloc-macros.h: Update comment.
diff --git a/include/elf/common.h b/include/elf/common.h
index cda3ba0..5274d45 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -60,6 +60,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define ELFOSABI_SYSV   0       /* UNIX System V ABI */
 #define ELFOSABI_HPUX   1       /* HP-UX operating system */
 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
+#define ELFOSABI_ARM   97		/* ARM */
 
 #define EI_ABIVERSION   8       /* ABI version */
 
-- 
cgit v1.1