diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-22 07:34:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-22 07:34:57 +0000 |
commit | 2aa9e1d78a9794e622bf841b9227a5fc0a70de03 (patch) | |
tree | 47ad0431b8c0f6e9f06e5b0b6ea870c44305d2d9 /include | |
parent | 0e69fcbcf49e7b8c9bbc85f335d7782df4cb87c2 (diff) | |
download | gdb-2aa9e1d78a9794e622bf841b9227a5fc0a70de03.zip gdb-2aa9e1d78a9794e622bf841b9227a5fc0a70de03.tar.gz gdb-2aa9e1d78a9794e622bf841b9227a5fc0a70de03.tar.bz2 |
2000-02-22 H.J. Lu <hjl@gnu.org>
* common.h (ELFOSABI_LINUX): Define.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 84c11b0..04b38e1 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2000-02-22 H.J. Lu <hjl@gnu.org> + + * common.h (ELFOSABI_LINUX): Define. + Thu Feb 17 00:18:33 2000 J"orn Rennecke <amylaar@cygnus.co.uk> * sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros. diff --git a/include/elf/common.h b/include/elf/common.h index 8b976cc..74fd7b2 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -1,5 +1,6 @@ /* ELF support for BFD. - Copyright (C) 1991,92,93,94,95,96,97,98,1999 Free Software Foundation, Inc. + Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000 + Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and @@ -59,6 +60,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EI_OSABI 7 /* Operating System/ABI indication */ #define ELFOSABI_SYSV 0 /* UNIX System V ABI */ #define ELFOSABI_HPUX 1 /* HP-UX operating system */ +#define ELFOSABI_LINUX 3 /* GNU/Linux */ #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ #define ELFOSABI_ARM 97 /* ARM */ |