Deleted Added
full compact
common.h (60529) common.h (61843)
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

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

53#define EI_DATA 5 /* Data encoding */
54#define ELFDATANONE 0 /* Invalid data encoding */
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 */
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

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

53#define EI_DATA 5 /* Data encoding */
54#define ELFDATANONE 0 /* Invalid data encoding */
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 */
61#define ELFOSABI_NONE 0 /* UNIX System V ABI */
62#define ELFOSABI_HPUX 1 /* HP-UX operating system */
63#define ELFOSABI_NETBSD 2 /* NetBSD */
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 */

--- 495 unchanged lines hidden ---
62#define ELFOSABI_HPUX 1 /* HP-UX operating system */
63#define ELFOSABI_NETBSD 2 /* NetBSD */
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 */

--- 495 unchanged lines hidden ---