mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Define ELFOSABI_ARM
This commit is contained in:
parent
ccf04c82c7
commit
3d4920d7c3
@ -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.
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user