Deleted Added
full compact
common.h (60484) common.h (60529)
1/* ELF support for BFD.
2 Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
3 Free Software Foundation, Inc.
4
5 Written by Fred Fish @ Cygnus Support, from information published
6 in "UNIX System V Release 4, Programmers Guide: ANSI C and
7 Programming Support Tools".
8

--- 46 unchanged lines hidden (view full) ---

55#define ELFDATA2LSB 1 /* 2's complement, little endian */
56#define ELFDATA2MSB 2 /* 2's complement, big endian */
57
58#define EI_VERSION 6 /* File version */
59
60#define EI_OSABI 7 /* Operating System/ABI indication */
61#define ELFOSABI_SYSV 0 /* UNIX System V ABI */
62#define ELFOSABI_HPUX 1 /* HP-UX operating system */
1/* ELF support for BFD.
2 Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
3 Free Software Foundation, Inc.
4
5 Written by Fred Fish @ Cygnus Support, from information published
6 in "UNIX System V Release 4, Programmers Guide: ANSI C and
7 Programming Support Tools".
8

--- 46 unchanged lines hidden (view full) ---

55#define ELFDATA2LSB 1 /* 2's complement, little endian */
56#define ELFDATA2MSB 2 /* 2's complement, big endian */
57
58#define EI_VERSION 6 /* File version */
59
60#define EI_OSABI 7 /* Operating System/ABI indication */
61#define ELFOSABI_SYSV 0 /* UNIX System V ABI */
62#define ELFOSABI_HPUX 1 /* HP-UX operating system */
63#define ELFOSABI_NETBSD 2 /* NetBSD */
63#define ELFOSABI_LINUX 3 /* GNU/Linux */
64#define ELFOSABI_LINUX 3 /* GNU/Linux */
65#define ELFOSABI_HURD 4 /* GNU/Hurd */
66#define ELFOSABI_SOLARIS 6 /* Solaris */
67#define ELFOSABI_MONTEREY 7 /* Monterey */
68#define ELFOSABI_IRIX 8 /* IRIX */
69#define ELFOSABI_FREEBSD 9 /* FreeBSD */
70#define ELFOSABI_TRU64 10 /* TRU64 UNIX */
71#define ELFOSABI_MODESTO 11 /* Novell Modesto */
72#define ELFOSABI_OPENBSD 12 /* OpenBSD */
64#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
65#define ELFOSABI_ARM 97 /* ARM */
66
67#define EI_ABIVERSION 8 /* ABI version */
68
69#define EI_PAD 9 /* Start of padding bytes */
70
71

--- 484 unchanged lines hidden ---
73#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
74#define ELFOSABI_ARM 97 /* ARM */
75
76#define EI_ABIVERSION 8 /* ABI version */
77
78#define EI_PAD 9 /* Start of padding bytes */
79
80

--- 484 unchanged lines hidden ---