diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-04-14 19:32:44 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-04-14 19:32:44 +0000 |
commit | 405713cfb3709d4f6422c8cdf4cc54412ca6225c (patch) | |
tree | 5ee00cd14d3256c938142268569b83991c3b5a7e /include/elf/common.h | |
parent | f234d21a3c8280d350d724e617dc16de33f150d4 (diff) | |
download | cygnal-405713cfb3709d4f6422c8cdf4cc54412ca6225c.tar.gz cygnal-405713cfb3709d4f6422c8cdf4cc54412ca6225c.tar.bz2 cygnal-405713cfb3709d4f6422c8cdf4cc54412ca6225c.zip |
2000-04-14 H.J. Lu <hjl@gnu.org>
* common.h (ELFOSABI_TRUE64): Renamed to ELFOSABI_TRU64.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 45844cde1..febda9c46 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 */ |