diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-02-02 22:15:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-02-02 22:15:52 +0000 |
commit | fc523535b38577c858eb8307cedf26179b96213c (patch) | |
tree | d7b05cea81e94862cf4f2dff93cd968e3456daa8 | |
parent | bc447904f7a3e4e55ae14638b28f5a0b0df23d29 (diff) | |
download | gdb-fc523535b38577c858eb8307cedf26179b96213c.zip gdb-fc523535b38577c858eb8307cedf26179b96213c.tar.gz gdb-fc523535b38577c858eb8307cedf26179b96213c.tar.bz2 |
Fix typos in year.
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | include/ChangeLog | 2 | ||||
-rw-r--r-- | opcodes/ChangeLog | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9d27953..d1ab32b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -33,7 +33,7 @@ * elf64-ppc.c (ppc64_elf_write_core_note): New function. (elf_backend_write_core_note): Define. -2076-01-31 H.J. Lu <hongjiu.lu@intel.com> +2007-01-31 H.J. Lu <hongjiu.lu@intel.com> * elf32-cris.c (INCLUDED_TARGET_FILE): Removed. (elf32_bed): Defined for elf32-us-cris. @@ -156,12 +156,12 @@ (_bfd_elf_merge_symbol): Likewise. Always call bfd_elf_link_mark_dynamic_symbol. -2076-01-12 H.J. Lu <hongjiu.lu@intel.com> +2007-01-12 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (BFD_LIBS): Removed. * Makefile.in: Regenerated. -2076-01-11 H.J. Lu <hongjiu.lu@intel.com> +2007-01-11 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3631 * Makefile.am (OFILES): Add @bfd64_libs@. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9c8b1b6..8806528 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,13 +1,13 @@ -2076-02-02 H.J. Lu <hongjiu.lu@intel.com> +2007-02-02 H.J. Lu <hongjiu.lu@intel.com> * MAINTAINERS: Add a space between H.J. and Lu. -2076-02-02 H.J. Lu <hongjiu.lu@intel.com> +2007-02-02 H.J. Lu <hongjiu.lu@intel.com> * doc/binutils.texi (objdump): Document the new addr64 option for i386 disassembler. -2076-02-02 H.J. Lu <hongjiu.lu@intel.com> +2007-02-02 H.J. Lu <hongjiu.lu@intel.com> PR binutils/3945 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE diff --git a/gas/ChangeLog b/gas/ChangeLog index 111759b..6315038 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -41,7 +41,7 @@ * doc/as.texinfo (--defsym): Document that the defined symbol's value can be overridden via a .set directive. -2076-01-28 H.J. Lu <hongjiu.lu@intel.com> +2007-01-28 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (swap_imm_operands): Renamed to ... (swap_2_operands): This. Take 2 ints. diff --git a/include/ChangeLog b/include/ChangeLog index 363d043..4e0c63c 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,4 @@ -2076-02-02 H.J. Lu <hongjiu.lu@intel.com> +2007-02-02 H.J. Lu <hongjiu.lu@intel.com> * dis-asm.h (print_i386_disassembler_options): New. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index af2d0bd..d35d160 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,4 @@ -2076-02-02 H.J. Lu <hongjiu.lu@intel.com> +2007-02-02 H.J. Lu <hongjiu.lu@intel.com> * disassemble.c (disassembler_usage): Call print_i386_disassembler_options for i386 disassembler. |