From 753090e2539a6161d1ed1b38083f6078a61932d0 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 14 Apr 2000 19:32:44 +0000 Subject: [PATCH] 2000-04-14 H.J. Lu * common.h (ELFOSABI_TRUE64): Renamed to ELFOSABI_TRU64. --- include/elf/ChangeLog | 4 ++++ include/elf/common.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index baf469c8ac..3528516e23 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,5 +1,9 @@ 2000-04-14 H.J. Lu + * common.h (ELFOSABI_TRUE64): Renamed to ELFOSABI_TRU64. + +2000-04-14 H.J. Lu + * common.h (ELFOSABI_NETBSD): Defined. (ELFOSABI_HURD): Likewise. (ELFOSABI_SOLARIS): Likewise. diff --git a/include/elf/common.h b/include/elf/common.h index 45844cde15..febda9c462 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -67,7 +67,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define ELFOSABI_MONTEREY 7 /* Monterey */ #define ELFOSABI_IRIX 8 /* IRIX */ #define ELFOSABI_FREEBSD 9 /* FreeBSD */ -#define ELFOSABI_TRUE64 10 /* TRUE64 UNIX */ +#define ELFOSABI_TRU64 10 /* TRU64 UNIX */ #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ #define ELFOSABI_ARM 97 /* ARM */ -- 2.11.0