Fix year.
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 27 Mar 2007 22:45:19 +0000 (22:45 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 27 Mar 2007 22:45:19 +0000 (22:45 +0000)
bfd/ChangeLog
gas/ChangeLog
gas/testsuite/ChangeLog
include/coff/ChangeLog
include/opcode/ChangeLog
ld/testsuite/ChangeLog
opcodes/ChangeLog

index ccaeda1870ad8c87dc3570e5db5f42c12ca5438c..d162902d78b1325fd9caef106b453be20338b1a5 100644 (file)
@@ -2,7 +2,7 @@
 
        * elfxx-ia64.c (elf_backend_default_execstack): Define to 0.
 
-2003-03-26  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
 
        matching relocation is found.
        (_bfd_mips_elf_relocate_section): Only warn about missing relocations.
 
-2003-03-23  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
 
        * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix.
        * Makefile.in, configure, doc/Makefile.in: Regenerate.
 
-2003-03-22  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/4210
        * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the virtual
        * elf.c (assign_file_positions_for_load_sections): Check if
        all sections are in the segment.
 
-2003-03-20  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/4208
        * elfxx-mips.c (_bfd_mips_elf_relocate_section): Report missing
        specific conditions that need the program headers to be
        rewritten.
 
-2003-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Store Magic,
        MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
        AddressOfEntryPoint, BaseOfCode and BaseOfData from internal
        extra PE a.out header.
 
-2003-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-18  H.J. Lu  <hongjiu.lu@intel.com>
 
        * targets.c (_bfd_target_vector): Add bfd_efi_app_x86_64_vec
        only if BFD64 is defined.
index aaa22fa109d9ef18cba3e91a446701493e0a6384..3dc97ec04c7643e3e63bebbaf7e6e4225fa8c830 100644 (file)
@@ -47,7 +47,7 @@
        (do_srs): Encode register number, checking it is r13.  Update comment.
        (insns): Update SRS entries to take a register.
 
-2003-03-23  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
 
 
        * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (process_suffix): Check 0x90 instead of
        xchg for xchg %rax,%rax.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
        and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/4218
        * config/tc-i386.c (match_template): Properly handle 64bit mode
index 89d04fe10239cefa5e3676b21870c1233932290e..7397508de4822e15cc7f752d3d0de634dcb2f4d2 100644 (file)
@@ -23,7 +23,7 @@
        * gas/arm/srs-arm.l: New.
        * gas/arm/srs-arm.s: New.
 
-2003-03-23  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/rex.s: Add tests for rex.WRXB.
        * gas/i386/rex.d: Updated.
@@ -34,7 +34,7 @@
        * gas/i386/x86-64-io.d: Likewise.
        * gas/i386/x86-64-opcode.d: Likewise.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/4218
        * gas/i386/nops.s: Add testcases for nop r/m.
@@ -47,7 +47,7 @@
        * gas/i386/x86-64-nops.d: Likewise.
        * gas/i386/x86-64-opcode.d: Likewise.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gas/i386/i386.exp: Run nops-3.
 
index a7bde4ac56e63e33b9b6a23ff88a80d084bb61e1..f8058458a1b0602c0e69ebfbdaa796d876da3e6b 100644 (file)
@@ -1,4 +1,4 @@
-2003-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-19  H.J. Lu  <hongjiu.lu@intel.com>
 
        * internal.h (internal_extra_pe_aouthdr): Add Magic,
        MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
index 97685c4249e57f6db4536ff64ce3233cc497794d..5bcb0e76b89a72364017ee760df6f33a928cb7df 100644 (file)
@@ -1,4 +1,4 @@
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386.h (REX_MODE64): Renamed to ...
        (REX_W): This.
index 12658617539db03bfaf691aeb2688da745923b63..b8922d1439327367190bc22e1e9b6d738d6570b2 100644 (file)
@@ -30,7 +30,7 @@
 
        * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
 
-2003-03-22  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/4210
        * ld-pe/image_size.d: New file.
index 1fbe851d165c4f7fccae14ef5303ac96dcd5cf1f..7c4592c3338d0bfe910de78640bee06d3987ceae 100644 (file)
@@ -1,4 +1,4 @@
-2006-03-27  Paul Brook  <paul@codesourcery.com>
+2007-03-27  Paul Brook  <paul@codesourcery.com>
 
        opcodes/
        * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
 
        * arm-dis.c (arm_opcodes): Print SRS base register.
 
-2003-03-23  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
 
        * i386-opc.c (i386_optab): Add rex.wrxb.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (REX_MODE64): Remove definition.
        (REX_EXTX): Likewise.
@@ -29,7 +29,7 @@
        Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
        REX_R, REX_X and REX_B respectively.
 
-2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/4218
        * i386-dis.c (PREGRP38): New.
This page took 0.031657 seconds and 4 git commands to generate.