59b49416ea93f48a8907157689258b5016b23307
[external/binutils.git] / opcodes / ChangeLog
1 2016-03-30  Andrew Burgess  <andrew.burgess@embecosm.com>
2
3         * arc-nps400-tbl.h: Add a header comment, and fix some whitespace
4         issues.  No functional changes.
5
6 2016-03-30  Claudiu Zissulescu  <claziss@synopsys.com>
7
8         * arc-regs.h (IC_RAM_ADDRESS, IC_TAG, IC_WP, IC_DATA, CONTROL0)
9         (AX2, AY2, MX2, MY2, AY0, AY1, DC_RAM_ADDR, DC_TAG, CONTROL1)
10         (RTT): Remove duplicate.
11         (LCDINSTR, LCDDATA, LCDSTAT, CC_*, PCT_COUNT*, PCT_SNAP*)
12         (PCT_CONFIG*): Remove.
13         (D1L, D1H, D2H, D2L): Define.
14
15 2016-03-29  Claudiu Zissulescu  <claziss@synopsys.com>
16
17         * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
18
19 2016-03-29  Claudiu Zissulescu  <claziss@synopsys.com>
20
21         * arc-tbl.h (invld07): Remove.
22         * arc-ext-tbl.h: New file.
23         * arc-dis.c (FIELDA, FIELDB, FIELDC): Remove.
24         * arc-opc.c (arc_opcodes): Add ext-tbl include.
25
26 2016-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
27
28         Fix -Wstack-usage warnings.
29         * aarch64-dis.c (print_operands): Substitute size.
30         * aarch64-opc.c (print_register_offset_address): Substitute tblen.
31
32 2016-03-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
33
34         * sparc-opc.c (sparc_opcodes): Reorder entries for `rd' in order
35         to get a proper diagnostic when an invalid ASR register is used.
36
37 2016-03-22  Nick Clifton  <nickc@redhat.com>
38
39         * configure: Regenerate.
40
41 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
42
43         * arc-nps400-tbl.h: New file.
44         * arc-opc.c: Add top level comment.
45         (insert_nps_3bit_dst): New function.
46         (extract_nps_3bit_dst): New function.
47         (insert_nps_3bit_src2): New function.
48         (extract_nps_3bit_src2): New function.
49         (insert_nps_bitop_size): New function.
50         (extract_nps_bitop_size): New function.
51         (arc_flag_operands): Add nps400 entries.
52         (arc_flag_classes): Add nps400 entries.
53         (arc_operands): Add nps400 entries.
54         (arc_opcodes): Add nps400 include.
55
56 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
57
58         * arc-opc.c (arc_flag_classes): Convert all flag classes to use
59         the new class enum values.
60
61 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
62
63         * arc-dis.c (print_insn_arc): Handle nps400.
64
65 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
66
67         * arc-opc.c (BASE): Delete.
68
69 2016-03-18  Nick Clifton  <nickc@redhat.com>
70
71         PR target/19721
72         * aarch64-tbl.h (aarch64_opcode_table): Fix type of second operand
73         of MOV insn that aliases an ORR insn.
74
75 2016-03-16  Jiong Wang  <jiong.wang@arm.com>
76
77         * arm-dis.c (neon_opcodes): Support new FP16 instructions.
78
79 2016-03-07  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
80
81         * mcore-opc.h: Add const qualifiers.
82         * microblaze-opc.h (struct op_code_struct): Likewise.
83         * sh-opc.h: Likewise.
84         * tic4x-dis.c (tic4x_print_indirect): Likewise.
85         (tic4x_print_op): Likewise.
86
87 2016-03-02  Alan Modra  <amodra@gmail.com>
88
89         * or1k-desc.h: Regenerate.
90         * fr30-ibld.c: Regenerate.
91         * rl78-decode.c: Regenerate.
92
93 2016-03-01  Nick Clifton  <nickc@redhat.com>
94
95         PR target/19747
96         * rl78-dis.c (print_insn_rl78_common): Fix typo.
97
98 2016-02-24  Renlin Li  <renlin.li@arm.com>
99
100         * arm-dis.c (coprocessor_opcodes): Add fp16 instruction entries.
101         (print_insn_coprocessor): Support fp16 instructions.
102
103 2016-02-24  Renlin Li  <renlin.li@arm.com>
104
105         * arm-dis.c (print_insn_coprocessor): Fix mask for vsel, vmaxnm,
106         vminnm, vrint(mpna).
107
108 2016-02-24  Renlin Li  <renlin.li@arm.com>
109
110         * arm-dis.c (print_insn_coprocessor): Check co-processor number for
111         cpd/cpd2, mcr/mcr2, mrc/mrc2, ldc/ldc2, stc/stc2.
112
113 2016-02-15  H.J. Lu  <hongjiu.lu@intel.com>
114
115         * i386-dis.c (print_insn): Parenthesize expression to prevent
116         truncated addresses.
117         (OP_J): Likewise.
118
119 2016-02-10  Claudiu Zissulescu  <claziss@synopsys.com>
120             Janek van Oirschot  <jvanoirs@synopsys.com>
121
122         * arc-opc.c (arc_relax_opcodes, arc_num_relax_opcodes): New
123         variable.
124
125 2016-02-04  Nick Clifton  <nickc@redhat.com>
126
127         PR target/19561
128         * msp430-dis.c (print_insn_msp430): Add a special case for
129         decoding an RRC instruction with the ZC bit set in the extension
130         word.
131
132 2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
133
134         * cgen-ibld.in (insert_normal): Rework calculation of shift.
135         * epiphany-ibld.c: Regenerate.
136         * fr30-ibld.c: Regenerate.
137         * frv-ibld.c: Regenerate.
138         * ip2k-ibld.c: Regenerate.
139         * iq2000-ibld.c: Regenerate.
140         * lm32-ibld.c: Regenerate.
141         * m32c-ibld.c: Regenerate.
142         * m32r-ibld.c: Regenerate.
143         * mep-ibld.c: Regenerate.
144         * mt-ibld.c: Regenerate.
145         * or1k-ibld.c: Regenerate.
146         * xc16x-ibld.c: Regenerate.
147         * xstormy16-ibld.c: Regenerate.
148
149 2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
150
151         * epiphany-dis.c: Regenerated from latest cpu files.
152
153 2016-02-01  Michael McConville  <mmcco@mykolab.com>
154
155         * cgen-dis.c (count_decodable_bits): Use unsigned value for mask
156         test bit.
157
158 2016-01-25  Renlin Li  <renlin.li@arm.com>
159
160         * arm-dis.c (mapping_symbol_for_insn): New function.
161         (find_ifthen_state): Call mapping_symbol_for_insn().
162
163 2016-01-20  Matthew Wahab  <matthew.wahab@arm.com>
164
165         * aarch64-opc.c (operand_general_constraint_met_p): Check validity
166         of MSR UAO immediate operand.
167
168 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
169
170         * mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
171         instruction support.
172
173 2016-01-17  Alan Modra  <amodra@gmail.com>
174
175         * configure: Regenerate.
176
177 2016-01-14  Nick Clifton  <nickc@redhat.com>
178
179         * rl78-decode.opc (rl78_decode_opcode): Add 's' operand to movw
180         instructions that can support stack pointer operations.
181         * rl78-decode.c: Regenerate.
182         * rl78-dis.c: Fix display of stack pointer in MOVW based
183         instructions.
184
185 2016-01-14  Matthew Wahab  <matthew.wahab@arm.com>
186
187         * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals
188         testing for RAS support.  Add checks for erxfr_el1, erxctlr_el1,
189         erxtatus_el1 and erxaddr_el1.
190
191 2016-01-12  Matthew Wahab  <matthew.wahab@arm.com>
192
193         * arm-dis.c (arm_opcodes): Add "esb".
194         (thumb_opcodes): Likewise.
195
196 2016-01-11  Peter Bergner <bergner@vnet.ibm.com>
197
198         * ppc-opc.c <xscmpnedp>: Delete.
199         <xvcmpnedp>: Likewise.
200         <xvcmpnedp.>: Likewise.
201         <xvcmpnesp>: Likewise.
202         <xvcmpnesp.>: Likewise.
203
204 2016-01-08  Andreas Schwab  <schwab@linux-m68k.org>
205
206         PR gas/13050
207         * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
208         addition to ISA_A.
209
210 2016-01-01  Alan Modra  <amodra@gmail.com>
211
212         Update year range in copyright notice of all files.
213
214 For older changes see ChangeLog-2015
215 \f
216 Copyright (C) 2016 Free Software Foundation, Inc.
217
218 Copying and distribution of this file, with or without modification,
219 are permitted in any medium without royalty provided the copyright
220 notice and this notice are preserved.
221
222 Local Variables:
223 mode: change-log
224 left-margin: 8
225 fill-column: 74
226 version-control: never
227 End: