Fix year.

This commit is contained in:
H.J. Lu 2007-03-27 22:45:19 +00:00
parent b74ed8f52a
commit 831480e942
7 changed files with 20 additions and 20 deletions

View 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.
@ -202,7 +202,7 @@
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.
@ -227,7 +227,7 @@
* 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
@ -240,7 +240,7 @@
* 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
@ -274,7 +274,7 @@
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,
@ -292,7 +292,7 @@
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.

View 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.
@ -70,17 +70,17 @@
* 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

View 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.

View 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,

View 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.

View 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.

View 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??).
@ -13,13 +13,13 @@
* 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.