summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-29 10:42:45 +0000
committerNick Clifton <nickc@redhat.com>1999-05-29 10:42:45 +0000
commit083e34749756ba92573b9826c43192a5ccede71c (patch)
tree0e5dea48550d1976c501e3797c0b3c966fdbfe9c /include
parenta5700165db2f5bb10a3dad76322932b1cb434b7d (diff)
downloadgdb-083e34749756ba92573b9826c43192a5ccede71c.tar.gz
Define ELFOSABI_ARM
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 107143f6e6b..86b34bc87b7 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 cda3ba0d9d5..5274d45114f 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 */