1*75fd0b74Schristos2012-12-17 Nick Clifton <nickc@redhat.com> 2*75fd0b74Schristos 3*75fd0b74Schristos * MAINTAINERS: Add copyright notice. 4*75fd0b74Schristos * Makefile.am: Likewise. 5*75fd0b74Schristos * configure.com: Likewise. 6*75fd0b74Schristos * configure.in: Likewise. 7*75fd0b74Schristos * makefile.vms: Likewise. 8*75fd0b74Schristos * rl78-decode.c: Likewise. 9*75fd0b74Schristos * rl78-decode.opc: Likewise. 10*75fd0b74Schristos * rx-decode.c: Likewise. 11*75fd0b74Schristos * rx-decode.opc: Likewise. 12*75fd0b74Schristos * Makefile.in: Regenerate. 13*75fd0b74Schristos 14*75fd0b74Schristos2012-12-13 Alan Modra <amodra@gmail.com> 15*75fd0b74Schristos 16*75fd0b74Schristos PR binutils/14950 17*75fd0b74Schristos * ppc-opc.c (insert_sci8, extract_sci8): Rewrite. 18*75fd0b74Schristos (insert_sci8n, extract_sci8n): Likewise. 19*75fd0b74Schristos 20*75fd0b74Schristos2012-11-30 Oleg Raikhman <oleg@adapteva.com> 21*75fd0b74Schristos Joern Rennecke <joern.rennecke@embecosm.com> 22*75fd0b74Schristos 23*75fd0b74Schristos * epiphany-desc.c, epiphany-desc.h, epiphany-opc.c: Regenerate. 24*75fd0b74Schristos 25*75fd0b74Schristos2012-11-29 Roland McGrath <mcgrathr@google.com> 26*75fd0b74Schristos 27*75fd0b74Schristos * s390-mkopc.c (file_header): Add const. 28*75fd0b74Schristos 29*75fd0b74Schristos2012-11-29 David Holsgrove <david.holsgrove@xilinx.com> 30*75fd0b74Schristos 31*75fd0b74Schristos * microblaze-opc.h: Rename INST_TYPE_RD_R1_SPECIAL to 32*75fd0b74Schristos INST_TYPE_R1_R2_SPECIAL 33*75fd0b74Schristos * microblaze-dis.c (print_insn_microblaze): Same. 34*75fd0b74Schristos 35*75fd0b74Schristos2012-11-23 Alan Modra <amodra@gmail.com> 36*75fd0b74Schristos 37*75fd0b74Schristos * ppc-dis.c (ppc_parse_cpu): Add "sticky" param. Track bits 38*75fd0b74Schristos set from ppc_opts.sticky in it. Delete "retain_mask". 39*75fd0b74Schristos (powerpc_init_dialect): Choose default dialect from info->mach 40*75fd0b74Schristos before parsing -M options. Handle more bfd_mach_ppc variants. 41*75fd0b74Schristos Update common default to power7. 42*75fd0b74Schristos 43*75fd0b74Schristos2012-11-21 David Holsgrove <david.holsgrove@xilinx.com> 44*75fd0b74Schristos 45*75fd0b74Schristos * microblaze-opc.h (op_code_struct): Add swapb, swaph Increase MAX_OPCODES. 46*75fd0b74Schristos * microblaze-opcm.h (microblaze_instr): Likewise 47*75fd0b74Schristos 48*75fd0b74Schristos2012-11-21 Edgar E. Iglesias <edgar.iglesias@gmail.com> 49*75fd0b74Schristos 50*75fd0b74Schristos * microblaze-opcm.h: Add REG_SLR_MASK, REG_SHR_MASK, REG_SHR and REG_SLR 51*75fd0b74Schristos * microblaze-dis.c (get_field_special): Handle REG_SLR_MASK and REG_SHR_MASK 52*75fd0b74Schristos 53*75fd0b74Schristos2012-11-20 Kirill Yukhin <kirill.yukhin@intel.com> 54*75fd0b74Schristos H.J. Lu <hongjiu.lu@intel.com> 55*75fd0b74Schristos 56*75fd0b74Schristos PR gas/14859 57*75fd0b74Schristos * i386-opc.tbl: Fix opcode for 64-bit jecxz. 58*75fd0b74Schristos * i386-tbl.h: Regenerated. 59*75fd0b74Schristos 60*75fd0b74Schristos2012-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 61*75fd0b74Schristos 62*75fd0b74Schristos * s390-opc.txt: Fix srstu and strag opcodes. 63*75fd0b74Schristos 64*75fd0b74Schristos2012-11-14 David Holsgrove <david.holsgrove@xilinx.com> 65*75fd0b74Schristos 66*75fd0b74Schristos * microblaze-opc.h: Define new instruction type INST_TYPE_IMM5, 67*75fd0b74Schristos update OPCODE_MASK_H13S, add OPCODE_MASK_HN, define MIN_IMM5 / MAX_IMM5, 68*75fd0b74Schristos and increase MAX_OPCODES. 69*75fd0b74Schristos (op_code_struct): add mbar and sleep 70*75fd0b74Schristos * microblaze-opcm.h (microblaze_instr): add mbar 71*75fd0b74Schristos Define IMM_MBAR and IMM5_MBAR_MASK 72*75fd0b74Schristos * microblaze-dis.c: Add get_field_imm5_mbar 73*75fd0b74Schristos (print_insn_microblaze): Add support for INST_TYPE_IMM5 and INST_TYPE_NONE 74*75fd0b74Schristos 75*75fd0b74Schristos2012-11-14 Edgar E. Iglesias <edgar.iglesias@gmail.com> 76*75fd0b74Schristos 77*75fd0b74Schristos * microblaze-opc.h: Increase MAX_OPCODES (op_code_struct): add clz insn 78*75fd0b74Schristos * microblaze-opcm.h (microblaze_instr): add clz 79*75fd0b74Schristos 80*75fd0b74Schristos2012-11-14 Edgar E. Iglesias <edgar.iglesias@gmail.com> 81*75fd0b74Schristos 82*75fd0b74Schristos * microblaze-opc.h: Increase MAX_OPCODES (op_code_struct): add lbur, 83*75fd0b74Schristos lhur, lwr, sbr, shr, swr 84*75fd0b74Schristos * microblaze-opcm.h (microblaze_instr): add lbur, lhur, lwr, sbr, shr, 85*75fd0b74Schristos swr 86*75fd0b74Schristos 87*75fd0b74Schristos2012-11-09 Nick Clifton <nickc@redhat.com> 88*75fd0b74Schristos 89*75fd0b74Schristos * configure.in: Add bfd_v850_rh850_arch. 90*75fd0b74Schristos * configure: Regenerate. 91*75fd0b74Schristos * disassemble.c (disassembler): Likewise. 92*75fd0b74Schristos 93*75fd0b74Schristos2012-11-09 H.J. Lu <hongjiu.lu@intel.com> 94*75fd0b74Schristos 95*75fd0b74Schristos * aarch64-opc.h (gen_mask): Remove trailing redundant `;'. 96*75fd0b74Schristos * ia64-gen.c (fetch_insn_class): Likewise. 97*75fd0b74Schristos 98*75fd0b74Schristos2012-11-08 Alan Modra <amodra@gmail.com> 99*75fd0b74Schristos 100*75fd0b74Schristos * po/POTFILES.in: Regenerate. 101*75fd0b74Schristos 102*75fd0b74Schristos2012-11-05 Alan Modra <amodra@gmail.com> 103*75fd0b74Schristos 104*75fd0b74Schristos * configure.in: Apply 2012-09-10 change to config.in here. 105*75fd0b74Schristos 106*75fd0b74Schristos2012-10-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 107*75fd0b74Schristos 108*75fd0b74Schristos * s390-mkopc.c: Accept empty lines in s390-opc.txt. 109*75fd0b74Schristos * s390-opc.c: Add M_20OPT field. New instruction formats RRF_RURR2 110*75fd0b74Schristos and RRF_RMRR. 111*75fd0b74Schristos * s390-opc.txt: Add new instructions. New instruction type for lptea. 112*75fd0b74Schristos 113*75fd0b74Schristos2012-10-26 Christian Groessler <chris@groessler.org> 114*75fd0b74Schristos 115*75fd0b74Schristos * z8kgen.c (struct op): Fix encoding for translate opcodes (trdb, 116*75fd0b74Schristos trdrb, trib, trirb, trtdb, trtdrb, trtib, trtirb). Remove 117*75fd0b74Schristos non-existing opcode trtrb. 118*75fd0b74Schristos * z8k-opc.h: Regenerate. 119*75fd0b74Schristos 120*75fd0b74Schristos2012-10-26 Alan Modra <amodra@gmail.com> 121*75fd0b74Schristos 122*75fd0b74Schristos * ppc-opc (powerpc_opcodes): "lfdp" and "stfdp" use DS offset. 123*75fd0b74Schristos 124*75fd0b74Schristos2012-10-24 Roland McGrath <mcgrathr@google.com> 125*75fd0b74Schristos 126*75fd0b74Schristos * i386-dis.c (ckprefix): When bailing out for fwait with prefixes, 127*75fd0b74Schristos set rex_used to rex. 128*75fd0b74Schristos 129*75fd0b74Schristos2012-10-22 Peter Bergner <bergner@vnet.ibm.com> 130*75fd0b74Schristos 131*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes) <vcfpsxws>: Fix opcode spelling. 132*75fd0b74Schristos 133*75fd0b74Schristos2012-10-18 Tom Tromey <tromey@redhat.com> 134*75fd0b74Schristos 135*75fd0b74Schristos * tic54x-dis.c (print_instruction): Don't use K&R style. 136*75fd0b74Schristos (print_parallel_instruction, sprint_dual_address) 137*75fd0b74Schristos (sprint_indirect_address, sprint_direct_address, sprint_mmr) 138*75fd0b74Schristos (sprint_cc2, sprint_condition): Likewise. 139*75fd0b74Schristos 140*75fd0b74Schristos2012-10-18 Kai Tietz <ktietz@redhat.com> 141*75fd0b74Schristos 142*75fd0b74Schristos * aarch64-asm.c (aarch64_ins_ldst_reglist): Initialize 143*75fd0b74Schristos value with a default. 144*75fd0b74Schristos (do_special_encoding): Likewise. 145*75fd0b74Schristos (aarch64_ins_ldst_elemlist): Pre-initialize QSsize, and opcodeh2 146*75fd0b74Schristos variables with default. 147*75fd0b74Schristos * arc-dis.c (write_comments_): Don't use strncat due 148*75fd0b74Schristos size of state->commentBuffer pointer isn't predictable. 149*75fd0b74Schristos 150*75fd0b74Schristos2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com> 151*75fd0b74Schristos 152*75fd0b74Schristos * aarch64-opc.c (aarch64_sys_regs): Add rmr_el1, rmr_el2 and 153*75fd0b74Schristos rmr_el3; remove daifset and daifclr. 154*75fd0b74Schristos 155*75fd0b74Schristos2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com> 156*75fd0b74Schristos 157*75fd0b74Schristos * aarch64-opc.c (operand_general_constraint_met_p): Change to check 158*75fd0b74Schristos the alignment of addr.offset.imm instead of that of shifter.amount for 159*75fd0b74Schristos operand type AARCH64_OPND_ADDR_UIMM12. 160*75fd0b74Schristos 161*75fd0b74Schristos2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 162*75fd0b74Schristos 163*75fd0b74Schristos * arm-dis.c: Use preferred form of vrint instruction variants 164*75fd0b74Schristos for disassembly. 165*75fd0b74Schristos 166*75fd0b74Schristos2012-10-09 Nagajyothi Eggone <nagajyothi.eggone@amd.com> 167*75fd0b74Schristos 168*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CPU_BDVER3_FLAGS. 169*75fd0b74Schristos * i386-init.h: Regenerated. 170*75fd0b74Schristos 171*75fd0b74Schristos2012-10-05 Peter Bergner <bergner@vnet.ibm.com> 172*75fd0b74Schristos 173*75fd0b74Schristos * ppc-dis.c (ppc_opts) <altivec>: Use PPC_OPCODE_ALTIVEC2; 174*75fd0b74Schristos * ppc-opc.c (VBA): New define. 175*75fd0b74Schristos (powerpc_opcodes) <vcuxwfp, vcsxwfp, vcfpuxws, vcfpsxsw, vmr, vnot, 176*75fd0b74Schristos mfppr, mfppr32, mtppr, mtppr32>: New extended mnemonics. 177*75fd0b74Schristos 178*75fd0b74Schristos2012-10-04 Nick Clifton <nickc@redhat.com> 179*75fd0b74Schristos 180*75fd0b74Schristos * v850-dis.c (disassemble): Place square parentheses around second 181*75fd0b74Schristos register operand of clr1, not1, set1 and tst1 instructions. 182*75fd0b74Schristos 183*75fd0b74Schristos2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 184*75fd0b74Schristos 185*75fd0b74Schristos * s390-mkopc.c: Support new option zEC12. 186*75fd0b74Schristos * s390-opc.c: Add new instruction formats. 187*75fd0b74Schristos * s390-opc.txt: Add new instructions for zEC12. 188*75fd0b74Schristos 189*75fd0b74Schristos2012-09-27 Anthony Green <green@moxielogic.com> 190*75fd0b74Schristos 191*75fd0b74Schristos * moxie-dis.c (print_insn_moxie): Print 'bad' instructions. 192*75fd0b74Schristos * moxie-opc.c: All 'bad' instructions have the itype MOXIE_BAD. 193*75fd0b74Schristos 194*75fd0b74Schristos2012-09-25 Saravanan Ekanathan <saravanan.ekanathan@amd.com> 195*75fd0b74Schristos 196*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add missing Cpu flags in 197*75fd0b74Schristos CPU_BDVER1_FLAGS, CPU_BDVER2_FLAGS, CPU_BTVER1_FLAGS 198*75fd0b74Schristos and CPU_BTVER2_FLAGS. 199*75fd0b74Schristos * i386-init.h: Regenerated. 200*75fd0b74Schristos 201*75fd0b74Schristos2012-09-20 Michael Zolotukhin <michael.v.zolotukhin@intel.com> 202*75fd0b74Schristos 203*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CpuCX16 to CPU_NOCONA_FLAGS, 204*75fd0b74Schristos CPU_CORE_FLAGS, CPU_CORE2_FLAGS, CPU_COREI7_FLAGS, 205*75fd0b74Schristos CPU_BDVER1_FLAGS, CPU_BDVER2_FLAGS, CPU_BTVER1_FLAGS, 206*75fd0b74Schristos CPU_BTVER2_FLAGS. Add CPU_CX16_FLAGS. 207*75fd0b74Schristos (cpu_flags): Add CpuCX16. 208*75fd0b74Schristos * i386-opc.h (CpuCX16): New. 209*75fd0b74Schristos (i386_cpu_flags): Add cpucx16. 210*75fd0b74Schristos * i386-opc.tbl: Replace CpuSSE3 with CpuCX16 for cmpxchg16b. 211*75fd0b74Schristos * i386-tbl.h: Regenerate. 212*75fd0b74Schristos * i386-init.h: Likewise. 213*75fd0b74Schristos 214*75fd0b74Schristos2012-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 215*75fd0b74Schristos 216*75fd0b74Schristos * arm-dis.c: Changed ldra and strl-form mnemonics 217*75fd0b74Schristos to lda and stl-form. 218*75fd0b74Schristos 219*75fd0b74Schristos2012-09-18 Chao-ying Fu <fu@mips.com> 220*75fd0b74Schristos 221*75fd0b74Schristos * micromips-opc.c (micromips_opcodes): Correct the encoding of 222*75fd0b74Schristos the "swxc1" instruction. 223*75fd0b74Schristos 224*75fd0b74Schristos2012-09-17 Yufeng Zhang <yufeng.zhang@arm.com> 225*75fd0b74Schristos 226*75fd0b74Schristos * aarch64-asm.c (aarch64_ins_imm_half): Remove ATTRIBUTE_UNUSED from 227*75fd0b74Schristos the parameter 'inst'. 228*75fd0b74Schristos (aarch64_ins_addr_simm): Add ATTRIBUTE_UNUSED to the parameter 'inst'. 229*75fd0b74Schristos (convert_mov_to_movewide): Change to assert (0) when 230*75fd0b74Schristos aarch64_wide_constant_p returns FALSE. 231*75fd0b74Schristos 232*75fd0b74Schristos2012-09-14 David Edelsohn <dje.gcc@gmail.com> 233*75fd0b74Schristos 234*75fd0b74Schristos * configure: Regenerate. 235*75fd0b74Schristos 236*75fd0b74Schristos2012-09-14 Anthony Green <green@moxielogic.com> 237*75fd0b74Schristos 238*75fd0b74Schristos * moxie-dis.c (print_insn_moxie): Branch targets are relative to 239*75fd0b74Schristos the address after the branch instruction. 240*75fd0b74Schristos 241*75fd0b74Schristos2012-09-13 Anthony Green <green@moxielogic.com> 242*75fd0b74Schristos 243*75fd0b74Schristos * moxie-dis.c (print_insn_moxie): Handle bi-endian encodings. 244*75fd0b74Schristos 245*75fd0b74Schristos2012-09-10 Matthias Klose <doko@ubuntu.com> 246*75fd0b74Schristos 247*75fd0b74Schristos * config.in: Disable sanity check for kfreebsd. 248*75fd0b74Schristos 249*75fd0b74Schristos2012-09-10 H.J. Lu <hongjiu.lu@intel.com> 250*75fd0b74Schristos 251*75fd0b74Schristos * configure: Regenerated. 252*75fd0b74Schristos 253*75fd0b74Schristos2012-09-04 Sergey A. Guriev <sergey.a.guriev@intel.com> 254*75fd0b74Schristos 255*75fd0b74Schristos * ia64-asmtab.h (completer_index): Extend bitfield to full uint. 256*75fd0b74Schristos * ia64-gen.c: Promote completer index type to longlong. 257*75fd0b74Schristos (irf_operand): Add new register recognition. 258*75fd0b74Schristos (in_iclass_mov_x): Add an entry for the new mov_* instruction type. 259*75fd0b74Schristos (lookup_specifier): Add new resource recognition. 260*75fd0b74Schristos (insert_bit_table_ent): Relax abort condition according to the 261*75fd0b74Schristos changed completer index type. 262*75fd0b74Schristos (print_dis_table): Fix printf format for completer index. 263*75fd0b74Schristos * ia64-ic.tbl: Add a new instruction class. 264*75fd0b74Schristos * ia64-opc-i.c (ia64_opcodes_i): Define new I-instructions. 265*75fd0b74Schristos * ia64-opc-m.c (ia64_opcodes_m): Define new M-instructions. 266*75fd0b74Schristos * ia64-opc.h: Define short names for new operand types. 267*75fd0b74Schristos * ia64-raw.tbl: Add new RAW resource for DAHR register. 268*75fd0b74Schristos * ia64-waw.tbl: Add new WAW resource for DAHR register. 269*75fd0b74Schristos * ia64-asmtab.c: Regenerate. 270*75fd0b74Schristos 271*75fd0b74Schristos2012-08-29 Peter Bergner <bergner@vnet.ibm.com> 272*75fd0b74Schristos 273*75fd0b74Schristos * ppc-opc.c (VXASHB_MASK): New define. 274*75fd0b74Schristos (powerpc_opcodes) <vsldoi>: Use VXASHB_MASK. 275*75fd0b74Schristos 276*75fd0b74Schristos2012-08-28 Peter Bergner <bergner@vnet.ibm.com> 277*75fd0b74Schristos 278*75fd0b74Schristos * ppc-opc.c (UIMM4, UIMM3, UIMM2, VXVA_MASK, VXVB_MASK, VXVAVB_MASK, 279*75fd0b74Schristos VXVDVA_MASK, VXUIMM4_MASK, VXUIMM3_MASK, VXUIMM2_MASK): New defines. 280*75fd0b74Schristos (powerpc_opcodes) <vexptefp, vlogefp, vrefp, vrfim, vrfin, vrfip, 281*75fd0b74Schristos vrfiz, vrsqrtefp, vupkhpx, vupkhsb, vupkhsh, vupklpx, vupklsb, 282*75fd0b74Schristos vupklsh>: Use VXVA_MASK. 283*75fd0b74Schristos <vspltisb, vspltish, vspltisw>: Use VXVB_MASK. 284*75fd0b74Schristos <mfvscr>: Use VXVAVB_MASK. 285*75fd0b74Schristos <mtvscr>: Use VXVDVA_MASK. 286*75fd0b74Schristos <vspltb>: Use VXUIMM4_MASK. 287*75fd0b74Schristos <vsplth>: Use VXUIMM3_MASK. 288*75fd0b74Schristos <vspltw>: Use VXUIMM2_MASK. 289*75fd0b74Schristos 290*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 291*75fd0b74Schristos 292*75fd0b74Schristos * arm-dis.c (neon_opcodes): Add 2 operand sha instructions. 293*75fd0b74Schristos 294*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 295*75fd0b74Schristos 296*75fd0b74Schristos * arm-dis.c (neon_opcodes): Add SHA 3-operand instructions. 297*75fd0b74Schristos 298*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 299*75fd0b74Schristos 300*75fd0b74Schristos * arm-dis.c (neon_opcodes): Handle VMULL.P64. 301*75fd0b74Schristos 302*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 303*75fd0b74Schristos 304*75fd0b74Schristos * arm-dis.c (neon_opcodes): Add support for AES instructions. 305*75fd0b74Schristos 306*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 307*75fd0b74Schristos 308*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Add support for HP/DP 309*75fd0b74Schristos conversions. 310*75fd0b74Schristos 311*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 312*75fd0b74Schristos 313*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Add VRINT. 314*75fd0b74Schristos (neon_opcodes): Likewise. 315*75fd0b74Schristos 316*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 317*75fd0b74Schristos 318*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Add support for new VCVT 319*75fd0b74Schristos variants. 320*75fd0b74Schristos (neon_opcodes): Likewise. 321*75fd0b74Schristos 322*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 323*75fd0b74Schristos 324*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Add VMAXNM/VMINNM. 325*75fd0b74Schristos (neon_opcodes): Likewise. 326*75fd0b74Schristos 327*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 328*75fd0b74Schristos 329*75fd0b74Schristos * arm-dis.c (coprocessor_opcodes): Add VSEL. 330*75fd0b74Schristos (print_insn_coprocessor): Add new %<>c bitfield format 331*75fd0b74Schristos specifier. 332*75fd0b74Schristos 333*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 334*75fd0b74Schristos 335*75fd0b74Schristos * arm-dis.c (arm_opcodes): Add LDRA/STRL instructions. 336*75fd0b74Schristos (thumb32_opcodes): Likewise. 337*75fd0b74Schristos (print_arm_insn): Add support for %<>T formatter. 338*75fd0b74Schristos 339*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 340*75fd0b74Schristos 341*75fd0b74Schristos * arm-dis.c (arm_opcodes): Add HLT. 342*75fd0b74Schristos (thumb_opcodes): Likewise. 343*75fd0b74Schristos 344*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 345*75fd0b74Schristos 346*75fd0b74Schristos * arm-dis.c (thumb32_opcodes): Add DCPS instruction. 347*75fd0b74Schristos 348*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 349*75fd0b74Schristos 350*75fd0b74Schristos * arm-dis.c (arm_opcodes): Add SEVL. 351*75fd0b74Schristos (thumb_opcodes): Likewise. 352*75fd0b74Schristos (thumb32_opcodes): Likewise. 353*75fd0b74Schristos 354*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 355*75fd0b74Schristos 356*75fd0b74Schristos * arm-dis.c (data_barrier_option): New function. 357*75fd0b74Schristos (print_insn_arm): Use data_barrier_option. 358*75fd0b74Schristos (print_insn_thumb32): Use data_barrier_option. 359*75fd0b74Schristos 360*75fd0b74Schristos2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com 361*75fd0b74Schristos 362*75fd0b74Schristos * arm-dis.c (COND_UNCOND): New constant. 363*75fd0b74Schristos (print_insn_coprocessor): Add support for %u format specifier. 364*75fd0b74Schristos (print_insn_neon): Likewise. 365*75fd0b74Schristos 366*75fd0b74Schristos2012-08-21 David S. Miller <davem@davemloft.net> 367*75fd0b74Schristos 368*75fd0b74Schristos * sparc-opc.c (4-argument crypto instructions): Fix encoding using 369*75fd0b74Schristos F3F4 macro. 370*75fd0b74Schristos 371*75fd0b74Schristos2012-08-20 Edmar Wienskoski <edmar@freescale.com> 372*75fd0b74Schristos 373*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Changed opcode for vabsdub, 374*75fd0b74Schristos vabsduh, vabsduw, mviwsplt. 375*75fd0b74Schristos 376*75fd0b74Schristos2012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com> 377*75fd0b74Schristos 378*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CPU_BTVER1_FLAGS and 379*75fd0b74Schristos CPU_BTVER2_FLAGS. 380*75fd0b74Schristos 381*75fd0b74Schristos * i386-opc.h: Update CpuPRFCHW comment. 382*75fd0b74Schristos 383*75fd0b74Schristos * i386-opc.tbl: Enable prefetch instruction for CpuPRFCHW. 384*75fd0b74Schristos * i386-init.h: Regenerated. 385*75fd0b74Schristos * i386-tbl.h: Likewise. 386*75fd0b74Schristos 387*75fd0b74Schristos2012-08-17 Nick Clifton <nickc@redhat.com> 388*75fd0b74Schristos 389*75fd0b74Schristos * po/uk.po: New Ukranian translation. 390*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add uk. 391*75fd0b74Schristos * configure: Regenerate. 392*75fd0b74Schristos 393*75fd0b74Schristos2012-08-16 Peter Bergner <bergner@vnet.ibm.com> 394*75fd0b74Schristos 395*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes) <"lswx">: Use RAX for the second and 396*75fd0b74Schristos RBX for the third operand. 397*75fd0b74Schristos <"lswi">: Use RAX for second and NBI for the third operand. 398*75fd0b74Schristos 399*75fd0b74Schristos2012-08-15 DJ Delorie <dj@redhat.com> 400*75fd0b74Schristos 401*75fd0b74Schristos * rl78-decode.opc (rl78_decode_opcode): Merge %e and %[01] 402*75fd0b74Schristos operands, so that data addresses can be corrected when not 403*75fd0b74Schristos ES-overridden. 404*75fd0b74Schristos * rl78-decode.c: Regenerate. 405*75fd0b74Schristos * rl78-dis.c (print_insn_rl78): Make order of modifiers 406*75fd0b74Schristos irrelevent. When the 'e' specifier is used on an operand and no 407*75fd0b74Schristos ES prefix is provided, adjust address to make it absolute. 408*75fd0b74Schristos 409*75fd0b74Schristos2012-08-15 Peter Bergner <bergner@vnet.ibm.com> 410*75fd0b74Schristos 411*75fd0b74Schristos * ppc-opc.c <RSQ, RTQ>: Use PPC_OPERAND_GPR. 412*75fd0b74Schristos 413*75fd0b74Schristos2012-08-15 Peter Bergner <bergner@vnet.ibm.com> 414*75fd0b74Schristos 415*75fd0b74Schristos * ppc-opc.c <xnop, yield, mdoio, mdoom>: New extended mnemonics. 416*75fd0b74Schristos 417*75fd0b74Schristos2012-08-14 Maciej W. Rozycki <macro@codesourcery.com> 418*75fd0b74Schristos 419*75fd0b74Schristos * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S local 420*75fd0b74Schristos macros, use local variables for info struct member accesses, 421*75fd0b74Schristos update the type of the variable used to hold the instruction 422*75fd0b74Schristos word. 423*75fd0b74Schristos (print_insn_mips, print_mips16_insn_arg): Likewise. 424*75fd0b74Schristos (print_insn_mips16): Add GET_OP and GET_OP_S local macros, use 425*75fd0b74Schristos local variables for info struct member accesses. 426*75fd0b74Schristos (print_insn_micromips): Add GET_OP_S local macro. 427*75fd0b74Schristos (_print_insn_mips): Update the type of the variable used to hold 428*75fd0b74Schristos the instruction word. 429*75fd0b74Schristos 430*75fd0b74Schristos2012-08-13 Ian Bolton <ian.bolton@arm.com> 431*75fd0b74Schristos Laurent Desnogues <laurent.desnogues@arm.com> 432*75fd0b74Schristos Jim MacArthur <jim.macarthur@arm.com> 433*75fd0b74Schristos Marcus Shawcroft <marcus.shawcroft@arm.com> 434*75fd0b74Schristos Nigel Stephens <nigel.stephens@arm.com> 435*75fd0b74Schristos Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 436*75fd0b74Schristos Richard Earnshaw <rearnsha@arm.com> 437*75fd0b74Schristos Sofiane Naci <sofiane.naci@arm.com> 438*75fd0b74Schristos Tejas Belagod <tejas.belagod@arm.com> 439*75fd0b74Schristos Yufeng Zhang <yufeng.zhang@arm.com> 440*75fd0b74Schristos 441*75fd0b74Schristos * Makefile.am: Add AArch64. 442*75fd0b74Schristos * Makefile.in: Regenerate. 443*75fd0b74Schristos * aarch64-asm.c: New file. 444*75fd0b74Schristos * aarch64-asm.h: New file. 445*75fd0b74Schristos * aarch64-dis.c: New file. 446*75fd0b74Schristos * aarch64-dis.h: New file. 447*75fd0b74Schristos * aarch64-gen.c: New file. 448*75fd0b74Schristos * aarch64-opc.c: New file. 449*75fd0b74Schristos * aarch64-opc.h: New file. 450*75fd0b74Schristos * aarch64-tbl.h: New file. 451*75fd0b74Schristos * configure.in: Add AArch64. 452*75fd0b74Schristos * configure: Regenerate. 453*75fd0b74Schristos * disassemble.c: Add AArch64. 454*75fd0b74Schristos * aarch64-asm-2.c: New file (automatically generated). 455*75fd0b74Schristos * aarch64-dis-2.c: New file (automatically generated). 456*75fd0b74Schristos * aarch64-opc-2.c: New file (automatically generated). 457*75fd0b74Schristos * po/POTFILES.in: Regenerate. 458*75fd0b74Schristos 459*75fd0b74Schristos2012-08-13 Maciej W. Rozycki <macro@codesourcery.com> 460*75fd0b74Schristos 461*75fd0b74Schristos * micromips-opc.c (micromips_opcodes): Update comment. 462*75fd0b74Schristos * mips-opc.c (mips_builtin_opcodes): Likewise. Mark coprocessor 463*75fd0b74Schristos instructions for IOCT as appropriate. 464*75fd0b74Schristos * mips-dis.c (print_insn_mips): Replace OPCODE_IS_MEMBER with 465*75fd0b74Schristos opcode_is_member. 466*75fd0b74Schristos * configure.in: Substitute NO_WMISSING_FIELD_INITIALIZERS with 467*75fd0b74Schristos the result of a check for the -Wno-missing-field-initializers 468*75fd0b74Schristos GCC option. 469*75fd0b74Schristos * Makefile.am (NO_WMISSING_FIELD_INITIALIZERS): New variable. 470*75fd0b74Schristos (mips-opc.lo): Pass $(NO_WMISSING_FIELD_INITIALIZERS) to 471*75fd0b74Schristos compilation. 472*75fd0b74Schristos (mips16-opc.lo): Likewise. 473*75fd0b74Schristos (micromips-opc.lo): Likewise. 474*75fd0b74Schristos * aclocal.m4: Regenerate. 475*75fd0b74Schristos * configure: Regenerate. 476*75fd0b74Schristos * Makefile.in: Regenerate. 477*75fd0b74Schristos 478*75fd0b74Schristos2012-08-11 Saravanan Ekanathan <saravanan.ekanathan@amd.com> 479*75fd0b74Schristos 480*75fd0b74Schristos PR gas/14423 481*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CpuFMA in CPU_BDVER2_FLAGS. 482*75fd0b74Schristos * i386-init.h: Regenerated. 483*75fd0b74Schristos 484*75fd0b74Schristos2012-08-09 Nick Clifton <nickc@redhat.com> 485*75fd0b74Schristos 486*75fd0b74Schristos * po/vi.po: Updated Vietnamese translation. 487*75fd0b74Schristos 488*75fd0b74Schristos2012-08-07 Roland McGrath <mcgrathr@google.com> 489*75fd0b74Schristos 490*75fd0b74Schristos * i386-dis.c (reg_table): Fill out REG_0F0D table with 491*75fd0b74Schristos AMD-reserved cases as "prefetch". 492*75fd0b74Schristos (MOD_0F18_REG_4, MOD_0F18_REG_5): New enum constants. 493*75fd0b74Schristos (MOD_0F18_REG_6, MOD_0F18_REG_7): Likewise. 494*75fd0b74Schristos (reg_table): Use those under REG_0F18. 495*75fd0b74Schristos (mod_table): Add those cases as "nop/reserved". 496*75fd0b74Schristos 497*75fd0b74Schristos2012-08-07 Jan Beulich <jbeulich@suse.com> 498*75fd0b74Schristos 499*75fd0b74Schristos * i386-opc.tbl: Remove "FIXME" comments from SVME instructions. 500*75fd0b74Schristos 501*75fd0b74Schristos2012-08-06 Roland McGrath <mcgrathr@google.com> 502*75fd0b74Schristos 503*75fd0b74Schristos * i386-dis.c (print_insn): Print spaces between multiple excess 504*75fd0b74Schristos prefixes. Return actual number of excess prefixes consumed, 505*75fd0b74Schristos not always one. 506*75fd0b74Schristos 507*75fd0b74Schristos * i386-dis.c (OP_REG): Ignore REX_B for segment register cases. 508*75fd0b74Schristos 509*75fd0b74Schristos2012-08-06 Roland McGrath <mcgrathr@google.com> 510*75fd0b74Schristos Victor Khimenko <khim@google.com> 511*75fd0b74Schristos H.J. Lu <hongjiu.lu@intel.com> 512*75fd0b74Schristos 513*75fd0b74Schristos * i386-dis.c (OP_sI): In b_T_mode and v_mode, REX_W trumps DFLAG. 514*75fd0b74Schristos (putop): For 'T', 'U', and 'V', treat REX_W like DFLAG. 515*75fd0b74Schristos (intel_operand_size): For stack_v_mode, treat REX_W like DFLAG. 516*75fd0b74Schristos (OP_E_register): Likewise. 517*75fd0b74Schristos (OP_REG): For low 8 whole registers, treat REX_W like DFLAG. 518*75fd0b74Schristos 519*75fd0b74Schristos2012-08-02 Jan-Benedict Glaw <jbglaw@lug-owl.de> 520*75fd0b74Schristos 521*75fd0b74Schristos * configure.in: Formatting. 522*75fd0b74Schristos * configure: Regenerate. 523*75fd0b74Schristos 524*75fd0b74Schristos2012-08-01 Alan Modra <amodra@gmail.com> 525*75fd0b74Schristos 526*75fd0b74Schristos * h8300-dis.c: Fix printf arg warnings. 527*75fd0b74Schristos * i960-dis.c: Likewise. 528*75fd0b74Schristos * mips-dis.c: Likewise. 529*75fd0b74Schristos * pdp11-dis.c: Likewise. 530*75fd0b74Schristos * sh-dis.c: Likewise. 531*75fd0b74Schristos * v850-dis.c: Likewise. 532*75fd0b74Schristos * configure.in: Formatting. 533*75fd0b74Schristos * configure: Regenerate. 534*75fd0b74Schristos * rl78-decode.c: Regenerate. 535*75fd0b74Schristos * po/POTFILES.in: Regenerate. 536*75fd0b74Schristos 537*75fd0b74Schristos2012-07-31 Chao-Ying Fu <fu@mips.com> 538*75fd0b74Schristos Catherine Moore <clm@codesourcery.com> 539*75fd0b74Schristos Maciej W. Rozycki <macro@codesourcery.com> 540*75fd0b74Schristos 541*75fd0b74Schristos * micromips-opc.c (WR_a, RD_a, MOD_a): New macros. 542*75fd0b74Schristos (DSP_VOLA): Likewise. 543*75fd0b74Schristos (D32, D33): Likewise. 544*75fd0b74Schristos (micromips_opcodes): Add DSP ASE instructions. 545*75fd0b74Schristos * mips-dis.c (print_insn_micromips) <'2', '3'>: New cases. 546*75fd0b74Schristos <'4', '5', '6', '7', '8', '0', '^', '@'>: Likewise. 547*75fd0b74Schristos 548*75fd0b74Schristos2012-07-31 Jan Beulich <jbeulich@suse.com> 549*75fd0b74Schristos 550*75fd0b74Schristos * i386-opc.tbl (vmovntdqa): Move up into 256-bit integer AVX2 551*75fd0b74Schristos instruction group. Mark as requiring AVX2. 552*75fd0b74Schristos * i386-tbl.h: Re-generate. 553*75fd0b74Schristos 554*75fd0b74Schristos2012-07-30 Nick Clifton <nickc@redhat.com> 555*75fd0b74Schristos 556*75fd0b74Schristos * po/opcodes.pot: Updated template. 557*75fd0b74Schristos * po/es.po: Updated Spanish translation. 558*75fd0b74Schristos * po/fi.po: Updated Finnish translation. 559*75fd0b74Schristos 560*75fd0b74Schristos2012-07-27 Mike Frysinger <vapier@gentoo.org> 561*75fd0b74Schristos 562*75fd0b74Schristos * configure.in (BFD_VERSION): Run bfd/configure --version and 563*75fd0b74Schristos parse the output of that. 564*75fd0b74Schristos * configure: Regenerate. 565*75fd0b74Schristos 566*75fd0b74Schristos2012-07-25 James Lemke <jwlemke@codesourcery.com> 567*75fd0b74Schristos 568*75fd0b74Schristos * ppc-opc.c (powerpc_opcodes): Add/remove PPCVLE for some 32-bit insns. 569*75fd0b74Schristos 570*75fd0b74Schristos2012-07-24 Stephan McCamant <smcc@cs.berkeley.edu> 571*75fd0b74Schristos Dr David Alan Gilbert <dave@treblig.org> 572*75fd0b74Schristos 573*75fd0b74Schristos PR binutils/13135 574*75fd0b74Schristos * arm-dis.c: Add necessary casts for printing integer values. 575*75fd0b74Schristos Use %s when printing string values. 576*75fd0b74Schristos * hppa-dis.c: Likewise. 577*75fd0b74Schristos * m68k-dis.c: Likewise. 578*75fd0b74Schristos * microblaze-dis.c: Likewise. 579*75fd0b74Schristos * mips-dis.c: Likewise. 580*75fd0b74Schristos * sparc-dis.c: Likewise. 581*75fd0b74Schristos 582*75fd0b74Schristos2012-07-19 Michael Zolotukhin <michael.v.zolotukhin@intel.com> 583*75fd0b74Schristos 584*75fd0b74Schristos PR binutils/14355 585*75fd0b74Schristos * i386-dis.c (VEX_LEN_0FXOP_08_CC): New. 586*75fd0b74Schristos (VEX_LEN_0FXOP_08_CD): Likewise. 587*75fd0b74Schristos (VEX_LEN_0FXOP_08_CE): Likewise. 588*75fd0b74Schristos (VEX_LEN_0FXOP_08_CF): Likewise. 589*75fd0b74Schristos (VEX_LEN_0FXOP_08_EC): Likewise. 590*75fd0b74Schristos (VEX_LEN_0FXOP_08_ED): Likewise. 591*75fd0b74Schristos (VEX_LEN_0FXOP_08_EE): Likewise. 592*75fd0b74Schristos (VEX_LEN_0FXOP_08_EF): Likewise. 593*75fd0b74Schristos (xop_table): Fix entries for vpcomb, vpcomw, vpcomd, vpcomq, 594*75fd0b74Schristos vpcomub, vpcomuw, vpcomud, vpcomuq. 595*75fd0b74Schristos (vex_len_table): Add entries for VEX_LEN_0FXOP_08_CC, 596*75fd0b74Schristos VEX_LEN_0FXOP_08_CD, VEX_LEN_0FXOP_08_CE, VEX_LEN_0FXOP_08_CF, 597*75fd0b74Schristos VEX_LEN_0FXOP_08_EC, VEX_LEN_0FXOP_08_ED, VEX_LEN_0FXOP_08_EE, 598*75fd0b74Schristos VEX_LEN_0FXOP_08_EF. 599*75fd0b74Schristos 600*75fd0b74Schristos2012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com> 601*75fd0b74Schristos 602*75fd0b74Schristos * i386-dis.c (PREFIX_0F38F6): New. 603*75fd0b74Schristos (prefix_table): Add adcx, adox instructions. 604*75fd0b74Schristos (three_byte_table): Use PREFIX_0F38F6. 605*75fd0b74Schristos (mod_table): Add rdseed instruction. 606*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CpuADX, CpuRDSEED, CpuPRFCHW. 607*75fd0b74Schristos (cpu_flags): Likewise. 608*75fd0b74Schristos * i386-opc.h: Add CpuADX, CpuRDSEED, CpuPRFCHW. 609*75fd0b74Schristos (i386_cpu_flags): Add fields cpurdseed, cpuadx, cpuprfchw. 610*75fd0b74Schristos * i386-opc.tbl: Add instrcutions adcx, adox, rdseed. Extend 611*75fd0b74Schristos prefetchw. 612*75fd0b74Schristos * i386-tbl.h: Regenerate. 613*75fd0b74Schristos * i386-init.h: Likewise. 614*75fd0b74Schristos 615*75fd0b74Schristos2012-07-05 Thomas Schwinge <thomas@codesourcery.com> 616*75fd0b74Schristos 617*75fd0b74Schristos * mips-dis.c: Remove gratuitous newline. 618*75fd0b74Schristos 619*75fd0b74Schristos2012-07-05 Sean Keys <skeys@ipdatasys.com> 620*75fd0b74Schristos 621*75fd0b74Schristos * xgate-dis.c: Removed an IF statement that will 622*75fd0b74Schristos always be false due to overlapping operand masks. 623*75fd0b74Schristos * xgate-opc.c: Corrected 'com' opcode entry and 624*75fd0b74Schristos fixed spacing. 625*75fd0b74Schristos 626*75fd0b74Schristos2012-07-02 Roland McGrath <mcgrathr@google.com> 627*75fd0b74Schristos 628*75fd0b74Schristos * i386-opc.tbl: Add RepPrefixOk to nop. 629*75fd0b74Schristos * i386-tbl.h: Regenerate. 630*75fd0b74Schristos 631*75fd0b74Schristos2012-06-28 Nick Clifton <nickc@redhat.com> 632*75fd0b74Schristos 633*75fd0b74Schristos * po/vi.po: Updated Vietnamese translation. 634*75fd0b74Schristos 635*75fd0b74Schristos2012-06-22 Roland McGrath <mcgrathr@google.com> 636*75fd0b74Schristos 637*75fd0b74Schristos * i386-opc.tbl: Add RepPrefixOk to ret. 638*75fd0b74Schristos * i386-tbl.h: Regenerate. 639*75fd0b74Schristos 640*75fd0b74Schristos * i386-opc.h (RepPrefixOk): New enum constant. 641*75fd0b74Schristos (i386_opcode_modifier): New bitfield 'repprefixok'. 642*75fd0b74Schristos * i386-gen.c (opcode_modifiers): Add RepPrefixOk. 643*75fd0b74Schristos * i386-opc.tbl: Add RepPrefixOk to bsf, bsr, and to all 644*75fd0b74Schristos instructions that have IsString. 645*75fd0b74Schristos * i386-tbl.h: Regenerate. 646*75fd0b74Schristos 647*75fd0b74Schristos2012-06-11 Andreas Schwab <schwab@linux-m68k.org> 648*75fd0b74Schristos 649*75fd0b74Schristos * ppc-opc.c (lvsl, lvebx, isellt, icbt, ldepx, lwepx, lvsr, lvehx) 650*75fd0b74Schristos (iselgt, lvewx, iseleq, isel, dcbst, dcbstep, dcbfl, dcbf, lbepx) 651*75fd0b74Schristos (lvx, dcbfep, dcbtstls, stvebx, dcbtstlse, stdepx, stwepx, dcbtls) 652*75fd0b74Schristos (stvehx, dcbtlse, stvewx, stbepx, icblc, stvx, dcbtstt, dcbtst) 653*75fd0b74Schristos (dcbtst, dcbtstep, dcbtt, dcbt, dcbt, lhepx, eciwx, dcbtep) 654*75fd0b74Schristos (dcread, lxvdsx, lvxl, dcblc, sthepx, ecowx, dcbi, dcread, icbtls) 655*75fd0b74Schristos (stvxl, lxsdx, lfdepx, stxsdx, stfdepx, dcba, dcbal, lxvw4x) 656*75fd0b74Schristos (tlbivax, lfdpx, lxvd2x, tlbsrx., stxvw4x, tlbsx, tlbsx., stfdpx) 657*75fd0b74Schristos (stfqx, stxvd2x, icbi, icbiep, icread, dcbzep): Change RA to RA0. 658*75fd0b74Schristos 659*75fd0b74Schristos2012-05-19 Alan Modra <amodra@gmail.com> 660*75fd0b74Schristos 661*75fd0b74Schristos * ppc-dis.c: Don't include elf32-ppc.h, do include elf/ppc.h. 662*75fd0b74Schristos (get_powerpc_dialect): Detect VLE sections from ELF sh_flags. 663*75fd0b74Schristos 664*75fd0b74Schristos2012-05-18 Alan Modra <amodra@gmail.com> 665*75fd0b74Schristos 666*75fd0b74Schristos * ia64-opc.c: Remove #include "ansidecl.h". 667*75fd0b74Schristos * z8kgen.c: Include sysdep.h first. 668*75fd0b74Schristos 669*75fd0b74Schristos * arc-dis.c: Include sysdep.h first, remove some redundant includes. 670*75fd0b74Schristos * bfin-dis.c: Likewise. 671*75fd0b74Schristos * i860-dis.c: Likewise. 672*75fd0b74Schristos * ia64-dis.c: Likewise. 673*75fd0b74Schristos * ia64-gen.c: Likewise. 674*75fd0b74Schristos * m68hc11-dis.c: Likewise. 675*75fd0b74Schristos * mmix-dis.c: Likewise. 676*75fd0b74Schristos * msp430-dis.c: Likewise. 677*75fd0b74Schristos * or32-dis.c: Likewise. 678*75fd0b74Schristos * rl78-dis.c: Likewise. 679*75fd0b74Schristos * rx-dis.c: Likewise. 680*75fd0b74Schristos * tic4x-dis.c: Likewise. 681*75fd0b74Schristos * tilegx-opc.c: Likewise. 682*75fd0b74Schristos * tilepro-opc.c: Likewise. 683*75fd0b74Schristos * rx-decode.c: Regenerate. 684*75fd0b74Schristos 685*75fd0b74Schristos2012-05-17 James Lemke <jwlemke@codesourcery.com> 686*75fd0b74Schristos 687*75fd0b74Schristos * ppc-opc.c (powerpc_macros): Add entries for e_extlwi to e_clrlslwi. 688*75fd0b74Schristos 689*75fd0b74Schristos2012-05-17 James Lemke <jwlemke@codesourcery.com> 690*75fd0b74Schristos 691*75fd0b74Schristos * ppc-opc.c (extract_sprg): Use ALLOW8_SPRG to include VLE. 692*75fd0b74Schristos 693*75fd0b74Schristos2012-05-17 Daniel Richard G. <skunk@iskunk.org> 694*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 695*75fd0b74Schristos 696*75fd0b74Schristos PR 14072 697*75fd0b74Schristos * configure.in: Add check that sysdep.h has been included before 698*75fd0b74Schristos any system header files. 699*75fd0b74Schristos * configure: Regenerate. 700*75fd0b74Schristos * config.in: Regenerate. 701*75fd0b74Schristos * sysdep.h: Generate an error if included before config.h. 702*75fd0b74Schristos * alpha-opc.c: Include sysdep.h before any other header file. 703*75fd0b74Schristos * alpha-dis.c: Likewise. 704*75fd0b74Schristos * avr-dis.c: Likewise. 705*75fd0b74Schristos * cgen-opc.c: Likewise. 706*75fd0b74Schristos * cr16-dis.c: Likewise. 707*75fd0b74Schristos * cris-dis.c: Likewise. 708*75fd0b74Schristos * crx-dis.c: Likewise. 709*75fd0b74Schristos * d10v-dis.c: Likewise. 710*75fd0b74Schristos * d10v-opc.c: Likewise. 711*75fd0b74Schristos * d30v-dis.c: Likewise. 712*75fd0b74Schristos * d30v-opc.c: Likewise. 713*75fd0b74Schristos * h8500-dis.c: Likewise. 714*75fd0b74Schristos * i370-dis.c: Likewise. 715*75fd0b74Schristos * i370-opc.c: Likewise. 716*75fd0b74Schristos * m10200-dis.c: Likewise. 717*75fd0b74Schristos * m10300-dis.c: Likewise. 718*75fd0b74Schristos * micromips-opc.c: Likewise. 719*75fd0b74Schristos * mips-opc.c: Likewise. 720*75fd0b74Schristos * mips61-opc.c: Likewise. 721*75fd0b74Schristos * moxie-dis.c: Likewise. 722*75fd0b74Schristos * or32-opc.c: Likewise. 723*75fd0b74Schristos * pj-dis.c: Likewise. 724*75fd0b74Schristos * ppc-dis.c: Likewise. 725*75fd0b74Schristos * ppc-opc.c: Likewise. 726*75fd0b74Schristos * s390-dis.c: Likewise. 727*75fd0b74Schristos * sh-dis.c: Likewise. 728*75fd0b74Schristos * sh64-dis.c: Likewise. 729*75fd0b74Schristos * sparc-dis.c: Likewise. 730*75fd0b74Schristos * sparc-opc.c: Likewise. 731*75fd0b74Schristos * spu-dis.c: Likewise. 732*75fd0b74Schristos * tic30-dis.c: Likewise. 733*75fd0b74Schristos * tic54x-dis.c: Likewise. 734*75fd0b74Schristos * tic80-dis.c: Likewise. 735*75fd0b74Schristos * tic80-opc.c: Likewise. 736*75fd0b74Schristos * tilegx-dis.c: Likewise. 737*75fd0b74Schristos * tilepro-dis.c: Likewise. 738*75fd0b74Schristos * v850-dis.c: Likewise. 739*75fd0b74Schristos * v850-opc.c: Likewise. 740*75fd0b74Schristos * vax-dis.c: Likewise. 741*75fd0b74Schristos * w65-dis.c: Likewise. 742*75fd0b74Schristos * xgate-dis.c: Likewise. 743*75fd0b74Schristos * xtensa-dis.c: Likewise. 744*75fd0b74Schristos * rl78-decode.opc: Likewise. 745*75fd0b74Schristos * rl78-decode.c: Regenerate. 746*75fd0b74Schristos * rx-decode.opc: Likewise. 747*75fd0b74Schristos * rx-decode.c: Regenerate. 748*75fd0b74Schristos 749*75fd0b74Schristos2012-05-17 Alan Modra <amodra@gmail.com> 750*75fd0b74Schristos 751*75fd0b74Schristos * ppc_dis.c: Don't include elf/ppc.h. 752*75fd0b74Schristos 753*75fd0b74Schristos2012-05-16 Meador Inge <meadori@codesourcery.com> 754*75fd0b74Schristos 755*75fd0b74Schristos * arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg} 756*75fd0b74Schristos to PUSH/POP {reg}. 757*75fd0b74Schristos 758*75fd0b74Schristos2012-05-15 James Murray <jsm@jsm-net.demon.co.uk> 759*75fd0b74Schristos Stephane Carrez <stcarrez@nerim.fr> 760*75fd0b74Schristos 761*75fd0b74Schristos * configure.in: Add S12X and XGATE co-processor support to m68hc11 762*75fd0b74Schristos target. 763*75fd0b74Schristos * disassemble.c: Likewise. 764*75fd0b74Schristos * configure: Regenerate. 765*75fd0b74Schristos * m68hc11-dis.c: Make objdump output more consistent, use hex 766*75fd0b74Schristos instead of decimal and use 0x prefix for hex. 767*75fd0b74Schristos * m68hc11-opc.c: Add S12X and XGATE opcodes. 768*75fd0b74Schristos 769*75fd0b74Schristos2012-05-14 James Lemke <jwlemke@codesourcery.com> 770*75fd0b74Schristos 771*75fd0b74Schristos * ppc-dis.c (get_powerpc_dialect): Use is_ppc_vle. 772*75fd0b74Schristos (PPC_OPCD_SEGS, VLE_OPCD_SEGS): New defines. 773*75fd0b74Schristos (vle_opcd_indices): New array. 774*75fd0b74Schristos (lookup_vle): New function. 775*75fd0b74Schristos (disassemble_init_powerpc): Revise for second (VLE) opcode table. 776*75fd0b74Schristos (print_insn_powerpc): Likewise. 777*75fd0b74Schristos * ppc-opc.c: Likewise. 778*75fd0b74Schristos 779*75fd0b74Schristos2012-05-14 Catherine Moore <clm@codesourcery.com> 780*75fd0b74Schristos Maciej W. Rozycki <macro@codesourcery.com> 781*75fd0b74Schristos Rhonda Wittels <rhonda@codesourcery.com> 782*75fd0b74Schristos Nathan Froyd <froydnj@codesourcery.com> 783*75fd0b74Schristos 784*75fd0b74Schristos * ppc-opc.c (insert_arx, extract_arx): New functions. 785*75fd0b74Schristos (insert_ary, extract_ary): New functions. 786*75fd0b74Schristos (insert_li20, extract_li20): New functions. 787*75fd0b74Schristos (insert_rx, extract_rx): New functions. 788*75fd0b74Schristos (insert_ry, extract_ry): New functions. 789*75fd0b74Schristos (insert_sci8, extract_sci8): New functions. 790*75fd0b74Schristos (insert_sci8n, extract_sci8n): New functions. 791*75fd0b74Schristos (insert_sd4h, extract_sd4h): New functions. 792*75fd0b74Schristos (insert_sd4w, extract_sd4w): New functions. 793*75fd0b74Schristos (insert_vlesi, extract_vlesi): New functions. 794*75fd0b74Schristos (insert_vlensi, extract_vlensi): New functions. 795*75fd0b74Schristos (insert_vleui, extract_vleui): New functions. 796*75fd0b74Schristos (insert_vleil, extract_vleil): New functions. 797*75fd0b74Schristos (BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT. 798*75fd0b74Schristos (BI16, BI32, BO32, B8): New. 799*75fd0b74Schristos (B15, B24, CRD32, CRS): New. 800*75fd0b74Schristos (CRD, OBF, BFA, CR, CRFS): Use PPC_OPERAND_CR_REG. 801*75fd0b74Schristos (DB, IMM20, RD, Rx, ARX, RY, RZ): New. 802*75fd0b74Schristos (ARY, SCLSCI8, SCLSCI8N, SE_SD, SE_SDH): New. 803*75fd0b74Schristos (SH6_MASK): Use PPC_OPSHIFT_INV. 804*75fd0b74Schristos (SI8, UI5, OIMM5, UI7, BO16): New. 805*75fd0b74Schristos (VLESIMM, VLENSIMM, VLEUIMM, VLEUIMML): New. 806*75fd0b74Schristos (XT6, XA6, XB6, XB6S, XC6): Use PPC_OPSHIFT_INV. 807*75fd0b74Schristos (ALLOW8_SPRG): New. 808*75fd0b74Schristos (insert_sprg, extract_sprg): Check ALLOW8_SPRG. 809*75fd0b74Schristos (OPVUP, OPVUP_MASK OPVUP): New 810*75fd0b74Schristos (BD8, BD8_MASK, BD8IO, BD8IO_MASK): New. 811*75fd0b74Schristos (EBD8IO, EBD8IO1_MASK, EBD8IO2_MASK, EBD8IO3_MASK): New. 812*75fd0b74Schristos (BD15, BD15_MASK, EBD15, EBD15_MASK, EBD15BI, EBD15BI_MASK): New. 813*75fd0b74Schristos (BD24,BD24_MASK, C_LK, C_LK_MASK, C, C_MASK): New. 814*75fd0b74Schristos (IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New. 815*75fd0b74Schristos (IM7, IM7_MASK, LI20, LI20_MASK, SCI8, SCI8_MASK): New. 816*75fd0b74Schristos (SCI8BF, SCI8BF_MASK, SD4, SD4_MASK): New. 817*75fd0b74Schristos (SE_IM5, SE_IM5_MASK): New. 818*75fd0b74Schristos (SE_R, SE_R_MASK, SE_RR, SE_RR_MASK): New. 819*75fd0b74Schristos (EX, EX_MASK, BO16F, BO16T, BO32F, BO32T): New. 820*75fd0b74Schristos (BO32DNZ, BO32DZ): New. 821*75fd0b74Schristos (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE. 822*75fd0b74Schristos (PPCVLE): New. 823*75fd0b74Schristos (powerpc_opcodes): Add new VLE instructions. Update existing 824*75fd0b74Schristos instruction to include PPCVLE if supported. 825*75fd0b74Schristos * ppc-dis.c (ppc_opts): Add vle entry. 826*75fd0b74Schristos (get_powerpc_dialect): New function. 827*75fd0b74Schristos (powerpc_init_dialect): VLE support. 828*75fd0b74Schristos (print_insn_big_powerpc): Call get_powerpc_dialect. 829*75fd0b74Schristos (print_insn_little_powerpc): Likewise. 830*75fd0b74Schristos (operand_value_powerpc): Handle negative shift counts. 831*75fd0b74Schristos (print_insn_powerpc): Handle 2-byte instruction lengths. 832*75fd0b74Schristos 833*75fd0b74Schristos2012-05-11 Daniel Richard G. <skunk@iskunk.org> 834*75fd0b74Schristos 835*75fd0b74Schristos PR binutils/14028 836*75fd0b74Schristos * configure.in: Invoke ACX_HEADER_STRING. 837*75fd0b74Schristos * configure: Regenerate. 838*75fd0b74Schristos * config.in: Regenerate. 839*75fd0b74Schristos * sysdep.h: If STRINGS_WITH_STRING is defined then include both 840*75fd0b74Schristos string.h and strings.h. 841*75fd0b74Schristos 842*75fd0b74Schristos2012-05-11 Nick Clifton <nickc@redhat.com> 843*75fd0b74Schristos 844*75fd0b74Schristos PR binutils/14006 845*75fd0b74Schristos * arm-dis.c (print_insn): Fix detection of instruction mode in 846*75fd0b74Schristos files containing multiple executable sections. 847*75fd0b74Schristos 848*75fd0b74Schristos2012-05-03 Sean Keys <skeys@ipdatasys.com> 849*75fd0b74Schristos 850*75fd0b74Schristos * Makefile.in, configure: regenerate 851*75fd0b74Schristos * disassemble.c (disassembler): Recognize ARCH_XGATE. 852*75fd0b74Schristos * xgate-dis.c (read_memory, print_insn, print_insn_xgate): 853*75fd0b74Schristos New functions. 854*75fd0b74Schristos * configure.in: Recognize xgate. 855*75fd0b74Schristos * xgate-dis.c, xgate-opc.c: New files for support of xgate 856*75fd0b74Schristos * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly 857*75fd0b74Schristos and opcode generation for xgate. 858*75fd0b74Schristos 859*75fd0b74Schristos2012-04-30 DJ Delorie <dj@redhat.com> 860*75fd0b74Schristos 861*75fd0b74Schristos * rx-decode.opc (MOV): Do not sign-extend immediates which are 862*75fd0b74Schristos already the maximum bit size. 863*75fd0b74Schristos * rx-decode.c: Regenerate. 864*75fd0b74Schristos 865*75fd0b74Schristos2012-04-27 David S. Miller <davem@davemloft.net> 866*75fd0b74Schristos 867*75fd0b74Schristos * sparc-dis.c (v9a_asr_reg_names): Add 'cfr'. 868*75fd0b74Schristos * sparc-opc.c (sparc_opcodes): Add rd/wr cases for %cfr. 869*75fd0b74Schristos 870*75fd0b74Schristos * sparc-opc.c (sparc_opcodes): Add 'wr X, %pause' and 'pause'. 871*75fd0b74Schristos * sparc-dis.c (v9a_asr_reg_names): Add 'pause'. 872*75fd0b74Schristos 873*75fd0b74Schristos * sparc-opc.c (CBCOND): New define. 874*75fd0b74Schristos (CBCOND_XCC): Likewise. 875*75fd0b74Schristos (cbcond): New helper macro. 876*75fd0b74Schristos (sparc_opcodes): Add compare-and-branch instructions. 877*75fd0b74Schristos 878*75fd0b74Schristos * sparc-dis.c (print_insn_sparc): Handle ')'. 879*75fd0b74Schristos * sparc-opc.c (sparc_opcodes): Add crypto instructions. 880*75fd0b74Schristos 881*75fd0b74Schristos * sparc-opc.c (sparc_opcodes): Rework table to put HWCAP values 882*75fd0b74Schristos into new struct sparc_opcode 'hwcaps' field instead of 'flags'. 883*75fd0b74Schristos 884*75fd0b74Schristos2012-04-12 David S. Miller <davem@davemloft.net> 885*75fd0b74Schristos 886*75fd0b74Schristos * sparc-dis.c (X_DISP10): Define. 887*75fd0b74Schristos (print_insn_sparc): Handle '='. 888*75fd0b74Schristos 889*75fd0b74Schristos2012-04-01 Mike Frysinger <vapier@gentoo.org> 890*75fd0b74Schristos 891*75fd0b74Schristos * bfin-dis.c (fmtconst): Replace decimal handling with a single 892*75fd0b74Schristos sprintf call and the '*' field width. 893*75fd0b74Schristos 894*75fd0b74Schristos2012-03-23 Maxim Kuvyrkov <maxim@codesourcery.com> 895*75fd0b74Schristos 896*75fd0b74Schristos * mips-dis.c (mips_arch_choices): Add entry for Broadcom XLP. 897*75fd0b74Schristos 898*75fd0b74Schristos2012-03-16 Alan Modra <amodra@gmail.com> 899*75fd0b74Schristos 900*75fd0b74Schristos * ppc-dis.c (PPC_OPC_SEGS, PPC_OP_TO_SEG): Delete. 901*75fd0b74Schristos (powerpc_opcd_indices): Bump array size. 902*75fd0b74Schristos (disassemble_init_powerpc): Set powerpc_opcd_indices entries 903*75fd0b74Schristos corresponding to unused opcodes to following entry. 904*75fd0b74Schristos (lookup_powerpc): New function, extracted and optimised from.. 905*75fd0b74Schristos (print_insn_powerpc): ..here. 906*75fd0b74Schristos 907*75fd0b74Schristos2012-03-15 Alan Modra <amodra@gmail.com> 908*75fd0b74Schristos James Lemke <jwlemke@codesourcery.com> 909*75fd0b74Schristos 910*75fd0b74Schristos * disassemble.c (disassemble_init_for_target): Handle ppc init. 911*75fd0b74Schristos * ppc-dis.c (private): New var. 912*75fd0b74Schristos (powerpc_init_dialect): Don't return calloc failure, instead use 913*75fd0b74Schristos private. 914*75fd0b74Schristos (PPC_OPCD_SEGS, PPC_OP_TO_SEG): Define. 915*75fd0b74Schristos (powerpc_opcd_indices): New array. 916*75fd0b74Schristos (disassemble_init_powerpc): New function. 917*75fd0b74Schristos (print_insn_big_powerpc): Don't init dialect here. 918*75fd0b74Schristos (print_insn_little_powerpc): Likewise. 919*75fd0b74Schristos (print_insn_powerpc): Start search using powerpc_opcd_indices. 920*75fd0b74Schristos 921*75fd0b74Schristos2012-03-10 Edmar Wienskoski <edmar@freescale.com> 922*75fd0b74Schristos 923*75fd0b74Schristos * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500". 924*75fd0b74Schristos * ppc-opc.c (insert_ls, TMR, ESYNC, XSYNCLE_MASK): New. 925*75fd0b74Schristos (PPCVEC2, PPCTMR, E6500): New short names. 926*75fd0b74Schristos (powerpc_opcodes): Add vabsdub, vabsduh, vabsduw, dni, mvidsplt, 927*75fd0b74Schristos mviwsplt, icblq., mftmr, mttmr, dcblq., miso, lvexbx, lvexhx, 928*75fd0b74Schristos lvexwx, stvexbx, stvexhx, stvexwx, lvepx, lvepxl, stvepx, stvepxl, 929*75fd0b74Schristos lvtrx, lvtrxl, lvtlx, lvtlxl, stvfrx, stvfrxl, stvflx, stvflxl, 930*75fd0b74Schristos lvswx, lvswxl, stvswx, stvswxl, lvsm mnemonics. Accept LS, ESYNC 931*75fd0b74Schristos optional operands on sync instruction for E6500 target. 932*75fd0b74Schristos 933*75fd0b74Schristos2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 934*75fd0b74Schristos 935*75fd0b74Schristos * s390-opc.txt: Set instruction type of pku to SS_L2RDRD. 936*75fd0b74Schristos 937*75fd0b74Schristos2012-02-27 Alan Modra <amodra@gmail.com> 938*75fd0b74Schristos 939*75fd0b74Schristos * mt-dis.c: Regenerate. 940*75fd0b74Schristos 941*75fd0b74Schristos2012-02-27 Alan Modra <amodra@gmail.com> 942*75fd0b74Schristos 943*75fd0b74Schristos * v850-opc.c (extract_v8): Rearrange to make it obvious this 944*75fd0b74Schristos is the inverse of corresponding insert function. 945*75fd0b74Schristos (extract_d22, extract_u9, extract_r4): Likewise. 946*75fd0b74Schristos (extract_d9): Correct sign extension. 947*75fd0b74Schristos (extract_d16_15): Don't assume "long" is 32 bits, and don't 948*75fd0b74Schristos rely on implementation defined behaviour for shift right of 949*75fd0b74Schristos signed types. 950*75fd0b74Schristos (extract_d16_16, extract_d17_16, extract_i9): Likewise. 951*75fd0b74Schristos (extract_d23): Likewise, and correct mask. 952*75fd0b74Schristos 953*75fd0b74Schristos2012-02-27 Alan Modra <amodra@gmail.com> 954*75fd0b74Schristos 955*75fd0b74Schristos * crx-dis.c (print_arg): Mask constant to 32 bits. 956*75fd0b74Schristos * crx-opc.c (cst4_map): Use int array. 957*75fd0b74Schristos 958*75fd0b74Schristos2012-02-27 Alan Modra <amodra@gmail.com> 959*75fd0b74Schristos 960*75fd0b74Schristos * arc-dis.c (BITS): Don't use shifts to mask off bits. 961*75fd0b74Schristos (FIELDD): Sign extend with xor,sub. 962*75fd0b74Schristos 963*75fd0b74Schristos2012-02-25 Walter Lee <walt@tilera.com> 964*75fd0b74Schristos 965*75fd0b74Schristos * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS. 966*75fd0b74Schristos * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and 967*75fd0b74Schristos TILEPRO_OPC_LW_TLS_SN. 968*75fd0b74Schristos 969*75fd0b74Schristos2012-02-21 H.J. Lu <hongjiu.lu@intel.com> 970*75fd0b74Schristos 971*75fd0b74Schristos * i386-opc.h (HLEPrefixNone): New. 972*75fd0b74Schristos (HLEPrefixLock): Likewise. 973*75fd0b74Schristos (HLEPrefixAny): Likewise. 974*75fd0b74Schristos (HLEPrefixRelease): Likewise. 975*75fd0b74Schristos 976*75fd0b74Schristos2012-02-08 H.J. Lu <hongjiu.lu@intel.com> 977*75fd0b74Schristos 978*75fd0b74Schristos * i386-dis.c (HLE_Fixup1): New. 979*75fd0b74Schristos (HLE_Fixup2): Likewise. 980*75fd0b74Schristos (HLE_Fixup3): Likewise. 981*75fd0b74Schristos (Ebh1): Likewise. 982*75fd0b74Schristos (Evh1): Likewise. 983*75fd0b74Schristos (Ebh2): Likewise. 984*75fd0b74Schristos (Evh2): Likewise. 985*75fd0b74Schristos (Ebh3): Likewise. 986*75fd0b74Schristos (Evh3): Likewise. 987*75fd0b74Schristos (MOD_C6_REG_7): Likewise. 988*75fd0b74Schristos (MOD_C7_REG_7): Likewise. 989*75fd0b74Schristos (RM_C6_REG_7): Likewise. 990*75fd0b74Schristos (RM_C7_REG_7): Likewise. 991*75fd0b74Schristos (XACQUIRE_PREFIX): Likewise. 992*75fd0b74Schristos (XRELEASE_PREFIX): Likewise. 993*75fd0b74Schristos (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts, 994*75fd0b74Schristos cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use 995*75fd0b74Schristos Ebh2/Evh2 on xchg. Use Ebh3/Evh3 on mov. 996*75fd0b74Schristos (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg, 997*75fd0b74Schristos not, or, sbb, sub and xor. Use Ebh3/Evh3 on mov. Use 998*75fd0b74Schristos MOD_C6_REG_7 and MOD_C7_REG_7. 999*75fd0b74Schristos (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7. 1000*75fd0b74Schristos (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7. Add xend and 1001*75fd0b74Schristos xtest. 1002*75fd0b74Schristos (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX. 1003*75fd0b74Schristos (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b. 1004*75fd0b74Schristos 1005*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and 1006*75fd0b74Schristos CPU_RTM_FLAGS. 1007*75fd0b74Schristos (cpu_flags): Add CpuHLE and CpuRTM. 1008*75fd0b74Schristos (opcode_modifiers): Add HLEPrefixOk. 1009*75fd0b74Schristos 1010*75fd0b74Schristos * i386-opc.h (CpuHLE): New. 1011*75fd0b74Schristos (CpuRTM): Likewise. 1012*75fd0b74Schristos (HLEPrefixOk): Likewise. 1013*75fd0b74Schristos (i386_cpu_flags): Add cpuhle and cpurtm. 1014*75fd0b74Schristos (i386_opcode_modifier): Add hleprefixok. 1015*75fd0b74Schristos 1016*75fd0b74Schristos * i386-opc.tbl: Add HLEPrefixOk=3 to mov. Add HLEPrefixOk to 1017*75fd0b74Schristos add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or, 1018*75fd0b74Schristos sbb, sub, xor and xadd. Add HLEPrefixOk=2 to xchg with memory 1019*75fd0b74Schristos operand. Add xacquire, xrelease, xabort, xbegin, xend and 1020*75fd0b74Schristos xtest. 1021*75fd0b74Schristos * i386-init.h: Regenerated. 1022*75fd0b74Schristos * i386-tbl.h: Likewise. 1023*75fd0b74Schristos 1024*75fd0b74Schristos2012-01-24 DJ Delorie <dj@redhat.com> 1025*75fd0b74Schristos 1026*75fd0b74Schristos * rl78-decode.opc (rl78_decode_opcode): Add NOT1. 1027*75fd0b74Schristos * rl78-decode.c: Regenerate. 1028*75fd0b74Schristos 1029*75fd0b74Schristos2012-01-17 James Murray <jsm@jsm-net.demon.co.uk> 1030*75fd0b74Schristos 1031*75fd0b74Schristos PR binutils/10173 1032*75fd0b74Schristos * cr16-dis.c (print_arg): Test symtab_size not num_symbols. 1033*75fd0b74Schristos 1034*75fd0b74Schristos2012-01-17 Andreas Schwab <schwab@linux-m68k.org> 1035*75fd0b74Schristos 1036*75fd0b74Schristos * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx 1037*75fd0b74Schristos register and move them after pmove with PSR/PCSR register. 1038*75fd0b74Schristos 1039*75fd0b74Schristos2012-01-13 H.J. Lu <hongjiu.lu@intel.com> 1040*75fd0b74Schristos 1041*75fd0b74Schristos * i386-dis.c (mod_table): Add vmfunc. 1042*75fd0b74Schristos 1043*75fd0b74Schristos * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS. 1044*75fd0b74Schristos (cpu_flags): CpuVMFUNC. 1045*75fd0b74Schristos 1046*75fd0b74Schristos * i386-opc.h (CpuVMFUNC): New. 1047*75fd0b74Schristos (i386_cpu_flags): Add cpuvmfunc. 1048*75fd0b74Schristos 1049*75fd0b74Schristos * i386-opc.tbl: Add vmfunc. 1050*75fd0b74Schristos * i386-init.h: Regenerated. 1051*75fd0b74Schristos * i386-tbl.h: Likewise. 1052*75fd0b74Schristos 1053*75fd0b74SchristosFor older changes see ChangeLog-2011 1054*75fd0b74Schristos 1055*75fd0b74SchristosCopyright (C) 2012 Free Software Foundation, Inc. 1056*75fd0b74Schristos 1057*75fd0b74SchristosCopying and distribution of this file, with or without modification, 1058*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 1059*75fd0b74Schristosnotice and this notice are preserved. 1060*75fd0b74Schristos 1061*75fd0b74SchristosLocal Variables: 1062*75fd0b74Schristosmode: change-log 1063*75fd0b74Schristosleft-margin: 8 1064*75fd0b74Schristosfill-column: 74 1065*75fd0b74Schristosversion-control: never 1066*75fd0b74SchristosEnd: 1067