mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
bb8541b9c4
2008-02-04 Kai Tietz <kai.tietz@onevision.com> H.J. Lu <hongjiu.lu@intel.com> PR 5715 * warning.m4: Enable -Wno-format by default when using gcc on mingw. * configure: Regenerated. binutils/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated. gas/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated. ld/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated. opcodes/ 2008-02-04 H.J. Lu <hongjiu.lu@intel.com> PR 5715 * configure: Regenerated.
267 lines
6.8 KiB
Plaintext
267 lines
6.8 KiB
Plaintext
2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR 5715
|
||
* configure: Regenerated.
|
||
|
||
2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
|
||
|
||
* mips-dis.c: Update copyright.
|
||
(mips_arch_choices): Add Octeon.
|
||
* mips-opc.c: Update copyright.
|
||
(IOCT): New macro.
|
||
(mips_builtin_opcodes): Add Octeon instruction synciobdma.
|
||
|
||
2008-01-29 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ppc-opc.c: Support optional L form mtmsr.
|
||
|
||
2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-dis.c (OP_E_extended): Handle r12 like rsp.
|
||
|
||
2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Add CpuLM to CPU_GENERIC64_FLAGS.
|
||
* i386-init.h: Regenerated.
|
||
|
||
2008-01-23 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* ia64-dis.c (print_insn_ia64): Display symbolic name of ar.fcr,
|
||
ar.eflag, ar.csd, ar.ssd, ar.cflg, ar.fsr, ar.fir and ar.fdr.
|
||
|
||
2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Remove CpuMMX2.
|
||
(cpu_flags): Likewise.
|
||
|
||
* i386-opc.h (CpuMMX2): Removed.
|
||
(CpuSSE): Updated.
|
||
|
||
* i386-opc.tbl: Replace CpuMMX2 with CpuSSE|Cpu3dnowA.
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Add CPU_VMX_FLAGS and
|
||
CPU_SMX_FLAGS.
|
||
* i386-init.h: Regenerated.
|
||
|
||
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-opc.tbl: Use Qword on movddup.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-opc.tbl: Put back 16bit movsx/movzx for AT&T syntax.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-dis.c (Mx): New.
|
||
(PREFIX_0FC3): Likewise.
|
||
(PREFIX_0FC7_REG_6): Updated.
|
||
(dis386_twobyte): Use PREFIX_0FC3.
|
||
(prefix_table): Add PREFIX_0FC3. Use Mq on movntq and movntsd.
|
||
Use Mx on movntps, movntpd, movntdq and movntdqa. Use Md on
|
||
movntss.
|
||
|
||
2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (opcode_modifiers): Add IntelSyntax.
|
||
(operand_types): Add Mem.
|
||
|
||
* i386-opc.h (IntelSyntax): New.
|
||
* i386-opc.h (Mem): New.
|
||
(Byte): Updated.
|
||
(Opcode_Modifier_Max): Updated.
|
||
(i386_opcode_modifier): Add intelsyntax.
|
||
(i386_operand_type): Add mem.
|
||
|
||
* i386-opc.tbl: Remove Reg16 from movnti. Add sizes to more
|
||
instructions.
|
||
|
||
* i386-reg.tbl: Add size for accumulator.
|
||
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2008-01-13 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-opc.h (Byte): Fix a typo.
|
||
|
||
2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/5534
|
||
* i386-gen.c (operand_type_init): Add Dword to
|
||
OPERAND_TYPE_ACC32. Add Qword to OPERAND_TYPE_ACC64.
|
||
(opcode_modifiers): Remove CheckSize, Byte, Word, Dword,
|
||
Qword and Xmmword.
|
||
(operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
|
||
Xmmword, Unspecified and Anysize.
|
||
(set_bitfield): Make Mmword an alias of Qword. Make Oword
|
||
an alias of Xmmword.
|
||
|
||
* i386-opc.h (CheckSize): Removed.
|
||
(Byte): Updated.
|
||
(Word): Likewise.
|
||
(Dword): Likewise.
|
||
(Qword): Likewise.
|
||
(Xmmword): Likewise.
|
||
(FWait): Updated.
|
||
(OTMax): Likewise.
|
||
(i386_opcode_modifier): Remove checksize, byte, word, dword,
|
||
qword and xmmword.
|
||
(Fword): New.
|
||
(TBYTE): Likewise.
|
||
(Unspecified): Likewise.
|
||
(Anysize): Likewise.
|
||
(i386_operand_type): Add byte, word, dword, fword, qword,
|
||
tbyte xmmword, unspecified and anysize.
|
||
|
||
* i386-opc.tbl: Updated to use Byte, Word, Dword, Fword, Qword,
|
||
Tbyte, Xmmword, Unspecified and Anysize.
|
||
|
||
* i386-reg.tbl: Add size for accumulator.
|
||
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-dis.c (REG_0F0E): Renamed to REG_0F0D.
|
||
(REG_0F18): Updated.
|
||
(reg_table): Updated.
|
||
(dis386_twobyte): Updated. Use "nopQ" on 0x19 to 0x1e.
|
||
(twobyte_has_modrm): Set 1 for 0x19 to 0x1e.
|
||
|
||
2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (set_bitfield): Use fail () on error.
|
||
|
||
2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (lineno): New.
|
||
(filename): Likewise.
|
||
(set_bitfield): Report filename and line numer on error.
|
||
(process_i386_opcodes): Set filename and update lineno.
|
||
(process_i386_registers): Likewise.
|
||
|
||
2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (opcode_modifiers): Rename IntelMnemonic to
|
||
ATTSyntax.
|
||
|
||
* i386-opc.h (IntelMnemonic): Renamed to ..
|
||
(ATTSyntax): This
|
||
(Opcode_Modifier_Max): Updated.
|
||
(i386_opcode_modifier): Remove intelmnemonic. Add attsyntax
|
||
and intelsyntax.
|
||
|
||
* i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax
|
||
on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c: Update copyright to 2008.
|
||
* i386-opc.h: Likewise.
|
||
* i386-opc.tbl: Likewise.
|
||
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-opc.tbl: Add NoRex64 to extractps, movmskpd, movmskps,
|
||
pextrb, pextrw, pinsrb, pinsrw and pmovmskb.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Remove CpuSSE4_1_Or_5 and
|
||
CpuSSE4_2_Or_ABM.
|
||
(cpu_flags): Likewise.
|
||
|
||
* i386-opc.h (CpuSSE4_1_Or_5): Removed.
|
||
(CpuSSE4_2_Or_ABM): Likewise.
|
||
(CpuLM): Updated.
|
||
(i386_cpu_flags): Remove cpusse4_1_or_5 and cpusse4_2_or_abm.
|
||
|
||
* i386-opc.tbl: Replace CpuSSE4_1_Or_5, CpuSSE4_2_Or_ABM and
|
||
Cpu686|CpuPadLock with CpuSSE4_1|CpuSSE5, CpuABM|CpuSSE4_2
|
||
and CpuPadLock, respectively.
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (opcode_modifiers): Remove No_xSuf.
|
||
|
||
* i386-opc.h (No_xSuf): Removed.
|
||
(CheckSize): Updated.
|
||
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (cpu_flag_init): Add CpuSSE4_2_Or_ABM to
|
||
CPU_AMDFAM10_FLAGS, CPU_SSE4_2_FLAGS, CpuABM and
|
||
CPU_SSE5_FLAGS.
|
||
(cpu_flags): Add CpuSSE4_2_Or_ABM.
|
||
|
||
* i386-opc.h (CpuSSE4_2_Or_ABM): New.
|
||
(CpuLM): Updated.
|
||
(i386_cpu_flags): Add cpusse4_2_or_abm.
|
||
|
||
* i386-opc.tbl: Use CpuSSE4_2_Or_ABM instead of
|
||
CpuABM|CpuSSE4_2 on popcnt.
|
||
* i386-init.h: Regenerated.
|
||
* i386-tbl.h: Likewise.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-opc.h: Update comments.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* i386-gen.c (opcode_modifiers): Use Qword instead of QWord.
|
||
* i386-opc.h: Likewise.
|
||
* i386-opc.tbl: Likewise.
|
||
|
||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/5534
|
||
* i386-gen.c (opcode_modifiers): Add No_xSuf, CheckSize,
|
||
Byte, Word, Dword, QWord and Xmmword.
|
||
|
||
* i386-opc.h (No_xSuf): New.
|
||
(CheckSize): Likewise.
|
||
(Byte): Likewise.
|
||
(Word): Likewise.
|
||
(Dword): Likewise.
|
||
(QWord): Likewise.
|
||
(Xmmword): Likewise.
|
||
(FWait): Updated.
|
||
(i386_opcode_modifier): Add No_xSuf, CheckSize, Byte, Word,
|
||
Dword, QWord and Xmmword.
|
||
|
||
* i386-opc.tbl: Add CheckSize|QWord to movq if IgnoreSize is
|
||
used.
|
||
* i386-tbl.h: Regenerated.
|
||
|
||
2008-01-02 Mark Kettenis <kettenis@gnu.org>
|
||
|
||
* m88k-dis.c (instructions): Fix fcvt.* instructions.
|
||
From Miod Vallat.
|
||
|
||
For older changes see ChangeLog-2007
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|