powerpc: Add slbfee. instruction
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2015-03-25 Anton Blanchard <anton@samba.org>
2
3 * ppc-opc.c (powerpc_opcodes): Add slbfee.
4
5 2015-03-24 Terry Guo <terry.guo@arm.com>
6
7 * arm-dis.c (opcode32): Updated to use new arm feature struct.
8 (opcode16): Likewise.
9 (coprocessor_opcodes): Replace bit with feature struct.
10 (neon_opcodes): Likewise.
11 (arm_opcodes): Likewise.
12 (thumb_opcodes): Likewise.
13 (thumb32_opcodes): Likewise.
14 (print_insn_coprocessor): Likewise.
15 (print_insn_arm): Likewise.
16 (select_arm_features): Follow new feature struct.
17
18 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
19
20 * i386-dis.c (rm_table): Add clzero.
21 * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
22 Add CPU_CLZERO_FLAGS.
23 (cpu_flags): Add CpuCLZERO.
24 * i386-opc.h: Add CpuCLZERO.
25 * i386-opc.tbl: Add clzero.
26 * i386-init.h: Re-generated.
27 * i386-tbl.h: Re-generated.
28
29 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
30
31 * mips-opc.c (decode_mips_operand): Fix constraint issues
32 with u and y operands.
33
34 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
35
36 * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
37
38 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
39
40 * s390-opc.c: Add new IBM z13 instructions.
41 * s390-opc.txt: Likewise.
42
43 2015-03-10 Renlin Li <renlin.li@arm.com>
44
45 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
46 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
47 related alias.
48 * aarch64-asm-2.c: Regenerate.
49 * aarch64-dis-2.c: Likewise.
50 * aarch64-opc-2.c: Likewise.
51
52 2015-03-03 Jiong Wang <jiong.wang@arm.com>
53
54 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
55
56 2015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
57
58 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
59 arch_sh_up.
60 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
61 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
62
63 2015-02-23 Vinay <Vinay.G@kpit.com>
64
65 * rl78-decode.opc (MOV): Added space between two operands for
66 'mov' instruction in index addressing mode.
67 * rl78-decode.c: Regenerate.
68
69 2015-02-19 Pedro Alves <palves@redhat.com>
70
71 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
72
73 2015-02-10 Pedro Alves <palves@redhat.com>
74 Tom Tromey <tromey@redhat.com>
75
76 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
77 microblaze_and, microblaze_xor.
78 * microblaze-opc.h (opcodes): Adjust.
79
80 2015-01-28 James Bowman <james.bowman@ftdichip.com>
81
82 * Makefile.am: Add FT32 files.
83 * configure.ac: Handle FT32.
84 * disassemble.c (disassembler): Call print_insn_ft32.
85 * ft32-dis.c: New file.
86 * ft32-opc.c: New file.
87 * Makefile.in: Regenerate.
88 * configure: Regenerate.
89 * po/POTFILES.in: Regenerate.
90
91 2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
92
93 * nds32-asm.c (keyword_sr): Add new system registers.
94
95 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
96
97 * s390-dis.c (s390_extract_operand): Support vector register
98 operands.
99 (s390_print_insn_with_opcode): Support new operands types and add
100 new handling of optional operands.
101 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
102 and include opcode/s390.h instead.
103 (struct op_struct): New field `flags'.
104 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
105 (dumpTable): Dump flags.
106 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
107 string.
108 * s390-opc.c: Add new operands types, instruction formats, and
109 instruction masks.
110 (s390_opformats): Add new formats for .insn.
111 * s390-opc.txt: Add new instructions.
112
113 2015-01-01 Alan Modra <amodra@gmail.com>
114
115 Update year range in copyright notice of all files.
116
117 For older changes see ChangeLog-2014
118 \f
119 Copyright (C) 2015 Free Software Foundation, Inc.
120
121 Copying and distribution of this file, with or without modification,
122 are permitted in any medium without royalty provided the copyright
123 notice and this notice are preserved.
124
125 Local Variables:
126 mode: change-log
127 left-margin: 8
128 fill-column: 74
129 version-control: never
130 End:
This page took 0.032979 seconds and 5 git commands to generate.