1*75fd0b74Schristos2009-12-19 H.J. Lu <hongjiu.lu@intel.com> 2*75fd0b74Schristos 3*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Remove VexNDS, VexNDD and 4*75fd0b74Schristos VexLWP. Add VexVVVV. 5*75fd0b74Schristos 6*75fd0b74Schristos * i386-opc.h (VexNDS): Removed. 7*75fd0b74Schristos (VexNDD): Likewise. 8*75fd0b74Schristos (VexLWP): Likewise. 9*75fd0b74Schristos (VEXXDS): New. 10*75fd0b74Schristos (VEXNDD): Likewise. 11*75fd0b74Schristos (VEXLWP): Likewise. 12*75fd0b74Schristos (VexVVVV): Likewise. 13*75fd0b74Schristos (i386_opcode_modifier): Remove vexnds, vexndd and vexlwp. 14*75fd0b74Schristos Add vexvvvv. 15*75fd0b74Schristos 16*75fd0b74Schristos * i386-opc.tbl: Replace VexNDS with VexVVVV=1, VexNDD with 17*75fd0b74Schristos VexVVVV=2 and VexLWP with VexVVVV=3. 18*75fd0b74Schristos * i386-tbl.h: Regenerated. 19*75fd0b74Schristos 20*75fd0b74Schristos2009-12-18 H.J. Lu <hongjiu.lu@intel.com> 21*75fd0b74Schristos 22*75fd0b74Schristos * i386-gen.c (operand_types): Move Imm1 before Imm8. 23*75fd0b74Schristos 24*75fd0b74Schristos2009-12-17 Nick Clifton <nickc@redhat.com> 25*75fd0b74Schristos 26*75fd0b74Schristos PR binutils/10924 27*75fd0b74Schristos * arm-dis.c: Add support for %<>ru and %<>rU formats to enforce 28*75fd0b74Schristos unique register numbers. Extend support for %<>R format to 29*75fd0b74Schristos thumb32 and coprocessor instructions. 30*75fd0b74Schristos 31*75fd0b74Schristos2009-12-16 H.J. Lu <hongjiu.lu@intel.com> 32*75fd0b74Schristos 33*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Remove ByteOkIntel. 34*75fd0b74Schristos 35*75fd0b74Schristos * i386-opc.h (ByteOkIntel): Removed. 36*75fd0b74Schristos (i386_opcode_modifier): Remove byteokintel. 37*75fd0b74Schristos 38*75fd0b74Schristos * i386-opc.tbl: Remove ByteOkIntel. 39*75fd0b74Schristos * i386-tbl.h: Regenerated. 40*75fd0b74Schristos 41*75fd0b74Schristos2009-12-16 H.J. Lu <hongjiu.lu@intel.com> 42*75fd0b74Schristos 43*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Remove Vex0F, Vex0F38, 44*75fd0b74Schristos Vex0F3A, XOP08, XOP09 and XOP0A. Add VexOpcode. 45*75fd0b74Schristos 46*75fd0b74Schristos * i386-opc.h (Vex0F): Removed. 47*75fd0b74Schristos (Vex0F38): Likewise. 48*75fd0b74Schristos (Vex0F3A): Likewise. 49*75fd0b74Schristos (VexOpcode): New. 50*75fd0b74Schristos (VEX0F): Likewise. 51*75fd0b74Schristos (VEX0F38): Likewise. 52*75fd0b74Schristos (VEX0F3A): Likewise. 53*75fd0b74Schristos (XOP08): Defined as a macro. 54*75fd0b74Schristos (XOP09): Likewise. 55*75fd0b74Schristos (XOP0A): Likewise. 56*75fd0b74Schristos (i386_opcode_modifier): Remove vex0f, vex0f38, vex0f3a, xop08, 57*75fd0b74Schristos xop09 and xop0a. Add vexopcode. 58*75fd0b74Schristos 59*75fd0b74Schristos * i386-opc.tbl: Replace Vex0F with VexOpcode=0, Vex0F38 with 60*75fd0b74Schristos VexOpcode=1, Vex0F3A with VexOpcode=2, XOP08 with VexOpcode=3, 61*75fd0b74Schristos XOP09 with VexOpcode=4 and XOP0A with VexOpcode=5. 62*75fd0b74Schristos * i386-tbl.h: Regenerated. 63*75fd0b74Schristos 64*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 65*75fd0b74Schristos 66*75fd0b74Schristos * i386-opc.h (VEX2SOURCES): Renamed to ... 67*75fd0b74Schristos (XOP2SOURCES): This. 68*75fd0b74Schristos 69*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 70*75fd0b74Schristos 71*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Remove Vex3Sources and 72*75fd0b74Schristos Vex2Sources. Add VexSources. 73*75fd0b74Schristos 74*75fd0b74Schristos * i386-opc.h (Vex2Sources): Removed. 75*75fd0b74Schristos (Vex3Sources): Likewise. 76*75fd0b74Schristos (VEX2SOURCES): New. 77*75fd0b74Schristos (VEX3SOURCES): Likewise. 78*75fd0b74Schristos (VexSources): Likewise. 79*75fd0b74Schristos (i386_opcode_modifier): Remove vex2sources and vex3sources. 80*75fd0b74Schristos Add vexsources. 81*75fd0b74Schristos 82*75fd0b74Schristos * i386-opc.tbl: Replace Vex2Sources with VexSources=1 and 83*75fd0b74Schristos Vex3Sourceswith VexSources=2. 84*75fd0b74Schristos * i386-tbl.h: Regenerated. 85*75fd0b74Schristos 86*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 87*75fd0b74Schristos 88*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Remove VexW0 and VexW1. Add 89*75fd0b74Schristos VexW. 90*75fd0b74Schristos 91*75fd0b74Schristos * i386-opc.h (VexW0): Removed. 92*75fd0b74Schristos (VexW1): Likewise. 93*75fd0b74Schristos (VEXW0): New. 94*75fd0b74Schristos (VEXW1): Likewise. 95*75fd0b74Schristos (VexW): Likewise. 96*75fd0b74Schristos (i386_opcode_modifier): Remove vexw0 and vexw1. Add vexw. 97*75fd0b74Schristos 98*75fd0b74Schristos * i386-opc.tbl: Replace VexW0 with VexW=1 and VexW1 with 99*75fd0b74Schristos Vex=2. 100*75fd0b74Schristos * i386-tbl.h: Regenerated. 101*75fd0b74Schristos 102*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 103*75fd0b74Schristos 104*75fd0b74Schristos * i386-dis.c (VEX_W_3818_P_2_M_0): New. 105*75fd0b74Schristos (vex_w_table): Add VEX_W_3818_P_2_M_0. 106*75fd0b74Schristos (mod_table): Use VEX_W_3818_P_2_M_0. 107*75fd0b74Schristos 108*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 109*75fd0b74Schristos 110*75fd0b74Schristos * i386-dis.c (vex_w_table): Reformat. 111*75fd0b74Schristos 112*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 113*75fd0b74Schristos 114*75fd0b74Schristos * i386-dis.c (VEX_W_382X_P_2_M_0): New. 115*75fd0b74Schristos (vex_w_table): Add VEX_W_382X_P_2_M_0. 116*75fd0b74Schristos (mod_table): Use VEX_W_382X_P_2_M_0. 117*75fd0b74Schristos 118*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 119*75fd0b74Schristos 120*75fd0b74Schristos * i386-dis.c (vex_w_table): Reformat. 121*75fd0b74Schristos 122*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 123*75fd0b74Schristos 124*75fd0b74Schristos * i386-dis.c (USE_VEX_W_TABLE): New. 125*75fd0b74Schristos (VEX_W_TABLE): Likewise. 126*75fd0b74Schristos (VEX_W_XXX): Likewise. 127*75fd0b74Schristos (vex_w_table): Likewise. 128*75fd0b74Schristos (prefix_table): Use VEX_W_XXX. 129*75fd0b74Schristos (vex_table): Likewise. 130*75fd0b74Schristos (vex_len_table): Likewise. 131*75fd0b74Schristos (mod_table): Likewise. 132*75fd0b74Schristos (get_valid_dis386): Handle USE_VEX_W_TABLE. 133*75fd0b74Schristos 134*75fd0b74Schristos * i386-opc.tbl: Add VexW0 to AVX instructions where the VEX.W bit 135*75fd0b74Schristos isn't used. 136*75fd0b74Schristos * i386-tbl.h: Regenerated. 137*75fd0b74Schristos 138*75fd0b74Schristos2009-12-15 H.J. Lu <hongjiu.lu@intel.com> 139*75fd0b74Schristos 140*75fd0b74Schristos * i386-opc.h (VEX128): New. 141*75fd0b74Schristos (VEX256): Likewise. 142*75fd0b74Schristos 143*75fd0b74Schristos2009-12-14 H.J. Lu <hongjiu.lu@intel.com> 144*75fd0b74Schristos 145*75fd0b74Schristos * i386-dis.c (vex_len_table): Reformat. 146*75fd0b74Schristos 147*75fd0b74Schristos2009-12-14 H.J. Lu <hongjiu.lu@intel.com> 148*75fd0b74Schristos 149*75fd0b74Schristos * i386-dis.c (MOD_VEX_51): Renamed to ... 150*75fd0b74Schristos (MOD_VEX_50): This. 151*75fd0b74Schristos (vex_table): Updated. 152*75fd0b74Schristos (mod_table): Likewise. 153*75fd0b74Schristos 154*75fd0b74Schristos2009-12-14 Nick Clifton <nickc@redhat.com> 155*75fd0b74Schristos 156*75fd0b74Schristos PR binutils/10924 157*75fd0b74Schristos * arm-dis.c (arm_opcodes): Specify %R in cases where using r15 158*75fd0b74Schristos results in unpredictable behaviour. 159*75fd0b74Schristos (print_insn_arm): Handle %R. 160*75fd0b74Schristos 161*75fd0b74Schristos2009-12-11 H.J. Lu <hongjiu.lu@intel.com> 162*75fd0b74Schristos 163*75fd0b74Schristos * i386-dis.c (get_valid_dis386): Set vex.w to 0 for VEX C5 164*75fd0b74Schristos prefix. 165*75fd0b74Schristos (print_insn): Don't set vex.w here. 166*75fd0b74Schristos 167*75fd0b74Schristos2009-12-11 H.J. Lu <hongjiu.lu@intel.com> 168*75fd0b74Schristos 169*75fd0b74Schristos * i386-dis.c (print_insn): Set vex.w to 0. 170*75fd0b74Schristos 171*75fd0b74Schristos2009-12-11 Quentin Neill <quentin.neill@amd.com> 172*75fd0b74Schristos 173*75fd0b74Schristos * i386-dis.c (get_vex_imm8): Extend logic to apply in all cases, 174*75fd0b74Schristos to avoid fetching ahead for the immediate bytes when OP_E_memory 175*75fd0b74Schristos has already been called. Fix indentation. 176*75fd0b74Schristos 177*75fd0b74Schristos2009-12-11 Nick Clifton <nickc@redhat.com> 178*75fd0b74Schristos 179*75fd0b74Schristos * Makefile.in: Regenerate. 180*75fd0b74Schristos * configure: Regenerate. 181*75fd0b74Schristos * arm-dis.c: Fix shadowed variable warnings. 182*75fd0b74Schristos * cgen-opc.c: Likewise. 183*75fd0b74Schristos * cr16-dis.c: Likewise. 184*75fd0b74Schristos * crx-dis.c: Likewise. 185*75fd0b74Schristos * d30v-dis.c: Likewise. 186*75fd0b74Schristos * fr30-dis.c: Likewise. 187*75fd0b74Schristos * frv-opc.c: Likewise. 188*75fd0b74Schristos * h8500-dis.c: Likewise. 189*75fd0b74Schristos * i386-dis.c: Likewise. 190*75fd0b74Schristos * i960-dis.c: Likewise. 191*75fd0b74Schristos * ia64-gen.c: Likewise. 192*75fd0b74Schristos * ia64-opc.c: Likewise. 193*75fd0b74Schristos * m32c-asm.c: Likewise. 194*75fd0b74Schristos * m32c-dis.c: Likewise. 195*75fd0b74Schristos * m68k-dis.c: Likewise. 196*75fd0b74Schristos * maxq-dis.c: Likewise. 197*75fd0b74Schristos * mcore-dis.c: Likewise. 198*75fd0b74Schristos * mep-asm.c: Likewise. 199*75fd0b74Schristos * microblaze-dis.c: Likewise. 200*75fd0b74Schristos * mmix-dis.c: Likewise. 201*75fd0b74Schristos * ns32k-dis.c: Likewise. 202*75fd0b74Schristos * or32-opc.c: Likewise. 203*75fd0b74Schristos * s390-dis.c: Likewise. 204*75fd0b74Schristos * sh64-dis.c: Likewise. 205*75fd0b74Schristos * spu-dis.c: Likewise. 206*75fd0b74Schristos * tic30-dis.c: Likewise. 207*75fd0b74Schristos 208*75fd0b74Schristos2009-12-09 Nick Clifton <nickc@redhat.com> 209*75fd0b74Schristos 210*75fd0b74Schristos PR 10924 211*75fd0b74Schristos * arm-dis.c (print_insn_arm): Mark insns that use the PC in 212*75fd0b74Schristos post-indexed addressing as unpredictable. 213*75fd0b74Schristos 214*75fd0b74Schristos2009-12-03 H.J. Lu <hongjiu.lu@intel.com> 215*75fd0b74Schristos 216*75fd0b74Schristos * i386-dis.c (FXSAVE_Fixup): New. 217*75fd0b74Schristos (FXSAVE): Likewise. 218*75fd0b74Schristos (mod_table): Use FXSAVE on fxsave and fxrstor. 219*75fd0b74Schristos 220*75fd0b74Schristos * i386-opc.tbl: Add fxsave64 and fxrstor64. 221*75fd0b74Schristos * i386-tbl.h: Regenerated. 222*75fd0b74Schristos 223*75fd0b74Schristos2009-12-02 Nick Clifton <nickc@redhat.com> 224*75fd0b74Schristos Richard Earnshaw <rearnsha@arm.com> 225*75fd0b74Schristos 226*75fd0b74Schristos PR gas/11013 227*75fd0b74Schristos * arm-dis.c (thumb32_opc): Adjust disassembly of QADD, QDADD, QSUB 228*75fd0b74Schristos and QDSUB. 229*75fd0b74Schristos 230*75fd0b74Schristos2009-11-30 Massimo Ruo Roch <massimo.ruoroch@polito.it> 231*75fd0b74Schristos 232*75fd0b74Schristos PR gas/11030 233*75fd0b74Schristos * m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the 234*75fd0b74Schristos Coldfire ISA A+. 235*75fd0b74Schristos 236*75fd0b74Schristos2009-11-17 Quentin Neill <quentin.neill@amd.com> 237*75fd0b74Schristos Sebastian Pop <sebastian.pop@amd.com> 238*75fd0b74Schristos 239*75fd0b74Schristos * i386-dis.c (get_vex_imm8): Increase bytes_before_imm when 240*75fd0b74Schristos decoding the second source operand from the immediate byte. 241*75fd0b74Schristos (OP_EX_VexW): Pass an extra integer to identify the second 242*75fd0b74Schristos and third source arguments. 243*75fd0b74Schristos 244*75fd0b74Schristos2009-11-19 H.J. Lu <hongjiu.lu@intel.com> 245*75fd0b74Schristos 246*75fd0b74Schristos * i386-opc.tbl: Add IsLockable to cmpxch16b. 247*75fd0b74Schristos * i386-tbl.h: Regenerated. 248*75fd0b74Schristos 249*75fd0b74Schristos2009-11-19 Nick Clifton <nickc@redhat.com> 250*75fd0b74Schristos 251*75fd0b74Schristos PR binutils/10924 252*75fd0b74Schristos * arm-dis.c (print_insn_arm): Do not print an offset of zero when 253*75fd0b74Schristos decoding Immediaate Offset addressing. 254*75fd0b74Schristos 255*75fd0b74Schristos2009-11-18 Sebastian Pop <sebastian.pop@amd.com> 256*75fd0b74Schristos 257*75fd0b74Schristos PR binutils/10973 258*75fd0b74Schristos * i386-dis.c (get_vex_imm8): Do not increment codep. 259*75fd0b74Schristos Avoid incrementing bytes_before_imm when OP_E_memory 260*75fd0b74Schristos has already forwarded the codep pointer. 261*75fd0b74Schristos (OP_EX_VexW): Increment codep to skip mod/rm byte. 262*75fd0b74Schristos 263*75fd0b74Schristos2009-11-18 Sebastian Pop <sebastian.pop@amd.com> 264*75fd0b74Schristos 265*75fd0b74Schristos * i386-dis.c (VEX_LEN_XOP_08_A0): Removed. 266*75fd0b74Schristos (VEX_LEN_XOP_08_A1): Removed. 267*75fd0b74Schristos (xop_table): Remove entries for VEX_LEN_XOP_08_A0 and 268*75fd0b74Schristos VEX_LEN_XOP_08_A1. 269*75fd0b74Schristos (vex_len_table): Same. 270*75fd0b74Schristos * i386-gen.c (CPU_CVT16_FLAGS): Removed. 271*75fd0b74Schristos (cpu_flags): Remove field for CpuCVT16. 272*75fd0b74Schristos * i386-opc.h (CpuCVT16): Removed. 273*75fd0b74Schristos (i386_cpu_flags): Remove bitfield cpucvt16. 274*75fd0b74Schristos (i386-opc.tbl): Remove CVT16 instructions. 275*75fd0b74Schristos * i386-init.h: Regenerated. 276*75fd0b74Schristos * i386-tbl.h: Regenerated. 277*75fd0b74Schristos 278*75fd0b74Schristos2009-11-17 Sebastian Pop <sebastian.pop@amd.com> 279*75fd0b74Schristos Quentin Neill <quentin.neill@amd.com> 280*75fd0b74Schristos 281*75fd0b74Schristos * i386-dis.c (OP_Vex_2src_1): New. 282*75fd0b74Schristos (OP_Vex_2src_2): New. 283*75fd0b74Schristos (Vex_2src_1): New. 284*75fd0b74Schristos (Vex_2src_2): New. 285*75fd0b74Schristos (XOP_08): Added. 286*75fd0b74Schristos (VEX_LEN_XOP_08_A0): Added. 287*75fd0b74Schristos (VEX_LEN_XOP_08_A1): Added. 288*75fd0b74Schristos (VEX_LEN_XOP_09_80): Added. 289*75fd0b74Schristos (VEX_LEN_XOP_09_81): Added. 290*75fd0b74Schristos (xop_table): Added an entry for XOP_08. Handle xop instructions. 291*75fd0b74Schristos (vex_len_table): Added entries for VEX_LEN_XOP_08_A0, 292*75fd0b74Schristos VEX_LEN_XOP_08_A1, VEX_LEN_XOP_09_80, VEX_LEN_XOP_09_81. 293*75fd0b74Schristos (get_valid_dis386): Handle XOP_08. 294*75fd0b74Schristos (OP_Vex_2src): New. 295*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CPU_XOP_FLAGS and CPU_CVT16_FLAGS. 296*75fd0b74Schristos (cpu_flags): Add CpuXOP and CpuCVT16. 297*75fd0b74Schristos (opcode_modifiers): Add XOP08, Vex2Sources. 298*75fd0b74Schristos * i386-opc.h (CpuXOP): Added. 299*75fd0b74Schristos (CpuCVT16): Added. 300*75fd0b74Schristos (i386_cpu_flags): Add cpuxop and cpucvt16. 301*75fd0b74Schristos (XOP08): Added. 302*75fd0b74Schristos (Vex2Sources): Added. 303*75fd0b74Schristos (i386_opcode_modifier): Add xop08, vex2sources. 304*75fd0b74Schristos * i386-opc.tbl: Add entries for XOP and CVT16 instructions. 305*75fd0b74Schristos * i386-init.h: Regenerated. 306*75fd0b74Schristos * i386-tbl.h: Regenerated. 307*75fd0b74Schristos 308*75fd0b74Schristos2009-11-17 Nick Clifton <nickc@redhat.com> 309*75fd0b74Schristos 310*75fd0b74Schristos PR binutils/10924 311*75fd0b74Schristos * arm-dis.c (arm_opcodes): Add patterns to match undefined LDRB 312*75fd0b74Schristos instruction variants. Add pattern for MRS variant that was being 313*75fd0b74Schristos confused with CMP. 314*75fd0b74Schristos (arm_decode_shift): Place error message in a comment. 315*75fd0b74Schristos (print_insn_arm): Note that writing back to the PC is 316*75fd0b74Schristos unpredictable. 317*75fd0b74Schristos Only print 'p' variants of cmp/cmn/teq/tst instructions if 318*75fd0b74Schristos decoding for pre-V6 architectures. 319*75fd0b74Schristos 320*75fd0b74Schristos2009-11-17 Edward Nevill <edward.nevill@arm.com> 321*75fd0b74Schristos 322*75fd0b74Schristos * arm-dis.c (print_insn_thumb32): Handle undefined instruction. 323*75fd0b74Schristos 324*75fd0b74Schristos2009-11-14 Doug Evans <dje@sebabeach.org> 325*75fd0b74Schristos 326*75fd0b74Schristos * Makefile.am (stamp-xc16x): Use ../cpu/xc16x.cpu instead of 327*75fd0b74Schristos ../cgen/cpu. 328*75fd0b74Schristos * Makefile.in: Regenerate. 329*75fd0b74Schristos 330*75fd0b74Schristos2009-11-13 H.J. Lu <hongjiu.lu@intel.com> 331*75fd0b74Schristos 332*75fd0b74Schristos * i386-dis.c (OP_E_extended): Removed. 333*75fd0b74Schristos 334*75fd0b74Schristos2009-11-13 H.J. Lu <hongjiu.lu@intel.com> 335*75fd0b74Schristos 336*75fd0b74Schristos * i386-dis.c (print_insn): Check rex_ignored. 337*75fd0b74Schristos 338*75fd0b74Schristos2009-11-13 H.J. Lu <hongjiu.lu@intel.com> 339*75fd0b74Schristos 340*75fd0b74Schristos * i386-dis.c (ckprefix): Updated to return 0 if number of 341*75fd0b74Schristos prefixes > 14 and record the last position for each prefix. 342*75fd0b74Schristos (lock_prefix): Removed. 343*75fd0b74Schristos (data_prefix): Likewise. 344*75fd0b74Schristos (addr_prefix): Likewise. 345*75fd0b74Schristos (repz_prefix): Likewise. 346*75fd0b74Schristos (repnz_prefix): Likewise. 347*75fd0b74Schristos (last_lock_prefix): New. 348*75fd0b74Schristos (last_repz_prefix): Likewise. 349*75fd0b74Schristos (last_repnz_prefix): Likewise. 350*75fd0b74Schristos (last_data_prefix): Likewise. 351*75fd0b74Schristos (last_addr_prefix): Likewise. 352*75fd0b74Schristos (last_rex_prefix): Likewise. 353*75fd0b74Schristos (last_seg_prefix): Likewise. 354*75fd0b74Schristos (MAX_CODE_LENGTH): Likewise. 355*75fd0b74Schristos (ADDR16_PREFIX): Likewise. 356*75fd0b74Schristos (ADDR32_PREFIX): Likewise. 357*75fd0b74Schristos (DATA16_PREFIX): Likewise. 358*75fd0b74Schristos (DATA32_PREFIX): Likewise. 359*75fd0b74Schristos (REP_PREFIX): Likewise. 360*75fd0b74Schristos (seg_prefix): Likewise. 361*75fd0b74Schristos (all_prefixes): Change size to MAX_CODE_LENGTH - 1. 362*75fd0b74Schristos (prefix_name): Handle ADDR16_PREFIX, ADDR32_PREFIX, 363*75fd0b74Schristos DATA16_PREFIX, DATA32_PREFIX and REP_PREFIX. 364*75fd0b74Schristos (get_valid_dis386): Updated. 365*75fd0b74Schristos (OP_C): Likewise. 366*75fd0b74Schristos (OP_Monitor): Likewise. 367*75fd0b74Schristos (REP_Fixup): Likewise. 368*75fd0b74Schristos (print_insn): Display all prefixes. 369*75fd0b74Schristos (putop): Set PREFIX_DATA on used_prefixes only if it is used. 370*75fd0b74Schristos (intel_operand_size): Likewise. 371*75fd0b74Schristos (OP_E_register): Likewise. 372*75fd0b74Schristos (OP_G): Likewise. 373*75fd0b74Schristos (OP_REG): Likewise. 374*75fd0b74Schristos (OP_IMREG): Likewise. 375*75fd0b74Schristos (OP_I): Likewise. 376*75fd0b74Schristos (OP_I64): Likewise. 377*75fd0b74Schristos (OP_sI): Likewise. 378*75fd0b74Schristos (CRC32_Fixup): Likewise. 379*75fd0b74Schristos (MOVBE_Fixup): Likewise. 380*75fd0b74Schristos (OP_E_memory): Set REFIX_DATA on used_prefixes when it is used 381*75fd0b74Schristos in 16bit mode. 382*75fd0b74Schristos (OP_J): Set REX_W used if it is used. Set PREFIX_DATA on 383*75fd0b74Schristos used_prefixes only if it is used. 384*75fd0b74Schristos 385*75fd0b74Schristos2009-11-12 H.J. Lu <hongjiu.lu@intel.com> 386*75fd0b74Schristos 387*75fd0b74Schristos * i386-opc.tbl: Remove IsLockable from add, adc, and, dec, inc, 388*75fd0b74Schristos or, sbb, sub, xor and xchg with register only operands. 389*75fd0b74Schristos * i386-tbl.h: Regenerated. 390*75fd0b74Schristos 391*75fd0b74Schristos2009-11-12 H.J. Lu <hongjiu.lu@intel.com> 392*75fd0b74Schristos 393*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Add IsLockable. 394*75fd0b74Schristos 395*75fd0b74Schristos * i386-opc.h (IsLockable): New. 396*75fd0b74Schristos (i386_opcode_modifier): Add islockable. 397*75fd0b74Schristos 398*75fd0b74Schristos * i386-opc.tbl: Add IsLockable to add, adc, and, btc, btr, 399*75fd0b74Schristos bts, cmpxchg, cmpxch8b, dec, inc, neg, not, or, sbb, sub, 400*75fd0b74Schristos xor, xadd and xchg. 401*75fd0b74Schristos * i386-tbl.h: Regenerated. 402*75fd0b74Schristos 403*75fd0b74Schristos2009-11-12 Daniel Jacobowitz <dan@codesourcery.com> 404*75fd0b74Schristos 405*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Use %A instead of %C. Remove 406*75fd0b74Schristos generic coprocessor instructions for FPA loads and stores. 407*75fd0b74Schristos (print_insn_coprocessor): Remove %C support. Display address for 408*75fd0b74Schristos PC-relative offsets in %A. 409*75fd0b74Schristos 410*75fd0b74Schristos2009-11-11 H.J. Lu <hongjiu.lu@intel.com> 411*75fd0b74Schristos 412*75fd0b74Schristos * i386-dis.c (all_prefixes): New. 413*75fd0b74Schristos (ckprefix): Set all_prefixes. 414*75fd0b74Schristos (print_insn): Print all_prefixes instead of lock_prefix, 415*75fd0b74Schristos repz_prefix, repnz_prefix, addr_prefix and data_prefix. 416*75fd0b74Schristos 417*75fd0b74Schristos2009-11-11 Nick Clifton <nickc@redhat.com> 418*75fd0b74Schristos 419*75fd0b74Schristos PR binutils/10924 420*75fd0b74Schristos * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro. 421*75fd0b74Schristos (print_insn_arm): Extend %s format control code to check for 422*75fd0b74Schristos unpredictable addressing modes. Add support for %S format control 423*75fd0b74Schristos code which suppresses this check. 424*75fd0b74Schristos (W_BIT, I_BIT, U_BIT, P_BIT): New macros. 425*75fd0b74Schristos (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET, 426*75fd0b74Schristos PRE_BIT_SET): New macros. 427*75fd0b74Schristos (print_insn_coprocessor): Use the new macros instead of magic 428*75fd0b74Schristos constants. 429*75fd0b74Schristos (print_arm_address): Likewise. 430*75fd0b74Schristos (pirnt_insn_arm): Likewise. 431*75fd0b74Schristos (print_insn_thumb32): Likewise. 432*75fd0b74Schristos 433*75fd0b74Schristos2009-11-11 Nick Clifton <nickc@redhat.com> 434*75fd0b74Schristos 435*75fd0b74Schristos * po/id.po: Updated Indonesian translation. 436*75fd0b74Schristos 437*75fd0b74Schristos2009-11-10 Maxim Kuvyrkov <maxim@codesourcery.com> 438*75fd0b74Schristos 439*75fd0b74Schristos * m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01]. 440*75fd0b74Schristos 441*75fd0b74Schristos2009-11-06 Sebastian Pop <sebastian.pop@amd.com> 442*75fd0b74Schristos 443*75fd0b74Schristos * i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to 444*75fd0b74Schristos reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to 445*75fd0b74Schristos B.mm in the RXB.mmmmm byte, and so when B is set, we still should use 446*75fd0b74Schristos the xop_table. 447*75fd0b74Schristos (get_valid_dis386): Removed unused condition (from cut/n/paste) for 448*75fd0b74Schristos XOP instructions. 449*75fd0b74Schristos 450*75fd0b74Schristos2009-11-05 Sebastian Pop <sebastian.pop@amd.com> 451*75fd0b74Schristos Quentin Neill <quentin.neill@amd.com> 452*75fd0b74Schristos 453*75fd0b74Schristos * opcodes/i386-dis.c (OP_LWPCB_E): New. 454*75fd0b74Schristos (OP_LWP_E): New. 455*75fd0b74Schristos (OP_LWP_I): New. 456*75fd0b74Schristos (USE_XOP_8F_TABLE): New. 457*75fd0b74Schristos (XOP_8F_TABLE): New. 458*75fd0b74Schristos (REG_XOP_LWPCB): New. 459*75fd0b74Schristos (REG_XOP_LWP): New. 460*75fd0b74Schristos (XOP_09): New. 461*75fd0b74Schristos (XOP_0A): New. 462*75fd0b74Schristos (reg_table): Redirect REG_8F to XOP_8F_TABLE. 463*75fd0b74Schristos Add entries for REG_XOP_LWPCB and REG_XOP_LWP. 464*75fd0b74Schristos (xop_table): New. 465*75fd0b74Schristos (get_valid_dis386): Handle USE_XOP_8F_TABLE. 466*75fd0b74Schristos Use the offsets VEX_0F, VEX_0F38, and VEX_0F3A instead of their values 467*75fd0b74Schristos to access to the vex_table. 468*75fd0b74Schristos (OP_LWPCB_E): New. 469*75fd0b74Schristos (OP_LWP_E): New. 470*75fd0b74Schristos (OP_LWP_I): New. 471*75fd0b74Schristos * opcodes/i386-gen.c (cpu_flag_init): Add CPU_LWP_FLAGS, CpuLWP. 472*75fd0b74Schristos (cpu_flags): Add CpuLWP. 473*75fd0b74Schristos (opcode_modifiers): Add VexLWP, XOP09, and XOP0A. 474*75fd0b74Schristos * opcodes/i386-opc.h (CpuLWP): New. 475*75fd0b74Schristos (i386_cpu_flags): Add bit cpulwp. 476*75fd0b74Schristos (VexLWP): New. 477*75fd0b74Schristos (XOP09): New. 478*75fd0b74Schristos (XOP0A): New. 479*75fd0b74Schristos (i386_opcode_modifier): Add vexlwp, xop09, and xop0a. 480*75fd0b74Schristos * opcodes/i386-opc.tbl (llwpcb): Added. 481*75fd0b74Schristos (lwpval): Added. 482*75fd0b74Schristos (lwpins): Added. 483*75fd0b74Schristos 484*75fd0b74Schristos2009-11-04 DJ Delorie <dj@redhat.com> 485*75fd0b74Schristos 486*75fd0b74Schristos * rx-decode.opc (rx_decode_opcode) (mvtipl): Add. 487*75fd0b74Schristos (mvtcp, mvfcp, opecp): Remove. 488*75fd0b74Schristos * rx-decode.c: Regenerate. 489*75fd0b74Schristos * rx-dis.c (cpen): Remove. 490*75fd0b74Schristos 491*75fd0b74Schristos2009-11-03 Doug Evans <dje@sebabeach.org> 492*75fd0b74Schristos 493*75fd0b74Schristos * m32c-desc.c: Regenerate. 494*75fd0b74Schristos * mep-desc.c: Regenerate. 495*75fd0b74Schristos 496*75fd0b74Schristos2009-11-02 Paul Brook <paul@codesourcery.com> 497*75fd0b74Schristos 498*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Update to use new feature flags. 499*75fd0b74Schristos Add VFPv4 instructions. 500*75fd0b74Schristos 501*75fd0b74Schristos2009-10-29 Sebastian Pop <sebastian.pop@amd.com> 502*75fd0b74Schristos 503*75fd0b74Schristos * i386-dis.c (OP_VEX_FMA): Removed. 504*75fd0b74Schristos (VexFMA): Removed. 505*75fd0b74Schristos (Vex128FMA): Removed. 506*75fd0b74Schristos (prefix_table): First source operand of FMA4 insns is decoded 507*75fd0b74Schristos with Vex not with VexFMA. 508*75fd0b74Schristos (OP_EX_VexW): Second source operand is decoded with get_vex_imm8 509*75fd0b74Schristos when vex.w is set. Third source operand is decoded with 510*75fd0b74Schristos 511*75fd0b74Schristos2009-10-27 Alan Modra <amodra@bigpond.net.au> 512*75fd0b74Schristos 513*75fd0b74Schristos * Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h. 514*75fd0b74Schristos * Makefile.in: Regenerate. 515*75fd0b74Schristos * po/POTFILES.in: Regenerate. 516*75fd0b74Schristos 517*75fd0b74Schristos2009-10-23 Doug Evans <dje@sebabeach.org> 518*75fd0b74Schristos 519*75fd0b74Schristos * cgen-ops.h: Delete, moved to ../include/cgen/basic-ops.h. 520*75fd0b74Schristos * cgen-types.h: Delete, moved to ../include/cgen/basic-modes.h. 521*75fd0b74Schristos * cgen-bitset.c: Update. 522*75fd0b74Schristos * fr30-desc.h: Regenerate. 523*75fd0b74Schristos * frv-desc.h: Regenerate. 524*75fd0b74Schristos * ip2k-desc.h: Regenerate. 525*75fd0b74Schristos * iq2000-desc.h: Regenerate. 526*75fd0b74Schristos * lm32-desc.h: Regenerate. 527*75fd0b74Schristos * m32c-desc.h: Regenerate. 528*75fd0b74Schristos * m32c-opc.h: Regenerate. 529*75fd0b74Schristos * m32r-desc.h: Regenerate. 530*75fd0b74Schristos * mep-desc.h: Regenerate. 531*75fd0b74Schristos * mt-desc.h: Regenerate. 532*75fd0b74Schristos * openrisc-desc.h: Regenerate. 533*75fd0b74Schristos * xc16x-desc.h: Regenerate. 534*75fd0b74Schristos * xstormy16-desc.h: Regenerate. 535*75fd0b74Schristos 536*75fd0b74Schristos2009-10-22 DJ Delorie <dj@redhat.com> 537*75fd0b74Schristos 538*75fd0b74Schristos * rx-decode.opc (decode_opcode): Fix flags for MUL, SUNTIL, and SWHILE. 539*75fd0b74Schristos * rx-decode.c: Regenerated. 540*75fd0b74Schristos 541*75fd0b74Schristos2009-10-20 H.J. Lu <hongjiu.lu@intel.com> 542*75fd0b74Schristos 543*75fd0b74Schristos PR gas/10775 544*75fd0b74Schristos * i386-dis.c: Document LB, LS and LV macros. 545*75fd0b74Schristos (dis386): Use mov%LB, mov%LS and mov%LV on mov instruction 546*75fd0b74Schristos with the 64-bit displacement or immediate operand. 547*75fd0b74Schristos (putop): Handle LB, LS and LV macros. 548*75fd0b74Schristos 549*75fd0b74Schristos2009-10-18 Doug Evans <dje@sebabeach.org> 550*75fd0b74Schristos 551*75fd0b74Schristos * lm32-opinst.c: Regenerate. 552*75fd0b74Schristos * m32c-desc.c: Regenerate. 553*75fd0b74Schristos * m32r-opinst.c: Regenerate. 554*75fd0b74Schristos * openrisc-ibld.c: Regenerate. 555*75fd0b74Schristos * xc16x-desc.c: Regenerate. 556*75fd0b74Schristos * xc16x-desc.h: Regenerate. 557*75fd0b74Schristos 558*75fd0b74Schristos2009-10-17 Doug Evans <dje@sebabeach.org> 559*75fd0b74Schristos 560*75fd0b74Schristos * Makefile.am (CGEN_CPUS): Add iq2000, lm32. 561*75fd0b74Schristos (FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are 562*75fd0b74Schristos sorted alphabetically. 563*75fd0b74Schristos (stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen 564*75fd0b74Schristos stamp-* rules are sorted alphabetically. 565*75fd0b74Schristos * Makefile.in: Regenerate. 566*75fd0b74Schristos 567*75fd0b74Schristos2009-10-16 H.J. Lu <hongjiu.lu@intel.com> 568*75fd0b74Schristos 569*75fd0b74Schristos * i386-opc.h: Use enum instead of nested macros. 570*75fd0b74Schristos 571*75fd0b74Schristos2009-10-16 H.J. Lu <hongjiu.lu@intel.com> 572*75fd0b74Schristos 573*75fd0b74Schristos * i386-dis.c: Simplify enums. 574*75fd0b74Schristos 575*75fd0b74Schristos2009-10-15 H.J. Lu <hongjiu.lu@intel.com> 576*75fd0b74Schristos Ineiev <ineiev@gmail.com> 577*75fd0b74Schristos 578*75fd0b74Schristos PR binutils/10767 579*75fd0b74Schristos * i386-dis.c: Use enum instead of nested macros. 580*75fd0b74Schristos 581*75fd0b74Schristos2009-10-15 H.J. Lu <hongjiu.lu@intel.com> 582*75fd0b74Schristos 583*75fd0b74Schristos * i386-dis.c (MAX_BYTEMODE): Removed. 584*75fd0b74Schristos 585*75fd0b74Schristos2009-10-14 Tomas Hurka <tom@hukatronic.cz> 586*75fd0b74Schristos 587*75fd0b74Schristos PR 969 588*75fd0b74Schristos * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl. 589*75fd0b74Schristos 590*75fd0b74Schristos2009-10-13 H.J. Lu <hongjiu.lu@intel.com> 591*75fd0b74Schristos 592*75fd0b74Schristos * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg 593*75fd0b74Schristos and vex_w_done. 594*75fd0b74Schristos 595*75fd0b74Schristos2009-10-07 Michael Eager <eager@eagercon.com> 596*75fd0b74Schristos 597*75fd0b74Schristos * microblaze-dis.c: Add include for microblaze-dis.h, 598*75fd0b74Schristos eliminate local extern decls. 599*75fd0b74Schristos * microblaze-dis.h: New. 600*75fd0b74Schristos 601*75fd0b74Schristos2009-10-06 Nick Clifton <nickc@redhat.com> 602*75fd0b74Schristos 603*75fd0b74Schristos * po/fi.po: Updated Finnish translation. 604*75fd0b74Schristos 605*75fd0b74Schristos2009-10-03 Andreas Schwab <schwab@linux-m68k.org> 606*75fd0b74Schristos 607*75fd0b74Schristos * opc2c.c: Include "libiberty.h" and <errno.h>. 608*75fd0b74Schristos (orig_filename): Constify. 609*75fd0b74Schristos (dump_lines): Fix line number directive. 610*75fd0b74Schristos (main): Set orig_filename to basename of input file. Use 611*75fd0b74Schristos xstrerror. 612*75fd0b74Schristos 613*75fd0b74Schristos * Makefile.am (rx-dis.lo): Remove explicit dependencies. 614*75fd0b74Schristos ($(srcdir)/rx-decode.c): Use @MAINT@. Use $(EXEEXT_FOR_BUILD) 615*75fd0b74Schristos instead of $(EXEEXT). 616*75fd0b74Schristos (opc2c$(EXEEXT_FOR_BUILD)): Renamed from opc2c$(EXEEXT) and use 617*75fd0b74Schristos $(LINK_FOR_BUILD). Link with libiberty. 618*75fd0b74Schristos (MOSTLYCLEANFILES): Add opc2c$(EXEEXT_FOR_BUILD). 619*75fd0b74Schristos (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c. 620*75fd0b74Schristos * Makefile.in: Regenerated. 621*75fd0b74Schristos * rx-decode.c: Regenerated. 622*75fd0b74Schristos 623*75fd0b74Schristos2009-10-03 Paul Reed <paulreed@paddedcell.com> 624*75fd0b74Schristos 625*75fd0b74Schristos * arm-dis.c (print_insn): Check symtab_size not *symtab. 626*75fd0b74Schristos 627*75fd0b74Schristos2009-10-02 H.J. Lu <hongjiu.lu@intel.com> 628*75fd0b74Schristos 629*75fd0b74Schristos * i386-opc.tbl: Drop Disp64 on jump and loop instructions. 630*75fd0b74Schristos * i386-tbl.h: Regenerated. 631*75fd0b74Schristos 632*75fd0b74Schristos2009-10-02 Peter Bergner <bergner@vnet.ibm.com> 633*75fd0b74Schristos 634*75fd0b74Schristos * ppc-dis.c (ppc_opts): Add "476" entry. 635*75fd0b74Schristos * ppc-opc.c (PPC476): Define. 636*75fd0b74Schristos (powerpc_opcodes): Update mnemonics where required for 476. 637*75fd0b74Schristos 638*75fd0b74Schristos2009-10-01 Peter Bergner <bergner@vnet.ibm.com> 639*75fd0b74Schristos 640*75fd0b74Schristos * ppc-opc.c (PPCA2): Use renamed mask PPC_OPCODE_A2. 641*75fd0b74Schristos * ppc-dis.c (ppc_opts): Likewise. 642*75fd0b74Schristos Rename "ppca2" to "a2". 643*75fd0b74Schristos 644*75fd0b74Schristos2009-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 645*75fd0b74Schristos 646*75fd0b74Schristos * crx-dis.c (match_opcode): Truncate mcode to 32-bit. 647*75fd0b74Schristos 648*75fd0b74Schristos2009-09-29 DJ Delorie <dj@redhat.com> 649*75fd0b74Schristos 650*75fd0b74Schristos * Makefile.am: Add RX files. 651*75fd0b74Schristos * configure.in: Add support for RX target. 652*75fd0b74Schristos * disassemble.c: Likewise. 653*75fd0b74Schristos * Makefile.in: Regenerate. 654*75fd0b74Schristos * configure: Regenerate. 655*75fd0b74Schristos * opc2c.c: New file. 656*75fd0b74Schristos * rx-decode.c: New file. 657*75fd0b74Schristos * rx-decode.opc: New file. 658*75fd0b74Schristos * rx-dis.c: New file. 659*75fd0b74Schristos 660*75fd0b74Schristos2009-09-29 Peter Bergner <bergner@vnet.ibm.com> 661*75fd0b74Schristos 662*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Remove support for the the "lxsdux", 663*75fd0b74Schristos "lxvd2ux", "lxvw4ux", "stxsdux", "stxvd2ux" and "stxvw4ux" opcodes. 664*75fd0b74Schristos 665*75fd0b74Schristos2009-09-25 Michael Eager <eager@eagercon.com> 666*75fd0b74Schristos 667*75fd0b74Schristos * microblaze-dis.c (get_insn_microblaze, microblaze_get_target_address, 668*75fd0b74Schristos microblaze_decode_insn): Add declarations. 669*75fd0b74Schristos (get_delay_slots_microblaze): Remove. 670*75fd0b74Schristos 671*75fd0b74Schristos2009-09-25 Martin Thuresson <martint@google.com> 672*75fd0b74Schristos 673*75fd0b74Schristos Update sources to make arc and arm targets compile cleanly with 674*75fd0b74Schristos -Wc++-compat: 675*75fd0b74Schristos * arc-dis.c Fix casts. 676*75fd0b74Schristos * arc-ext.c: Add casts. 677*75fd0b74Schristos * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous 678*75fd0b74Schristos enum. 679*75fd0b74Schristos 680*75fd0b74Schristos2009-09-24 H.J. Lu <hongjiu.lu@intel.com> 681*75fd0b74Schristos 682*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Remove Vex256. 683*75fd0b74Schristos (set_bitfield): Handle XXX=V. 684*75fd0b74Schristos 685*75fd0b74Schristos * i386-opc.h (Vex): Update comments. 686*75fd0b74Schristos (Vex256): Removed. 687*75fd0b74Schristos (VexNDS): Updated. 688*75fd0b74Schristos (i386_opcode_modifier): Change vex to 2 bits. Remove vex256. 689*75fd0b74Schristos 690*75fd0b74Schristos * i386-opc.tbl: Replace "Vex|Vex256" with Vex=2. 691*75fd0b74Schristos * i386-tbl.h: Regenerated. 692*75fd0b74Schristos 693*75fd0b74Schristos2009-09-23 Nick Clifton <nickc@redhat.com> 694*75fd0b74Schristos 695*75fd0b74Schristos * po/fr.po: Updated French translation. 696*75fd0b74Schristos 697*75fd0b74Schristos2009-09-21 Ben Elliston <bje@au.ibm.com> 698*75fd0b74Schristos Peter Bergner <bergner@vnet.ibm.com> 699*75fd0b74Schristos 700*75fd0b74Schristos * ppc-dis.c (ppc_opts): Add "ppca2" entry. 701*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Add eratilx, eratsx, eratsx., 702*75fd0b74Schristos eratre, wchkall, eratwe, ldawx., mdfcrx., mfdcr. mtdcrx., icswx, 703*75fd0b74Schristos icswx., mtdcr., dci, wclrone, wclrall, wclr, erativax, tlbsrx., 704*75fd0b74Schristos ici mnemonics. 705*75fd0b74Schristos (ERAT_T): New operand. 706*75fd0b74Schristos (XWC_MASK): New mask. 707*75fd0b74Schristos (XOPL2): New macro. 708*75fd0b74Schristos (PPCA2): Define. 709*75fd0b74Schristos 710*75fd0b74Schristos2009-09-18 Nick Clifton <nickc@redhat.com> 711*75fd0b74Schristos 712*75fd0b74Schristos * po/es.po: Updated Spanish translation. 713*75fd0b74Schristos * po/vi.po: Updated Vietnamese translation. 714*75fd0b74Schristos 715*75fd0b74Schristos2009-09-15 H.J. Lu <hongjiu.lu@intel.com> 716*75fd0b74Schristos 717*75fd0b74Schristos * i386-dis.c (OP_E_memory): Don't print '-' in Intel mode if 718*75fd0b74Schristos disp == -disp. 719*75fd0b74Schristos 720*75fd0b74Schristos2009-09-14 Nick Clifton <nickc@redhat.com> 721*75fd0b74Schristos 722*75fd0b74Schristos * po/nl.po: Updated Dutch translation. 723*75fd0b74Schristos 724*75fd0b74Schristos2009-09-11 Nick Clifton <nickc@redhat.com> 725*75fd0b74Schristos 726*75fd0b74Schristos * po/opcodes.pot: Updated by the Translation project. 727*75fd0b74Schristos 728*75fd0b74Schristos2009-09-11 Martin Thuresson <martint@google.com> 729*75fd0b74Schristos 730*75fd0b74Schristos Updated sources to compile cleanly with -Wc++-compat: 731*75fd0b74Schristos * ld.h (enum endian_enum,enum symbolic_enum,enum dynamic_list_enum): Move to top level. 732*75fd0b74Schristos * ldcref.c: Add casts. 733*75fd0b74Schristos * ldctor.c: Add casts. 734*75fd0b74Schristos * ldexp.c 735*75fd0b74Schristos * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level. 736*75fd0b74Schristos * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer. 737*75fd0b74Schristos * ldlang.h (enum statement_enum): Move to top level. 738*75fd0b74Schristos * ldmain.c: Add casts. 739*75fd0b74Schristos * ldwrite.c: Add casts. 740*75fd0b74Schristos * lexsup.c: Add casts. (enum control_enum): Move to top level. 741*75fd0b74Schristos * mri.c: Add casts. (mri_draw_tree): Use enum name instead of integer. 742*75fd0b74Schristos 743*75fd0b74Schristos2009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 744*75fd0b74Schristos 745*75fd0b74Schristos * s390-dis.c (print_insn_s390): Avoid 'long long'. 746*75fd0b74Schristos 747*75fd0b74Schristos2009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 748*75fd0b74Schristos 749*75fd0b74Schristos * s390-dis.c (s390_extract_operand): Remove the shift for pcrel operands. 750*75fd0b74Schristos (print_insn_s390): Signextend and shift pcrel operands before printing. 751*75fd0b74Schristos 752*75fd0b74Schristos2009-09-09 H.J. Lu <hongjiu.lu@intel.com> 753*75fd0b74Schristos 754*75fd0b74Schristos * i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to 755*75fd0b74Schristos VEX_LEN_AE_R_X_M_0 in comments. 756*75fd0b74Schristos 757*75fd0b74Schristos2009-09-08 DJ Delorie <dj@redhat.com> 758*75fd0b74Schristos 759*75fd0b74Schristos * mep-opc.c: Regenerate. 760*75fd0b74Schristos 761*75fd0b74Schristos2009-09-08 Andreas Schwab <schwab@linux-m68k.org> 762*75fd0b74Schristos 763*75fd0b74Schristos * z8kgen.c (struct op): Replace unused flavor with id. 764*75fd0b74Schristos (opt): Remove extra xorb entry. 765*75fd0b74Schristos (func): Use id field as fallback. 766*75fd0b74Schristos (sub): Return new string, caller changed. 767*75fd0b74Schristos (internal): Allocate end marker. Assign unique id before sorting. 768*75fd0b74Schristos (gas): Likewise. Fix loop end condition. 769*75fd0b74Schristos * z8k-opc.h: Regenerate. 770*75fd0b74Schristos 771*75fd0b74Schristos2009-09-08 Alan Modra <amodra@bigpond.net.au> 772*75fd0b74Schristos 773*75fd0b74Schristos * ppc-opc.c (powerpc_macros <extrdi>): Allow n+b of 64. 774*75fd0b74Schristos 775*75fd0b74Schristos2009-09-07 Alan Modra <amodra@bigpond.net.au> 776*75fd0b74Schristos 777*75fd0b74Schristos * z8kgen.c (func): Fix thinko last patch. 778*75fd0b74Schristos 779*75fd0b74Schristos2009-09-07 Alan Modra <amodra@bigpond.net.au> 780*75fd0b74Schristos 781*75fd0b74Schristos * z8kgen.c (func): Stabilize qsort of identically named entries. 782*75fd0b74Schristos * z8k-opc.h: Regenerate. 783*75fd0b74Schristos 784*75fd0b74Schristos2009-09-07 Tristan Gingold <gingold@adacore.com> 785*75fd0b74Schristos 786*75fd0b74Schristos * po/opcodes.pot: Regenerate. 787*75fd0b74Schristos 788*75fd0b74Schristos2009-09-07 Alan Modra <amodra@bigpond.net.au> 789*75fd0b74Schristos 790*75fd0b74Schristos * configure.in (BUILD_LIBS, BUILD_LIB_DEPS): Define and subst. 791*75fd0b74Schristos * configure: Regenerate. 792*75fd0b74Schristos * Makefile.am (LIBIBERTY, BUILD_LIBIBERTY, BUILD_LIBINTL): Delete. 793*75fd0b74Schristos (BUILD_LIBS, BUILD_LIB_DEPS): Define. Use.. 794*75fd0b74Schristos (i386-gen, ia64-gen, z8kgen): ..here. 795*75fd0b74Schristos * Makefile.in: Regenerate. 796*75fd0b74Schristos 797*75fd0b74Schristos2009-09-07 Tristan Gingold <gingold@adacore.com> 798*75fd0b74Schristos 799*75fd0b74Schristos * z8k-opc.h: Regenerate. 800*75fd0b74Schristos 801*75fd0b74Schristos2009-09-05 Martin Thuresson <martin@mtme.org> 802*75fd0b74Schristos 803*75fd0b74Schristos * ia64-dis.c (print_insn_ia64): Update code to use renamed member. 804*75fd0b74Schristos * m88k-dis.c (m88kdis): Rename variable class to in_class. 805*75fd0b74Schristos * tic80-opc.c (tic80_symbol_to_value, tic80_value_to_symbol): 806*75fd0b74Schristos Rename argument class to symbol_class. 807*75fd0b74Schristos 808*75fd0b74Schristos2009-09-04 Jie Zhang <jie.zhang@analog.com> 809*75fd0b74Schristos 810*75fd0b74Schristos * bfin-dis.c (decode_pseudodbg_assert_0): Change according 811*75fd0b74Schristos to the new encoding of DBGA, DBGAH, and DBGAL. 812*75fd0b74Schristos (_print_insn_bfin): Likewise. 813*75fd0b74Schristos 814*75fd0b74Schristos2009-09-03 Jie Zhang <jie.zhang@analog.com> 815*75fd0b74Schristos 816*75fd0b74Schristos * bfin-dis.c (_print_insn_bfin): Don't declare. 817*75fd0b74Schristos (print_insn_bfin): Don't declare. 818*75fd0b74Schristos (dregs_pair): Remove. 819*75fd0b74Schristos (ignore_bits): Remove. 820*75fd0b74Schristos (ccstat): Remove. 821*75fd0b74Schristos 822*75fd0b74Schristos2009-09-03 Jie Zhang <jie.zhang@analog.com> 823*75fd0b74Schristos 824*75fd0b74Schristos * bfin-dis.c (IS_DREG): Define. 825*75fd0b74Schristos (IS_PREG): Define. 826*75fd0b74Schristos (IS_AREG): Define. 827*75fd0b74Schristos (IS_GENREG): Define. 828*75fd0b74Schristos (IS_DAGREG): Define. 829*75fd0b74Schristos (IS_SYSREG): Define. 830*75fd0b74Schristos (decode_REGMV_0): Check illegal register move instructions. 831*75fd0b74Schristos 832*75fd0b74Schristos2009-09-03 Dave Korn <dave.korn.cygwin@gmail.com> 833*75fd0b74Schristos 834*75fd0b74Schristos * Makefile.am (BUILD_LIBINTL): New variable. 835*75fd0b74Schristos (i386-gen$(EXEEXT_FOR_BUILD)): Use it. 836*75fd0b74Schristos (ia64-gen$(EXEEXT_FOR_BUILD)): And here. 837*75fd0b74Schristos (z8kgen$(EXEEXT_FOR_BUILD)): And here. 838*75fd0b74Schristos * Makefile.in: Regenerate. 839*75fd0b74Schristos 840*75fd0b74Schristos2009-09-01 DJ Delorie <dj@redhat.com> 841*75fd0b74Schristos 842*75fd0b74Schristos * mep-asm.c: Regenerate. 843*75fd0b74Schristos * mep-desc.c: Regenerate. 844*75fd0b74Schristos * mep-opc.c: Regenerate. 845*75fd0b74Schristos 846*75fd0b74Schristos2009-09-01 Tristan Gingold <gingold@adacore.com> 847*75fd0b74Schristos 848*75fd0b74Schristos * makefile.vms: Ported to Itanium VMS. Remove useless targets and 849*75fd0b74Schristos dependencies. Remove unused FORMAT variable. 850*75fd0b74Schristos * configure.com: New file to create build.com DCL script for 851*75fd0b74Schristos Itanium VMS or Alpha VMS. 852*75fd0b74Schristos 853*75fd0b74Schristos2009-08-29 Martin Thuresson <martin@mtme.org> 854*75fd0b74Schristos 855*75fd0b74Schristos * cris-dis.c (bytes_to_skip): Update code to use new name. 856*75fd0b74Schristos * i386-dis.c (putop): Update code to use new name. 857*75fd0b74Schristos * i386-gen.c (process_i386_opcodes): Update code to use 858*75fd0b74Schristos new name. 859*75fd0b74Schristos * i386-opc.h (struct template): Rename struct template to 860*75fd0b74Schristos insn_template. Update code accordingly. 861*75fd0b74Schristos * i386-tbl.h (i386_optab): Update type to use new name. 862*75fd0b74Schristos * ia64-dis.c (print_insn_ia64): Rename variable template 863*75fd0b74Schristos to template_val. 864*75fd0b74Schristos * tic30-dis.c (struct instruction, get_tic30_instruction): 865*75fd0b74Schristos Update code to use new name. 866*75fd0b74Schristos * tic54x-dis.c (has_lkaddr, get_insn_size) 867*75fd0b74Schristos (print_parallel_instruction, print_insn_tic54x, tic54x_get_insn): 868*75fd0b74Schristos Update code to use new name. 869*75fd0b74Schristos * tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab): 870*75fd0b74Schristos Update type to new name. 871*75fd0b74Schristos * z8kgen.c (internal, gas): Rename variable new to new_op. 872*75fd0b74Schristos 873*75fd0b74Schristos2009-08-28 H.J. Lu <hongjiu.lu@intel.com> 874*75fd0b74Schristos 875*75fd0b74Schristos * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS. 876*75fd0b74Schristos Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD. 877*75fd0b74Schristos (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with 878*75fd0b74Schristos CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD. 879*75fd0b74Schristos * Makefile.in: Regenerated. 880*75fd0b74Schristos 881*75fd0b74Schristos2009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 882*75fd0b74Schristos 883*75fd0b74Schristos * Makefile.am (bfdlibdir, bfdincludedir): Move definition ... 884*75fd0b74Schristos [INSTALL_LIBBFD]: ... here, ... 885*75fd0b74Schristos [INSTALL_LIBBFD]: ... and empty overrides here. 886*75fd0b74Schristos [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable. 887*75fd0b74Schristos [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it. 888*75fd0b74Schristos * Makefile.in: Regenerate. 889*75fd0b74Schristos * configure: Regenerate. 890*75fd0b74Schristos 891*75fd0b74Schristos2009-08-26 Philippe De Muyter <phdm@macqel.be> 892*75fd0b74Schristos 893*75fd0b74Schristos * m68k-dis.c (print_insn_arg): Add movecr register names for 894*75fd0b74Schristos coldfire v4e families. 895*75fd0b74Schristos 896*75fd0b74Schristos2009-08-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 897*75fd0b74Schristos 898*75fd0b74Schristos * Makefile.am (SUBDIRS): Build '.' before 'po'. 899*75fd0b74Schristos (COMPILE_FOR_BUILD, LINK_FOR_BUILD, BUILD_LIBIBERTY) 900*75fd0b74Schristos (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables. 901*75fd0b74Schristos (i386-gen$(EXEEXT_FOR_BUILD)): Renamed from i386-gen, rewrite 902*75fd0b74Schristos using *BUILD variables, depend upon $(BUILD_LIBIBERTY). 903*75fd0b74Schristos (i386-gen.o): New rule. 904*75fd0b74Schristos ($(srcdir)/i386-init.h): Adjust. 905*75fd0b74Schristos (i386-opc.lo): Depend on $(srcdir)/i386-tbl.h. 906*75fd0b74Schristos (ia64-gen$(EXEEXT_FOR_BUILD)): Rename from ia64-gen, adjust likewise. 907*75fd0b74Schristos (ia64-gen.o): New rule. 908*75fd0b74Schristos (ia64_asmtab_deps): New variable. 909*75fd0b74Schristos ($(srcdir)/ia64-asmtab.c): Use it; adjust likewise. 910*75fd0b74Schristos (ia64-opc.lo): Depend on $(srcdir)/ia64-asmtab.c. 911*75fd0b74Schristos (s390-mkopc$(EXEEXT_FOR_BUILD)): Rename from s390-mkopc, adjust 912*75fd0b74Schristos likewise. 913*75fd0b74Schristos (s390-opc.tab): Adjust. 914*75fd0b74Schristos (z8kgen$(EXEEXT_FOR_BUILD), z8kgen.o, $(srcdir)/z8k-opc.h): New 915*75fd0b74Schristos rules. 916*75fd0b74Schristos (z8k-dis.lo): Depend on $(srcdir)/z8k-opc.h. 917*75fd0b74Schristos * Makefile.in: Regenerate. 918*75fd0b74Schristos * z8kgen.c (gas): Avoid '/*' in comment. 919*75fd0b74Schristos * z8k-opc.h (func): Regenerate. 920*75fd0b74Schristos 921*75fd0b74Schristos2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 922*75fd0b74Schristos 923*75fd0b74Schristos * Makefile.am (TARGET_LIBOPCODES_CFILES): New variable, taken 924*75fd0b74Schristos from $(CFILES), sorted, with dis-buf.c, dis-init.c, disassemble.c, 925*75fd0b74Schristos i386-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, ia64-opc-i.c, 926*75fd0b74Schristos ia64-opc-m.c, ia64-opc-d.c, ia64-gen.c, ia64-asmtab.c removed, and 927*75fd0b74Schristos msp430-dis.c added. 928*75fd0b74Schristos (LIBOPCODES_CFILES): New variable, adding to 929*75fd0b74Schristos TARGET_LIBOPCODES_CFILES also non-target library sources. 930*75fd0b74Schristos (CFILES): Factorize based on $(LIBOPCODES_CFILES), adding generator 931*75fd0b74Schristos files. 932*75fd0b74Schristos (ALL_MACHINES): Factorize based on $(TARGET_LIBOPCODES_CFILES). 933*75fd0b74Schristos (EXTRA_libopcodes_la_SOURCES): Use $(LIBOPCODES_CFILES). 934*75fd0b74Schristos * Makefile.in: Regenerate. 935*75fd0b74Schristos * po/POTFILES.in: Regenerate. 936*75fd0b74Schristos 937*75fd0b74Schristos2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 938*75fd0b74Schristos 939*75fd0b74Schristos * Makefile.am (libopcodes_la_LDFLAGS): Initialize early. 940*75fd0b74Schristos [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition. 941*75fd0b74Schristos [INSTALL_LIBBFD] (bfdinclude_DATA): New. 942*75fd0b74Schristos [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New. 943*75fd0b74Schristos [!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la 944*75fd0b74Schristos is built shared even if it is not to be installed. 945*75fd0b74Schristos (install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES) 946*75fd0b74Schristos (install_libopcodes, uninstall_libopcodes): Remove. 947*75fd0b74Schristos (AM_CPPFLAGS): Renamed from ... 948*75fd0b74Schristos (INCLUDES): ... this. 949*75fd0b74Schristos * Makefile.in: Regenerate. 950*75fd0b74Schristos 951*75fd0b74Schristos * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add 952*75fd0b74Schristos 1.11, foreign, no-dist. 953*75fd0b74Schristos (MKDEP, m32c_opc_h): Remove variables. 954*75fd0b74Schristos (disassemble.lo): Rewrite using automake-style dependency 955*75fd0b74Schristos tracking rules; only list the dependency upon the primary source 956*75fd0b74Schristos file, but no included headers. 957*75fd0b74Schristos (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo) 958*75fd0b74Schristos (i386-gen.o, ia64-gen.o): Remove dependency statements. 959*75fd0b74Schristos (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to 960*75fd0b74Schristos ensure all dependency fragments are included in the Makefile. 961*75fd0b74Schristos (s390-opc.lo): Depend on s390-opc.tab. 962*75fd0b74Schristos (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules. 963*75fd0b74Schristos (mkdep section): Remove. 964*75fd0b74Schristos * Makefile.in: Regenerate. 965*75fd0b74Schristos * po/POTFILES.in: Regenerate. 966*75fd0b74Schristos 967*75fd0b74Schristos * Makefile.am (install-pdf, install-html): Remove. 968*75fd0b74Schristos * Makefile.in: Regenerate. 969*75fd0b74Schristos 970*75fd0b74Schristos * Makefile.in: Regenerate. 971*75fd0b74Schristos * aclocal.m4: Likewise. 972*75fd0b74Schristos * config.in: Likewise. 973*75fd0b74Schristos * configure: Likewise. 974*75fd0b74Schristos 975*75fd0b74Schristos2009-08-06 Michael Eager <eager@eagercon.com> 976*75fd0b74Schristos 977*75fd0b74Schristos * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to 978*75fd0b74Schristos CFILES, microblaze-dis.lo to ALL_MACHINES, targets. 979*75fd0b74Schristos * Makefile.in: Regenerate. 980*75fd0b74Schristos * configure.in: Add bfd_microblaze_arch target. 981*75fd0b74Schristos * configure: Regenerate. 982*75fd0b74Schristos * disassemble.c: Define ARCH_microblaze, return 983*75fd0b74Schristos print_insn_microblaze(). 984*75fd0b74Schristos * microblaze-dis.c: New MicroBlaze disassembler. 985*75fd0b74Schristos * microblaze-opc.h: New MicroBlaze opcode definitions. 986*75fd0b74Schristos * microblaze-opcm.h: New MicroBlaze opcode types. 987*75fd0b74Schristos 988*75fd0b74Schristos2009-07-25 H.J. Lu <hongjiu.lu@intel.com> 989*75fd0b74Schristos 990*75fd0b74Schristos * configure.in: Handle bfd_l1om_arch. 991*75fd0b74Schristos * disassemble.c (disassembler): Likewise. 992*75fd0b74Schristos 993*75fd0b74Schristos * configure: Regenerated. 994*75fd0b74Schristos 995*75fd0b74Schristos * i386-dis.c (print_insn): Handle bfd_mach_l1om and 996*75fd0b74Schristos bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM. 997*75fd0b74Schristos 998*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM. 999*75fd0b74Schristos Add CPU_L1OM_FLAGS. 1000*75fd0b74Schristos (cpu_flags): Add CpuL1OM. 1001*75fd0b74Schristos (set_bitfield): Take an argument to set the value field. 1002*75fd0b74Schristos (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY). 1003*75fd0b74Schristos (process_i386_opcode_modifier): Updated. 1004*75fd0b74Schristos (process_i386_operand_type): Likewise. 1005*75fd0b74Schristos * i386-init.h: Regenerated. 1006*75fd0b74Schristos * i386-tbl.h: Likewise. 1007*75fd0b74Schristos 1008*75fd0b74Schristos * i386-opc.h (CpuL1OM): New. 1009*75fd0b74Schristos (CpuXsave): Updated. 1010*75fd0b74Schristos (i386_cpu_flags): Add cpul1om. 1011*75fd0b74Schristos 1012*75fd0b74Schristos2009-07-24 Jan Beulich <jbeulich@novell.com> 1013*75fd0b74Schristos 1014*75fd0b74Schristos * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add 1015*75fd0b74Schristos frstpm. 1016*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed. 1017*75fd0b74Schristos (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP. 1018*75fd0b74Schristos (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387. 1019*75fd0b74Schristos * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP): 1020*75fd0b74Schristos Define. 1021*75fd0b74Schristos (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687, 1022*75fd0b74Schristos and cpufisttp. 1023*75fd0b74Schristos * i386-opc.tbl: Qualify floating point instructions by their 1024*75fd0b74Schristos respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos, 1025*75fd0b74Schristos and fsincos to be avilable only on 387. Fix fstsw ax to be 1026*75fd0b74Schristos available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm, 1027*75fd0b74Schristos and frstpm. 1028*75fd0b74Schristos * i386-init.h, i386-tbl.h: Regenerate. 1029*75fd0b74Schristos 1030*75fd0b74Schristos2009-07-20 Nick Clifton <nickc@redhat.com> 1031*75fd0b74Schristos 1032*75fd0b74Schristos PR 10288 1033*75fd0b74Schristos * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register 1034*75fd0b74Schristos offset or indexed based addressing mode 3. 1035*75fd0b74Schristos 1036*75fd0b74Schristos2009-07-14 Nick Clifton <nickc@redhat.com> 1037*75fd0b74Schristos 1038*75fd0b74Schristos PR 10288 1039*75fd0b74Schristos * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1 1040*75fd0b74Schristos patterns. 1041*75fd0b74Schristos (arm_decode_shift): Catch illegal register based shifts. 1042*75fd0b74Schristos (print_insn_arm): Properly handle negative register r0 1043*75fd0b74Schristos post-indexed addressing. 1044*75fd0b74Schristos 1045*75fd0b74Schristos2009-07-10 Doug Kwan <dougkwan@google.com> 1046*75fd0b74Schristos 1047*75fd0b74Schristos * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only 1048*75fd0b74Schristos lower 32 bits of long types to make hexadecimal output consistent 1049*75fd0b74Schristos on both 32-bit and 64-bit hosts. 1050*75fd0b74Schristos 1051*75fd0b74Schristos2009-07-10 Alan Modra <amodra@bigpond.net.au> 1052*75fd0b74Schristos 1053*75fd0b74Schristos * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h, 1054*75fd0b74Schristos * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h, 1055*75fd0b74Schristos * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h, 1056*75fd0b74Schristos * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h, 1057*75fd0b74Schristos * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h, 1058*75fd0b74Schristos * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c, 1059*75fd0b74Schristos * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c, 1060*75fd0b74Schristos * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h, 1061*75fd0b74Schristos * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h, 1062*75fd0b74Schristos * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h, 1063*75fd0b74Schristos * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h, 1064*75fd0b74Schristos * xstormy16-opc.c, * xstormy16-opc.h: Regenerate. 1065*75fd0b74Schristos 1066*75fd0b74Schristos2009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw> 1067*75fd0b74Schristos 1068*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus. 1069*75fd0b74Schristos 1070*75fd0b74Schristos2009-07-07 Nick Clifton <nickc@redhat.com> 1071*75fd0b74Schristos 1072*75fd0b74Schristos PR 10288 1073*75fd0b74Schristos * arm-dis.c (arm_opcodes): Be more strict about decoding scaled 1074*75fd0b74Schristos addressing modes. 1075*75fd0b74Schristos 1076*75fd0b74Schristos2009-07-06 DJ Delorie <dj@redhat.com> 1077*75fd0b74Schristos 1078*75fd0b74Schristos * mep-desc.c: Regenerate. 1079*75fd0b74Schristos * mep-desc.h: Regenerate. 1080*75fd0b74Schristos * mep-opc.c: Regenerate. 1081*75fd0b74Schristos * mep-opc.h: Regenerate. 1082*75fd0b74Schristos 1083*75fd0b74Schristos2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> 1084*75fd0b74Schristos 1085*75fd0b74Schristos * i386-opc.h (CpuFMA4): Add CpuFMA4. 1086*75fd0b74Schristos (i386_cpu_flags): New. 1087*75fd0b74Schristos * i386-gen.c: Add CPU_FMA4_FLAGS. 1088*75fd0b74Schristos * i386-opc.tbl: Add FMA4 instructions. 1089*75fd0b74Schristos * i386-tbl.h: Regenerate. 1090*75fd0b74Schristos * i386-init.h: Regenerate. 1091*75fd0b74Schristos * i386-dis.c (OP_VEX_FMA): New. Handle FMA4. 1092*75fd0b74Schristos (OP_XMM_VexW): Ditto. 1093*75fd0b74Schristos (OP_EX_VexW): Ditto. 1094*75fd0b74Schristos (VEXI4_Fixup): Ditto. 1095*75fd0b74Schristos (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros. 1096*75fd0b74Schristos (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New. 1097*75fd0b74Schristos (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New. 1098*75fd0b74Schristos (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New. 1099*75fd0b74Schristos (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New. 1100*75fd0b74Schristos (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New. 1101*75fd0b74Schristos (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New. 1102*75fd0b74Schristos (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New. 1103*75fd0b74Schristos (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New. 1104*75fd0b74Schristos (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New. 1105*75fd0b74Schristos (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New. 1106*75fd0b74Schristos (get_vex_imm8): New. handle FMA4. 1107*75fd0b74Schristos (OP_EX_VexReg): Ditto. 1108*75fd0b74Schristos 1109*75fd0b74Schristos2009-06-30 Nick Clifton <nickc@redhat.com> 1110*75fd0b74Schristos 1111*75fd0b74Schristos PR 10288 1112*75fd0b74Schristos * arm-dis.c (coprocessor): Print the LDC and STC versions of the 1113*75fd0b74Schristos LFM and SFM instructions as comments,. 1114*75fd0b74Schristos Improve consistency of formatting for instructions displayed as 1115*75fd0b74Schristos comments and decimal values displayed with their hexadecimal 1116*75fd0b74Schristos equivalents. 1117*75fd0b74Schristos Formatting tidy ups. 1118*75fd0b74Schristos 1119*75fd0b74Schristos2009-06-29 Nick Clifton <nickc@redhat.com> 1120*75fd0b74Schristos 1121*75fd0b74Schristos PR 10288 1122*75fd0b74Schristos * arm-dis.c (enum opcode_sentinels): New: Used to mark the 1123*75fd0b74Schristos boundary between variaant and generic coprocessor instuctions. 1124*75fd0b74Schristos (coprocessor): Use it. 1125*75fd0b74Schristos Fix architecture version of MCRR and MRRC instructions. 1126*75fd0b74Schristos (arm_opcdes): Fix patterns for STRB and STRH instructions. 1127*75fd0b74Schristos (print_insn_coprocessor): Check architecture and extension masks. 1128*75fd0b74Schristos Print a hexadecimal version of any decimal constant that is 1129*75fd0b74Schristos outside of the range of -16 to +32. 1130*75fd0b74Schristos (print_arm_address): Add a return value of the offset used in the 1131*75fd0b74Schristos adress, if it is worth printing a hexadecimal version of it. 1132*75fd0b74Schristos (print_insn_neon): Print a hexadecimal version of any decimal 1133*75fd0b74Schristos constant that is outside of the range of -16 to +32. 1134*75fd0b74Schristos (print_insn_arm): Likewise. 1135*75fd0b74Schristos (print_insn_thumb16): Likewise. 1136*75fd0b74Schristos (print_insn_thumb32): Likewise. 1137*75fd0b74Schristos 1138*75fd0b74Schristos PR 10297 1139*75fd0b74Schristos * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description 1140*75fd0b74Schristos of an undefined instruction. 1141*75fd0b74Schristos (arm_opcodes): Use it. 1142*75fd0b74Schristos (thumb_opcod): Use it. 1143*75fd0b74Schristos (thumb32_opc): Use it. 1144*75fd0b74Schristos 1145*75fd0b74Schristos2009-06-23 DJ Delorie <dj@redhat.com> 1146*75fd0b74Schristos 1147*75fd0b74Schristos * mep-desc.c: Regenerate. 1148*75fd0b74Schristos * mep-desc.h: Regenerate. 1149*75fd0b74Schristos * mep-dis.c: Regenerate. 1150*75fd0b74Schristos * mep-ibld.c: Regenerate. 1151*75fd0b74Schristos * mep-opc.c: Regenerate. 1152*75fd0b74Schristos 1153*75fd0b74Schristos * mep-asm.c: Regenerate. 1154*75fd0b74Schristos * mep-opc.c: Regenerate. 1155*75fd0b74Schristos * mep-opc.h: Regenerate. 1156*75fd0b74Schristos 1157*75fd0b74Schristos2009-06-22 Nick Clifton <nickc@redhat.com> 1158*75fd0b74Schristos 1159*75fd0b74Schristos * po/fi.po: Updated Finish translation. 1160*75fd0b74Schristos 1161*75fd0b74Schristos2009-06-22 Alan Modra <amodra@bigpond.net.au> 1162*75fd0b74Schristos 1163*75fd0b74Schristos * m32c-asm.c: Regenerate. 1164*75fd0b74Schristos 1165*75fd0b74Schristos2009-06-22 Alan Modra <amodra@bigpond.net.au> 1166*75fd0b74Schristos 1167*75fd0b74Schristos * score-dis.c (print_insn_score48, print_insn_score32): Move default 1168*75fd0b74Schristos case label to proper lexical block. 1169*75fd0b74Schristos * score7-dis.c (print_insn_score32): Likewise. 1170*75fd0b74Schristos 1171*75fd0b74Schristos2009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com> 1172*75fd0b74Schristos 1173*75fd0b74Schristos * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT, 1174*75fd0b74Schristos MASK_RX_0RRD_OPT): New instruction formats with optional arguments. 1175*75fd0b74Schristos * s390-opc.txt (nopr, nop): Use new instruction format. 1176*75fd0b74Schristos 1177*75fd0b74Schristos2009-06-18 Nick Clifton <nickc@redhat.com> 1178*75fd0b74Schristos 1179*75fd0b74Schristos PR 10288 1180*75fd0b74Schristos * arm-dis.c (print_insn_coprocessor): Check that a user specified 1181*75fd0b74Schristos ARM architecture supports the matched instruction. 1182*75fd0b74Schristos (print_insn_arm): Likewise. 1183*75fd0b74Schristos (select_arm_features): New function. Fills in the fields of an 1184*75fd0b74Schristos arm_feature_set structure based on a given arm machine number. 1185*75fd0b74Schristos (print_insn): Initialise an arm_feature_set structure. 1186*75fd0b74Schristos 1187*75fd0b74Schristos2009-06-16 Maciej W. Rozycki <macro@linux-mips.org> 1188*75fd0b74Schristos 1189*75fd0b74Schristos * vax-dis.c (is_function_entry): Return success for synthetic 1190*75fd0b74Schristos symbols too. 1191*75fd0b74Schristos (is_plt_tail): New function. 1192*75fd0b74Schristos (print_insn_vax): Decode PLT entry offset longword. 1193*75fd0b74Schristos 1194*75fd0b74Schristos2009-06-15 Nick Clifton <nickc@redhat.com> 1195*75fd0b74Schristos 1196*75fd0b74Schristos PR 10186 1197*75fd0b74Schristos * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W 1198*75fd0b74Schristos instruction. 1199*75fd0b74Schristos 1200*75fd0b74Schristos PR 10173 1201*75fd0b74Schristos * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice. 1202*75fd0b74Schristos 1203*75fd0b74Schristos2009-06-15 Nick Clifton <nickc@redhat.com> 1204*75fd0b74Schristos 1205*75fd0b74Schristos PR 10263 1206*75fd0b74Schristos * arm-dis.c (print_insn): Ignore is_data if the user has requested 1207*75fd0b74Schristos the disassembly of data as well as instructions. 1208*75fd0b74Schristos 1209*75fd0b74Schristos2009-06-11 Doug Evans <dje@sebabeach.org> 1210*75fd0b74Schristos 1211*75fd0b74Schristos * cgen.sh: Handle multiple simultaneous runs for parallel makes. 1212*75fd0b74Schristos 1213*75fd0b74Schristos2009-06-11 Anthony Green <green@moxielogic.com> 1214*75fd0b74Schristos 1215*75fd0b74Schristos * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions. 1216*75fd0b74Schristos (moxie_form3_opc_info): Add branch instructions. 1217*75fd0b74Schristos * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL 1218*75fd0b74Schristos encoded instructions. 1219*75fd0b74Schristos 1220*75fd0b74Schristos2009-06-06 Anthony Green <green@moxielogic.com> 1221*75fd0b74Schristos 1222*75fd0b74Schristos * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M. 1223*75fd0b74Schristos * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case. 1224*75fd0b74Schristos 1225*75fd0b74Schristos2009-06-04 Alan Modra <amodra@bigpond.net.au> 1226*75fd0b74Schristos 1227*75fd0b74Schristos * dep-in.sed: Don't use \n in replacement part of s command. 1228*75fd0b74Schristos * Makefile.am (DEP1): LC_ALL for uniq. 1229*75fd0b74Schristos * Makefile.in: Regenerate. 1230*75fd0b74Schristos 1231*75fd0b74Schristos2009-06-02 Nick Clifton <nickc@redhat.com> 1232*75fd0b74Schristos 1233*75fd0b74Schristos * po/nl.po: Updated Dutch translation. 1234*75fd0b74Schristos 1235*75fd0b74Schristos2009-06-02 Tristan Gingold <gingold@adacore.com> 1236*75fd0b74Schristos 1237*75fd0b74Schristos * ia64-gen.c (parse_resource_users, print_dependency_table, 1238*75fd0b74Schristos add_dis_table_ent, finish_distable, insert_bit_table_ent, 1239*75fd0b74Schristos add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq, 1240*75fd0b74Schristos get_prefix_len, compute_completer_bits, insert_opcode_dependencies, 1241*75fd0b74Schristos insert_completer_entry, print_completer_entry, print_completer_table, 1242*75fd0b74Schristos opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions. 1243*75fd0b74Schristos 1244*75fd0b74Schristos2009-05-28 DJ Delorie <dj@redhat.com> 1245*75fd0b74Schristos 1246*75fd0b74Schristos * mep-asm.c: Regenerate. 1247*75fd0b74Schristos * mep-desc.c: Regenerate. 1248*75fd0b74Schristos 1249*75fd0b74Schristos2009-05-26 DJ Delorie <dj@redhat.com> 1250*75fd0b74Schristos 1251*75fd0b74Schristos * mep-asm.c: Regenerate. 1252*75fd0b74Schristos * mep-desc.c: Regenerate. 1253*75fd0b74Schristos * mep-desc.h: Regenerate. 1254*75fd0b74Schristos * mep-dis.c: Regenerate. 1255*75fd0b74Schristos * mep-ibld.c: Regenerate. 1256*75fd0b74Schristos * mep-opc.c: Regenerate. 1257*75fd0b74Schristos * mep-opc.h: Regenerate. 1258*75fd0b74Schristos 1259*75fd0b74Schristos2009-05-26 Nick Clifton <nickc@redhat.com> 1260*75fd0b74Schristos 1261*75fd0b74Schristos * po/id.po: Updated Indonesian translation. 1262*75fd0b74Schristos * po/opcodes.pot: Updated template file. 1263*75fd0b74Schristos 1264*75fd0b74Schristos2009-05-26 Alan Modra <amodra@bigpond.net.au> 1265*75fd0b74Schristos 1266*75fd0b74Schristos * dep-in.sed: Don't modify .o to .lo here. Output one filename 1267*75fd0b74Schristos per line with all lines having continuation backslash. Prefix 1268*75fd0b74Schristos first line with "A", following lines with "B". 1269*75fd0b74Schristos * Makefile.am (DEP): Don't use dep.sed here. 1270*75fd0b74Schristos (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use 1271*75fd0b74Schristos dep.sed here on dependencies, sort and uniq. 1272*75fd0b74Schristos * Makefile.in: Regenerate. 1273*75fd0b74Schristos 1274*75fd0b74Schristos2009-05-25 Tristan Gingold <gingold@adacore.com> 1275*75fd0b74Schristos 1276*75fd0b74Schristos * makefile.vms (OPT): New variable. 1277*75fd0b74Schristos (CFLAGS): Update compilation flags. 1278*75fd0b74Schristos 1279*75fd0b74Schristos2009-05-22 DJ Delorie <dj@redhat.com> 1280*75fd0b74Schristos 1281*75fd0b74Schristos * mep-asm.c: Regenerate. 1282*75fd0b74Schristos * mep-desc.c: Regenerate. 1283*75fd0b74Schristos * mep-desc.h: Regenerate. 1284*75fd0b74Schristos * mep-dis.c: Regenerate. 1285*75fd0b74Schristos * mep-ibld.c: Regenerate. 1286*75fd0b74Schristos * mep-opc.c: Regenerate. 1287*75fd0b74Schristos * mep-opc.h: Regenerate. 1288*75fd0b74Schristos 1289*75fd0b74Schristos2009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> 1290*75fd0b74Schristos 1291*75fd0b74Schristos * i386-opc.h (Cpusse5): Delete. 1292*75fd0b74Schristos (i386_cpu_flags): Delete. 1293*75fd0b74Schristos * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc. 1294*75fd0b74Schristos * i386-opc.tbl: Remove SSE5 instructions. 1295*75fd0b74Schristos * i386-tbl.h: Regenerate. 1296*75fd0b74Schristos * i386-init.h: Regenerate. 1297*75fd0b74Schristos * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling. 1298*75fd0b74Schristos (print_drex_arg): Delete. 1299*75fd0b74Schristos (OP_DREX4): Delete. 1300*75fd0b74Schristos (OP_DREX3): Delete. 1301*75fd0b74Schristos (OP_DREX_ICMP): Delete. 1302*75fd0b74Schristos (OP_DREX_FCMP): Delete. 1303*75fd0b74Schristos (DREX_*): Delete. 1304*75fd0b74Schristos (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete. 1305*75fd0b74Schristos 1306*75fd0b74Schristos2009-05-22 Alan Modra <amodra@bigpond.net.au> 1307*75fd0b74Schristos 1308*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1309*75fd0b74Schristos * Makefile.in: Regenerate. 1310*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1311*75fd0b74Schristos 1312*75fd0b74Schristos2009-05-19 DJ Delorie <dj@redhat.com> 1313*75fd0b74Schristos 1314*75fd0b74Schristos * mep-asm.c: Regenerate. 1315*75fd0b74Schristos * mep-opc.c: Regenerate. 1316*75fd0b74Schristos 1317*75fd0b74Schristos2009-04-30 DJ Delorie <dj@redhat.com> 1318*75fd0b74Schristos 1319*75fd0b74Schristos * mep-asm.c: Regenerate. 1320*75fd0b74Schristos * mep-desc.c: Regenerate. 1321*75fd0b74Schristos * mep-desc.h: Regenerate. 1322*75fd0b74Schristos * mep-dis.c: Regenerate. 1323*75fd0b74Schristos * mep-ibld.c: Regenerate. 1324*75fd0b74Schristos * mep-opc.c: Regenerate. 1325*75fd0b74Schristos * mep-opc.h: Regenerate. 1326*75fd0b74Schristos 1327*75fd0b74Schristos2009-04-17 DJ Delorie <dj@redhat.com 1328*75fd0b74Schristos 1329*75fd0b74Schristos * mep-desc.c: Regenerate. 1330*75fd0b74Schristos * mep-ibld.c: Regenerate. 1331*75fd0b74Schristos * mep-opc.c: Regenerate. 1332*75fd0b74Schristos * mep-opc.h: Regenerate. 1333*75fd0b74Schristos 1334*75fd0b74Schristos2009-04-15 Anthony Green <green@moxielogic.com> 1335*75fd0b74Schristos 1336*75fd0b74Schristos * moxie-opc.c, moxie-dis.c: Created. 1337*75fd0b74Schristos * Makefile.am: Build the moxie source files. 1338*75fd0b74Schristos * configure.in: Add moxie support. 1339*75fd0b74Schristos * Makefile.in, configure: Rebuilt. 1340*75fd0b74Schristos * disassemble.c (disassembler): Add moxie support. 1341*75fd0b74Schristos (ARCH_moxie): Define. 1342*75fd0b74Schristos 1343*75fd0b74Schristos2009-04-15 Jan Beulich <jbeulich@novell.com> 1344*75fd0b74Schristos 1345*75fd0b74Schristos * i386-opc.tbl (protb, protw, protd, protq): Set opcode 1346*75fd0b74Schristos extension to None. 1347*75fd0b74Schristos (pshab, pshaw, pshad, pshaq): Likewise. 1348*75fd0b74Schristos * i386-tbl.h: Re-generate. 1349*75fd0b74Schristos 1350*75fd0b74Schristos2009-04-08 DJ Delorie <dj@redhat.com 1351*75fd0b74Schristos 1352*75fd0b74Schristos * mep-asm.c: Regenerate. 1353*75fd0b74Schristos * mep-desc.c: Regenerate. 1354*75fd0b74Schristos * mep-desc.h: Regenerate. 1355*75fd0b74Schristos * mep-dis.c: Regenerate. 1356*75fd0b74Schristos * mep-ibld.c: Regenerate. 1357*75fd0b74Schristos * mep-opc.c: Regenerate. 1358*75fd0b74Schristos * mep-opc.h: Regenerate. 1359*75fd0b74Schristos 1360*75fd0b74Schristos2009-04-07 Peter Bergner <bergner@vnet.ibm.com> 1361*75fd0b74Schristos 1362*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva", 1363*75fd0b74Schristos "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation. 1364*75fd0b74Schristos Reorder entries so the extended mnemonics are listed before tlbilx. 1365*75fd0b74Schristos 1366*75fd0b74Schristos2009-04-02 Peter Bergner <bergner@vnet.ibm.com> 1367*75fd0b74Schristos 1368*75fd0b74Schristos * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect 1369*75fd0b74Schristos due to -many/-Many. 1370*75fd0b74Schristos (print_insn_powerpc): Make sure we only deprecate instructions using 1371*75fd0b74Schristos the original dialect and not a modified dialect due to -Many handling. 1372*75fd0b74Schristos Move the handling of the condition register and default operands to 1373*75fd0b74Schristos the end of the if/else if/else chain. 1374*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that 1375*75fd0b74Schristos instructions from newer processors are listed before older ones. 1376*75fd0b74Schristos <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors 1377*75fd0b74Schristos that have instructions with conflicting opcodes. 1378*75fd0b74Schristos 1379*75fd0b74Schristos2009-04-01 Peter Bergner <bergner@vnet.ibm.com> 1380*75fd0b74Schristos 1381*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and 1382*75fd0b74Schristos E500MC entries. 1383*75fd0b74Schristos 1384*75fd0b74Schristos2009-04-01 Christophe Lyon <christophe.lyon@st.com> 1385*75fd0b74Schristos 1386*75fd0b74Schristos * arm-dis.c (print_insn): Print BE8 opcodes in little endianness. 1387*75fd0b74Schristos 1388*75fd0b74Schristos2009-03-30 Joseph Myers <joseph@codesourcery.com> 1389*75fd0b74Schristos 1390*75fd0b74Schristos * arm-dis.c (print_insn): Also check section matches in backwards 1391*75fd0b74Schristos search for mapping symbol. 1392*75fd0b74Schristos 1393*75fd0b74Schristos2009-03-26 H.J. Lu <hongjiu.lu@intel.com> 1394*75fd0b74Schristos 1395*75fd0b74Schristos * i386-dis.c (get_valid_dis386): Abort on unhandled table. 1396*75fd0b74Schristos 1397*75fd0b74Schristos2009-03-18 Alan Modra <amodra@bigpond.net.au> 1398*75fd0b74Schristos 1399*75fd0b74Schristos * cgen-opc.c: Include alloca-conf.h rather than alloca.h. 1400*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1401*75fd0b74Schristos * Makefile.in: Regenerate. 1402*75fd0b74Schristos * openrisc-opc.c: Regenerate. 1403*75fd0b74Schristos 1404*75fd0b74Schristos2009-03-10 Nick Clifton <nickc@redhat.com> 1405*75fd0b74Schristos 1406*75fd0b74Schristos * po/id.po: Updated Indonesian translation. 1407*75fd0b74Schristos 1408*75fd0b74Schristos2009-03-10 Alan Modra <amodra@bigpond.net.au> 1409*75fd0b74Schristos 1410*75fd0b74Schristos * ppc-dis.c: Include "opintl.h". 1411*75fd0b74Schristos (struct ppc_mopt, ppc_opts): New. 1412*75fd0b74Schristos (ppc_parse_cpu): New function. 1413*75fd0b74Schristos (powerpc_init_dialect): Use it. 1414*75fd0b74Schristos (print_ppc_disassembler_options): Dump options from ppc_opts. 1415*75fd0b74Schristos Internationalize message. 1416*75fd0b74Schristos 1417*75fd0b74Schristos2009-03-06 Nick Clifton <nickc@redhat.com> 1418*75fd0b74Schristos 1419*75fd0b74Schristos * po/es.po: Updated Spanish translation. 1420*75fd0b74Schristos 1421*75fd0b74Schristos2009-03-04 Alan Modra <amodra@bigpond.net.au> 1422*75fd0b74Schristos 1423*75fd0b74Schristos PR 6768 1424*75fd0b74Schristos * configure.in: Test for ld --as-needed support. Link shared 1425*75fd0b74Schristos libopcodes against libm. 1426*75fd0b74Schristos * configure: Regenerate. 1427*75fd0b74Schristos 1428*75fd0b74Schristos2009-03-03 Peter Bergner <bergner@vnet.ibm.com> 1429*75fd0b74Schristos 1430*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that 1431*75fd0b74Schristos instructions from newer processors are listed before older ones. 1432*75fd0b74Schristos 1433*75fd0b74Schristos2009-03-03 Alan Modra <amodra@bigpond.net.au> 1434*75fd0b74Schristos 1435*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1436*75fd0b74Schristos (HFILES): Move lm32-desc.h and lm32-opc.h from.. 1437*75fd0b74Schristos (CFILES): ..here. 1438*75fd0b74Schristos * Makefile.in: Regenerate. 1439*75fd0b74Schristos 1440*75fd0b74Schristos2009-03-02 Qinwei <qinwei@sunnorth.com.cn> 1441*75fd0b74Schristos 1442*75fd0b74Schristos * score7-dis.c: New file. 1443*75fd0b74Schristos * Makefile.am: Add dependencies for score7-dis.c. 1444*75fd0b74Schristos * Makefile.in: Regenerate. 1445*75fd0b74Schristos * configure.in: Add score7-dis to score files. 1446*75fd0b74Schristos * configure: Regenerate. 1447*75fd0b74Schristos * score-dis.c: Add support for score7 architecture. 1448*75fd0b74Schristos * score-opc.h: Likewise. 1449*75fd0b74Schristos 1450*75fd0b74Schristos2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 1451*75fd0b74Schristos 1452*75fd0b74Schristos * configure: Regenerate. 1453*75fd0b74Schristos 1454*75fd0b74Schristos2009-02-27 H.J. Lu <hongjiu.lu@intel.com> 1455*75fd0b74Schristos 1456*75fd0b74Schristos * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E. 1457*75fd0b74Schristos 1458*75fd0b74Schristos2009-02-26 Peter Bergner <bergner@vnet.ibm.com> 1459*75fd0b74Schristos 1460*75fd0b74Schristos * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble 1461*75fd0b74Schristos the power7 and the isel instructions. 1462*75fd0b74Schristos * ppc-opc.c (insert_xc6, extract_xc6): New static functions. 1463*75fd0b74Schristos (insert_dm, extract_dm): Likewise. 1464*75fd0b74Schristos (XB6): Update comment to include XX2 form. 1465*75fd0b74Schristos (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK, 1466*75fd0b74Schristos XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New. 1467*75fd0b74Schristos (RemoveXX3DM): Delete. 1468*75fd0b74Schristos (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr", 1469*75fd0b74Schristos "mftgpr">: Deprecate for POWER7. 1470*75fd0b74Schristos <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte", 1471*75fd0b74Schristos "frsqrte.">: Deprecate the three operand form and enable the two 1472*75fd0b74Schristos operand form for POWER7 and later. 1473*75fd0b74Schristos <"wait">: Extend to accept optional parameter. Enable for POWER7. 1474*75fd0b74Schristos <"waitsrv", "waitimpl">: Add extended opcodes. 1475*75fd0b74Schristos <"ldbrx", "stdbrx">: Enable for POWER7. 1476*75fd0b74Schristos <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes. 1477*75fd0b74Schristos <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde", 1478*75fd0b74Schristos "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo", 1479*75fd0b74Schristos "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.", 1480*75fd0b74Schristos "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.", 1481*75fd0b74Schristos "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.", 1482*75fd0b74Schristos "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx", 1483*75fd0b74Schristos "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes. 1484*75fd0b74Schristos <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx", 1485*75fd0b74Schristos "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp", 1486*75fd0b74Schristos "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds", 1487*75fd0b74Schristos "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp", 1488*75fd0b74Schristos "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp", 1489*75fd0b74Schristos "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp", 1490*75fd0b74Schristos "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic", 1491*75fd0b74Schristos "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp", 1492*75fd0b74Schristos "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp", 1493*75fd0b74Schristos "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp", 1494*75fd0b74Schristos "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.", 1495*75fd0b74Schristos "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp", 1496*75fd0b74Schristos "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp", 1497*75fd0b74Schristos "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp", 1498*75fd0b74Schristos "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp", 1499*75fd0b74Schristos "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp", 1500*75fd0b74Schristos "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp", 1501*75fd0b74Schristos "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp", 1502*75fd0b74Schristos "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp", 1503*75fd0b74Schristos "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp", 1504*75fd0b74Schristos "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi", 1505*75fd0b74Schristos "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp", 1506*75fd0b74Schristos "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp", 1507*75fd0b74Schristos "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp", 1508*75fd0b74Schristos "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor", 1509*75fd0b74Schristos "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd", 1510*75fd0b74Schristos "xxspltw", "xxswapd">: Add VSX opcodes. 1511*75fd0b74Schristos 1512*75fd0b74Schristos2009-02-23 H.J. Lu <hongjiu.lu@intel.com> 1513*75fd0b74Schristos 1514*75fd0b74Schristos * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4. 1515*75fd0b74Schristos (operand_types): Remove Vex_Imm4. 1516*75fd0b74Schristos 1517*75fd0b74Schristos * i386-opc.h (Vex_Imm4): Removed. 1518*75fd0b74Schristos (OTMax): Updated. 1519*75fd0b74Schristos (i386_operand_type): Remove vex_imm4. 1520*75fd0b74Schristos 1521*75fd0b74Schristos * i386-opc.tbl: Remove Vex_Imm4 comments. 1522*75fd0b74Schristos * i386-init.h: Regenerated. 1523*75fd0b74Schristos * i386-tbl.h: Likewise. 1524*75fd0b74Schristos 1525*75fd0b74Schristos2009-02-23 Richard Earnshaw <rearnsha@arm.com> 1526*75fd0b74Schristos 1527*75fd0b74Schristos * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for 1528*75fd0b74Schristos vq{r}shr{u}n.s64 insnstructions. 1529*75fd0b74Schristos 1530*75fd0b74Schristos2009-02-19 Peter Bergner <bergner@vnet.ibm.com> 1531*75fd0b74Schristos 1532*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first 1533*75fd0b74Schristos operand to be a float point register (FRT/FRS). 1534*75fd0b74Schristos 1535*75fd0b74Schristos2009-02-18 Adam Nemet <anemet@caviumnetworks.com> 1536*75fd0b74Schristos 1537*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific 1538*75fd0b74Schristos dmfc2 and dmtc2 before the architecture-level variants. 1539*75fd0b74Schristos 1540*75fd0b74Schristos2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr> 1541*75fd0b74Schristos 1542*75fd0b74Schristos * fr30-opc.c: Regenerate. 1543*75fd0b74Schristos * frv-opc.c: Regenerate. 1544*75fd0b74Schristos * ip2k-opc.c: Regenerate. 1545*75fd0b74Schristos * iq2000-opc.c: Regenerate. 1546*75fd0b74Schristos * lm32-opc.c: Regenerate. 1547*75fd0b74Schristos * m32c-opc.c: Regenerate. 1548*75fd0b74Schristos * m32r-opc.c: Regenerate. 1549*75fd0b74Schristos * mep-opc.c: Regenerate. 1550*75fd0b74Schristos * mt-opc.c: Regenerate. 1551*75fd0b74Schristos * xc16x-opc.c: Regenerate. 1552*75fd0b74Schristos * xstormy16-opc.c: Regenerate. 1553*75fd0b74Schristos * tic54x-dis.c (print_instruction): Avoid compiler warning on 1554*75fd0b74Schristos sprintf call. 1555*75fd0b74Schristos 1556*75fd0b74Schristos2009-02-12 Nathan Sidwell <nathan@codesourcery.com> 1557*75fd0b74Schristos 1558*75fd0b74Schristos * m68k-opc.c (m68k_opcodes): Add stldsr instruction. 1559*75fd0b74Schristos 1560*75fd0b74Schristos2009-02-05 Peter Bergner <bergner@vnet.ibm.com> 1561*75fd0b74Schristos 1562*75fd0b74Schristos * ppc-opc.c: Update copyright year. 1563*75fd0b74Schristos (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand 1564*75fd0b74Schristos ordering for POWER4 and later and use the correct Server ordering. 1565*75fd0b74Schristos 1566*75fd0b74Schristos2009-02-04 H.J. Lu <hongjiu.lu@intel.com> 1567*75fd0b74Schristos 1568*75fd0b74Schristos AVX Programming Reference (January, 2009) 1569*75fd0b74Schristos * i386-dis.c (PREFIX_VEX_3A44): New. 1570*75fd0b74Schristos (VEX_LEN_3A44_P_2): Likewise. 1571*75fd0b74Schristos (PREFIX_VEX_3A48): Updated. 1572*75fd0b74Schristos (VEX_LEN_3A4C_P_2): Likewise. 1573*75fd0b74Schristos (prefix_table): Add PREFIX_VEX_3A44. 1574*75fd0b74Schristos (vex_table): Likewise. 1575*75fd0b74Schristos (vex_len_table): Add VEX_LEN_3A44_P_2. 1576*75fd0b74Schristos 1577*75fd0b74Schristos * i386-opc.tbl: Add PCLMUL + AVX instructions. 1578*75fd0b74Schristos * i386-tbl.h: Regenerated. 1579*75fd0b74Schristos 1580*75fd0b74Schristos2009-02-03 Sandip Matte <sandip@rmicorp.com> 1581*75fd0b74Schristos 1582*75fd0b74Schristos * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define. 1583*75fd0b74Schristos (mips_arch_choices): Add XLR entry. 1584*75fd0b74Schristos * mips-opc.c (XLR): Define. 1585*75fd0b74Schristos (mips_builtin_opcodes): Add XLR instructions. 1586*75fd0b74Schristos 1587*75fd0b74Schristos2009-02-03 Carlos O'Donell <carlos@codesourcery.com> 1588*75fd0b74Schristos 1589*75fd0b74Schristos * Makefile.am: Add install-pdf target. 1590*75fd0b74Schristos * po/Make-in: Add install-pdf target. 1591*75fd0b74Schristos * Makefile.in: Regenerate. 1592*75fd0b74Schristos 1593*75fd0b74Schristos2009-02-02 DJ Delorie <dj@redhat.com> 1594*75fd0b74Schristos 1595*75fd0b74Schristos * mep-asm.c: Regenerate. 1596*75fd0b74Schristos * mep-desc.c: Regenerate. 1597*75fd0b74Schristos * mep-desc.h: Regenerate. 1598*75fd0b74Schristos * mep-dis.c: Regenerate. 1599*75fd0b74Schristos * mep-ibld.c: Regenerate. 1600*75fd0b74Schristos * mep-opc.c: Regenerate. 1601*75fd0b74Schristos * mep-opc.h: Regenerate. 1602*75fd0b74Schristos 1603*75fd0b74Schristos2009-01-29 Mark Mitchell <mark@codesourcery.com> 1604*75fd0b74Schristos 1605*75fd0b74Schristos * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd, 1606*75fd0b74Schristos qsub, and qdsub. 1607*75fd0b74Schristos 1608*75fd0b74Schristos2009-01-28 Chao-ying Fu <fu@mips.com> 1609*75fd0b74Schristos 1610*75fd0b74Schristos * mips-opc.c (suxc1): Add the flag of FP_D. 1611*75fd0b74Schristos 1612*75fd0b74Schristos2009-01-20 Alan Modra <amodra@bigpond.net.au> 1613*75fd0b74Schristos 1614*75fd0b74Schristos * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c, 1615*75fd0b74Schristos * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c, 1616*75fd0b74Schristos * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c, 1617*75fd0b74Schristos * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c, 1618*75fd0b74Schristos * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c, 1619*75fd0b74Schristos * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c, 1620*75fd0b74Schristos * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c, 1621*75fd0b74Schristos * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate. 1622*75fd0b74Schristos 1623*75fd0b74Schristos2009-01-16 Alan Modra <amodra@bigpond.net.au> 1624*75fd0b74Schristos 1625*75fd0b74Schristos * configure.in (commonbfdlib): Delete. 1626*75fd0b74Schristos (SHARED_LIBADD): Add pic libiberty if such is available. 1627*75fd0b74Schristos * configure: Regenerate. 1628*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1629*75fd0b74Schristos 1630*75fd0b74Schristos2009-01-14 Peter Bergner <bergner@vnet.ibm.com> 1631*75fd0b74Schristos 1632*75fd0b74Schristos * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated. 1633*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two 1634*75fd0b74Schristos operand form and enable the four operand form for POWER6 and later. 1635*75fd0b74Schristos <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the 1636*75fd0b74Schristos three operand form for POWER6 and later. 1637*75fd0b74Schristos 1638*75fd0b74Schristos2009-01-14 Mike Frysinger <vapier@gentoo.org> 1639*75fd0b74Schristos 1640*75fd0b74Schristos * bfin-dis.c (OUTS): Use "%s" as format string. 1641*75fd0b74Schristos 1642*75fd0b74Schristos2009-01-13 H.J. Lu <hongjiu.lu@intel.com> 1643*75fd0b74Schristos 1644*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Remove a white space. 1645*75fd0b74Schristos (operand_type_init): Likewise. 1646*75fd0b74Schristos 1647*75fd0b74Schristos2009-01-12 H.J. Lu <hongjiu.lu@intel.com> 1648*75fd0b74Schristos 1649*75fd0b74Schristos * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence. 1650*75fd0b74Schristos * i386-tbl.h: Regenerated. 1651*75fd0b74Schristos 1652*75fd0b74Schristos2009-01-12 H.J. Lu <hongjiu.lu@intel.com> 1653*75fd0b74Schristos 1654*75fd0b74Schristos * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB, 1655*75fd0b74Schristos subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS, 1656*75fd0b74Schristos subS, xorS and cmpS. 1657*75fd0b74Schristos 1658*75fd0b74Schristos2009-01-10 H.J. Lu <hongjiu.lu@intel.com> 1659*75fd0b74Schristos 1660*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with 1661*75fd0b74Schristos CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add 1662*75fd0b74Schristos CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS. 1663*75fd0b74Schristos (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush 1664*75fd0b74Schristos and CpuSYSCALL. 1665*75fd0b74Schristos (lineno): Removed. 1666*75fd0b74Schristos (set_bitfield): Take an argument, lineno. Don't report lineno 1667*75fd0b74Schristos on error if it is -1. 1668*75fd0b74Schristos (process_i386_cpu_flag): Take an argument, lineno. 1669*75fd0b74Schristos (process_i386_opcode_modifier): Likewise. 1670*75fd0b74Schristos (process_i386_operand_type): Likewise. 1671*75fd0b74Schristos (output_i386_opcode): Likewise. 1672*75fd0b74Schristos (opcode_hash_entry): Add lineno. 1673*75fd0b74Schristos (process_i386_opcodes): Updated. 1674*75fd0b74Schristos (process_i386_registers): Likewise. 1675*75fd0b74Schristos (process_i386_initializers): Likewise. 1676*75fd0b74Schristos 1677*75fd0b74Schristos * i386-opc.h (CpuP4): Removed. 1678*75fd0b74Schristos (CpuK6): Likewise. 1679*75fd0b74Schristos (CpuK8): Likewise. 1680*75fd0b74Schristos (CpuClflush): New. 1681*75fd0b74Schristos (CpuSYSCALL): Likewise. 1682*75fd0b74Schristos (CpuMMX): Updated. 1683*75fd0b74Schristos (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add 1684*75fd0b74Schristos cpuclflush and cpusyscall. 1685*75fd0b74Schristos 1686*75fd0b74Schristos * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause, 1687*75fd0b74Schristos syscall and sysret. 1688*75fd0b74Schristos * i386-init.h: Regenerated. 1689*75fd0b74Schristos * i386-tbl.h: Likewise. 1690*75fd0b74Schristos 1691*75fd0b74Schristos2009-01-09 H.J. Lu <hongjiu.lu@intel.com> 1692*75fd0b74Schristos 1693*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS 1694*75fd0b74Schristos and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS. 1695*75fd0b74Schristos (cpu_flags): Add CpuRdtscp. 1696*75fd0b74Schristos (set_bitfield): Remove CpuSledgehammer check. 1697*75fd0b74Schristos 1698*75fd0b74Schristos * i386-opc.h (CpuRdtscp): New. 1699*75fd0b74Schristos (CpuLM): Updated. 1700*75fd0b74Schristos (i386_cpu_flags): Add cpurdtscp. 1701*75fd0b74Schristos 1702*75fd0b74Schristos * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp. 1703*75fd0b74Schristos * i386-init.h: Regenerated. 1704*75fd0b74Schristos * i386-tbl.h: Likewise. 1705*75fd0b74Schristos 1706*75fd0b74Schristos2009-01-09 Peter Bergner <bergner@vnet.ibm.com> 1707*75fd0b74Schristos 1708*75fd0b74Schristos * ppc-opc.c (PPCNONE): Define. 1709*75fd0b74Schristos (NOPOWER4): Delete. 1710*75fd0b74Schristos (powerpc_opcodes): Initialize the new "deprecated" field. 1711*75fd0b74Schristos 1712*75fd0b74Schristos2009-01-06 H.J. Lu <hongjiu.lu@intel.com> 1713*75fd0b74Schristos 1714*75fd0b74Schristos AVX Programming Reference (December, 2008) 1715*75fd0b74Schristos * i386-dis.c (VEX_LEN_2B_M_0): Removed. 1716*75fd0b74Schristos (VEX_LEN_E7_P_2_M_0): Likewise. 1717*75fd0b74Schristos (VEX_LEN_2C_P_1): Updated. 1718*75fd0b74Schristos (VEX_LEN_E8_P_2): Likewise. 1719*75fd0b74Schristos (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0. 1720*75fd0b74Schristos (mod_table): Likewise. 1721*75fd0b74Schristos 1722*75fd0b74Schristos * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps. 1723*75fd0b74Schristos * i386-tbl.h: Regenerated. 1724*75fd0b74Schristos 1725*75fd0b74Schristos2009-01-05 H.J. Lu <hongjiu.lu@intel.com> 1726*75fd0b74Schristos 1727*75fd0b74Schristos * i386-gen.c (process_copyright): Update for 2009. 1728*75fd0b74Schristos 1729*75fd0b74Schristos * i386-init.h: Regenerated. 1730*75fd0b74Schristos * i386-tbl.h: Likewise. 1731*75fd0b74Schristos 1732*75fd0b74Schristos2009-01-05 H.J. Lu <hongjiu.lu@intel.com> 1733*75fd0b74Schristos 1734*75fd0b74Schristos AVX Programming Reference (December, 2008) 1735*75fd0b74Schristos * i386-dis.c (OP_VEX_FMA): Removed. 1736*75fd0b74Schristos (OP_EX_VexW): Likewise. 1737*75fd0b74Schristos (OP_EX_VexImmW): Likewise. 1738*75fd0b74Schristos (OP_XMM_VexW): Likewise. 1739*75fd0b74Schristos (VEXI4_Fixup): Likewise. 1740*75fd0b74Schristos (VPERMIL2_Fixup): Likewise. 1741*75fd0b74Schristos (VexI4): Likewise. 1742*75fd0b74Schristos (VexFMA): Likewise. 1743*75fd0b74Schristos (Vex128FMA): Likewise. 1744*75fd0b74Schristos (EXVexW): Likewise. 1745*75fd0b74Schristos (EXdVexW): Likewise. 1746*75fd0b74Schristos (EXqVexW): Likewise. 1747*75fd0b74Schristos (EXVexImmW): Likewise. 1748*75fd0b74Schristos (XMVexW): Likewise. 1749*75fd0b74Schristos (VPERMIL2): Likewise. 1750*75fd0b74Schristos (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise. 1751*75fd0b74Schristos (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise. 1752*75fd0b74Schristos (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise. 1753*75fd0b74Schristos (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise. 1754*75fd0b74Schristos (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise. 1755*75fd0b74Schristos (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise. 1756*75fd0b74Schristos (get_vex_imm8): Likewise. 1757*75fd0b74Schristos (OP_EX_VexReg): Likewise. 1758*75fd0b74Schristos vpermil2_op): Likewise. 1759*75fd0b74Schristos (EXVexWdq): New. 1760*75fd0b74Schristos (vex_w_dq_mode): Likewise. 1761*75fd0b74Schristos (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise. 1762*75fd0b74Schristos (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise. 1763*75fd0b74Schristos (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise. 1764*75fd0b74Schristos (es_reg): Updated. 1765*75fd0b74Schristos (PREFIX_VEX_38DB): Likewise. 1766*75fd0b74Schristos (PREFIX_VEX_3A4A): Likewise. 1767*75fd0b74Schristos (PREFIX_VEX_3A60): Likewise. 1768*75fd0b74Schristos (PREFIX_VEX_3ADF): Likewise. 1769*75fd0b74Schristos (VEX_LEN_3ADF_P_2): Likewise. 1770*75fd0b74Schristos (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A, 1771*75fd0b74Schristos PREFIX_VEX_3A5C...PREFIX_VEX_3A5F, 1772*75fd0b74Schristos PREFIX_VEX_3A68...PREFIX_VEX_3A6F and 1773*75fd0b74Schristos PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add 1774*75fd0b74Schristos PREFIX_VEX_3896...PREFIX_VEX_389F, 1775*75fd0b74Schristos PREFIX_VEX_38A6...PREFIX_VEX_38AF and 1776*75fd0b74Schristos PREFIX_VEX_38B6...PREFIX_VEX_38BF. 1777*75fd0b74Schristos (vex_table): Likewise. 1778*75fd0b74Schristos (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2 1779*75fd0b74Schristos and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2. 1780*75fd0b74Schristos (putop): Support "%XW". 1781*75fd0b74Schristos (intel_operand_size): Handle vex_w_dq_mode. 1782*75fd0b74Schristos 1783*75fd0b74Schristos * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS. 1784*75fd0b74Schristos 1785*75fd0b74Schristos * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA 1786*75fd0b74Schristos instructions. Add new FMA instructions. 1787*75fd0b74Schristos * i386-tbl.h: Regenerated. 1788*75fd0b74Schristos 1789*75fd0b74Schristos2009-01-02 Matthias Klose <doko@ubuntu.com> 1790*75fd0b74Schristos 1791*75fd0b74Schristos * or32-opc.c (or32_print_register, or32_print_immediate, 1792*75fd0b74Schristos disassemble_insn): Don't rely on undefined sprintf behaviour. 1793*75fd0b74Schristos 1794*75fd0b74SchristosFor older changes see ChangeLog-2008 1795*75fd0b74Schristos 1796*75fd0b74SchristosCopyright (C) 2009 Free Software Foundation, Inc. 1797*75fd0b74Schristos 1798*75fd0b74SchristosCopying and distribution of this file, with or without modification, 1799*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 1800*75fd0b74Schristosnotice and this notice are preserved. 1801*75fd0b74Schristos 1802*75fd0b74SchristosLocal Variables: 1803*75fd0b74Schristosmode: change-log 1804*75fd0b74Schristosleft-margin: 8 1805*75fd0b74Schristosfill-column: 74 1806*75fd0b74Schristosversion-control: never 1807*75fd0b74SchristosEnd: 1808