aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-04-14 19:32:44 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-04-14 19:32:44 +0000
commit0044240b8d6588bff05cd8c1940e49d40d85aa3b (patch)
tree01da8cf90476dbc2a8514438df037db29303eb35 /include
parent7355ddbacef086a00575d289049611428fbf8087 (diff)
downloadgdb-0044240b8d6588bff05cd8c1940e49d40d85aa3b.zip
gdb-0044240b8d6588bff05cd8c1940e49d40d85aa3b.tar.gz
gdb-0044240b8d6588bff05cd8c1940e49d40d85aa3b.tar.bz2
2000-04-14 H.J. Lu <hjl@gnu.org>
* common.h (ELFOSABI_TRUE64): Renamed to ELFOSABI_TRU64.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index baf469c..3528516 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,5 +1,9 @@
2000-04-14 H.J. Lu <hjl@gnu.org>
+ * common.h (ELFOSABI_TRUE64): Renamed to ELFOSABI_TRU64.
+
+2000-04-14 H.J. Lu <hjl@gnu.org>
+
* common.h (ELFOSABI_NETBSD): Defined.
(ELFOSABI_HURD): Likewise.
(ELFOSABI_SOLARIS): Likewise.
diff --git a/include/elf/common.h b/include/elf/common.h
index 45844cd..febda9c 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 */