aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-07-01 23:47:10 +0000
committerAlan Modra <amodra@gmail.com>2002-07-01 23:47:10 +0000
commite3817b46e46d918efba15cc13c52b92806aabff9 (patch)
tree3aa7f857e89e7a6048c9e5b41a2638cf4479b39a
parent21c2ea5e7ebaed25ff3434ab55153bd8ba6f0d0c (diff)
downloadgdb-e3817b46e46d918efba15cc13c52b92806aabff9.zip
gdb-e3817b46e46d918efba15cc13c52b92806aabff9.tar.gz
gdb-e3817b46e46d918efba15cc13c52b92806aabff9.tar.bz2
typo fix
-rw-r--r--include/elf/ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 6e38b48..3e64a32 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,6 +1,6 @@
2002-07-01 Matt Thomas <matt@3am-software.com>
- * Rename EF_* to EF_VAX_*.
+ * vax.h: Rename EF_* to EF_VAX_*.
2002-06-18 Dave Brolley <brolley@redhat.com>
@@ -45,8 +45,8 @@
* common.h (NT_GNU_ABI_TAG): Define.
(GNU_ABI_TAG_LINUX): Define.
(GNU_ABI_TAG_HURD): Define.
- (GNU_ABI_TAG_SOLARIS): Define.
- (NT_NETBSD_IDENT): Define.
+ (GNU_ABI_TAG_SOLARIS): Define.
+ (NT_NETBSD_IDENT): Define.
(NT_FREEBSD_ABI_TAG): Define.
2002-04-24 Elena Zannoni <ezannoni@redhat.com>
@@ -145,7 +145,7 @@
* common.h: Update copyright years.
(NT_NETBSDCORE_PROCINFO): Define.
- (NT_NETBSDCORE_FIRSTMACH): Define.
+ (NT_NETBSDCORE_FIRSTMACH): Define.
2002-01-06 Steve Ellcey <sje@cup.hp.com>
@@ -339,18 +339,18 @@
2000-10-16 Chris Demetriou <cgd@sibyte.com>
- * mips.h (E_MIPS_ARCH_32): New constant.
- (E_MIPS_MACH_MIPS32, E_MIPS_MACH_MIPS32_4K): Replace the
- former with the latter.
+ * mips.h (E_MIPS_ARCH_32): New constant.
+ (E_MIPS_MACH_MIPS32, E_MIPS_MACH_MIPS32_4K): Replace the
+ former with the latter.
- * mips.h (E_MIPS_ARCH_5, E_MIPS_ARCH_64): New definitions.
+ * mips.h (E_MIPS_ARCH_5, E_MIPS_ARCH_64): New definitions.
- * mips.h (E_MIPS_MACH_SB1): New constant.
+ * mips.h (E_MIPS_MACH_SB1): New constant.
2000-11-30 Jan Hubicka <jh@suse.cz>
- * common.h (EM_X86_64): New macro.
- * x86-64.h: New file.
+ * common.h (EM_X86_64): New macro.
+ * x86-64.h: New file.
2000-11-27 Hans-Peter Nilsson <hp@axis.com>