Fix typos in year.

This commit is contained in:
H.J. Lu
2007-02-02 22:15:52 +00:00
parent bc447904f7
commit fc523535b3
5 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
* elf64-ppc.c (ppc64_elf_write_core_note): New function. * elf64-ppc.c (ppc64_elf_write_core_note): New function.
(elf_backend_write_core_note): Define. (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-cris.c (INCLUDED_TARGET_FILE): Removed.
(elf32_bed): Defined for elf32-us-cris. (elf32_bed): Defined for elf32-us-cris.
@@ -156,12 +156,12 @@
(_bfd_elf_merge_symbol): Likewise. Always call (_bfd_elf_merge_symbol): Likewise. Always call
bfd_elf_link_mark_dynamic_symbol. 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.am (BFD_LIBS): Removed.
* Makefile.in: Regenerated. * 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 PR binutils/3631
* Makefile.am (OFILES): Add @bfd64_libs@. * Makefile.am (OFILES): Add @bfd64_libs@.

View File

@@ -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. * 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 * doc/binutils.texi (objdump): Document the new addr64 option
for i386 disassembler. 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 PR binutils/3945
* configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE

View File

@@ -41,7 +41,7 @@
* doc/as.texinfo (--defsym): Document that the defined symbol's * doc/as.texinfo (--defsym): Document that the defined symbol's
value can be overridden via a .set directive. 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 ... * config/tc-i386.c (swap_imm_operands): Renamed to ...
(swap_2_operands): This. Take 2 ints. (swap_2_operands): This. Take 2 ints.

View File

@@ -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. * dis-asm.h (print_i386_disassembler_options): New.

View File

@@ -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 * disassemble.c (disassembler_usage): Call
print_i386_disassembler_options for i386 disassembler. print_i386_disassembler_options for i386 disassembler.