09fd66ffede85d46dcb965a5d4a5836e13048816
[external/binutils.git] / opcodes / ChangeLog
1 2016-03-07  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
2
3         * mcore-opc.h: Add const qualifiers.
4         * microblaze-opc.h (struct op_code_struct): Likewise.
5         * sh-opc.h: Likewise.
6         * tic4x-dis.c (tic4x_print_indirect): Likewise.
7         (tic4x_print_op): Likewise.
8
9 2016-03-02  Alan Modra  <amodra@gmail.com>
10
11         * or1k-desc.h: Regenerate.
12         * fr30-ibld.c: Regenerate.
13         * rl78-decode.c: Regenerate.
14
15 2016-03-01  Nick Clifton  <nickc@redhat.com>
16
17         PR target/19747
18         * rl78-dis.c (print_insn_rl78_common): Fix typo.
19
20 2016-02-24  Renlin Li  <renlin.li@arm.com>
21
22         * arm-dis.c (coprocessor_opcodes): Add fp16 instruction entries.
23         (print_insn_coprocessor): Support fp16 instructions.
24
25 2016-02-24  Renlin Li  <renlin.li@arm.com>
26
27         * arm-dis.c (print_insn_coprocessor): Fix mask for vsel, vmaxnm,
28         vminnm, vrint(mpna).
29
30 2016-02-24  Renlin Li  <renlin.li@arm.com>
31
32         * arm-dis.c (print_insn_coprocessor): Check co-processor number for
33         cpd/cpd2, mcr/mcr2, mrc/mrc2, ldc/ldc2, stc/stc2.
34
35 2016-02-15  H.J. Lu  <hongjiu.lu@intel.com>
36
37         * i386-dis.c (print_insn): Parenthesize expression to prevent
38         truncated addresses.
39         (OP_J): Likewise.
40
41 2016-02-10  Claudiu Zissulescu  <claziss@synopsys.com>
42             Janek van Oirschot  <jvanoirs@synopsys.com>
43
44         * arc-opc.c (arc_relax_opcodes, arc_num_relax_opcodes): New
45         variable.
46
47 2016-02-04  Nick Clifton  <nickc@redhat.com>
48
49         PR target/19561
50         * msp430-dis.c (print_insn_msp430): Add a special case for
51         decoding an RRC instruction with the ZC bit set in the extension
52         word.
53
54 2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
55
56         * cgen-ibld.in (insert_normal): Rework calculation of shift.
57         * epiphany-ibld.c: Regenerate.
58         * fr30-ibld.c: Regenerate.
59         * frv-ibld.c: Regenerate.
60         * ip2k-ibld.c: Regenerate.
61         * iq2000-ibld.c: Regenerate.
62         * lm32-ibld.c: Regenerate.
63         * m32c-ibld.c: Regenerate.
64         * m32r-ibld.c: Regenerate.
65         * mep-ibld.c: Regenerate.
66         * mt-ibld.c: Regenerate.
67         * or1k-ibld.c: Regenerate.
68         * xc16x-ibld.c: Regenerate.
69         * xstormy16-ibld.c: Regenerate.
70
71 2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
72
73         * epiphany-dis.c: Regenerated from latest cpu files.
74
75 2016-02-01  Michael McConville  <mmcco@mykolab.com>
76
77         * cgen-dis.c (count_decodable_bits): Use unsigned value for mask
78         test bit.
79
80 2016-01-25  Renlin Li  <renlin.li@arm.com>
81
82         * arm-dis.c (mapping_symbol_for_insn): New function.
83         (find_ifthen_state): Call mapping_symbol_for_insn().
84
85 2016-01-20  Matthew Wahab  <matthew.wahab@arm.com>
86
87         * aarch64-opc.c (operand_general_constraint_met_p): Check validity
88         of MSR UAO immediate operand.
89
90 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
91
92         * mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
93         instruction support.
94
95 2016-01-17  Alan Modra  <amodra@gmail.com>
96
97         * configure: Regenerate.
98
99 2016-01-14  Nick Clifton  <nickc@redhat.com>
100
101         * rl78-decode.opc (rl78_decode_opcode): Add 's' operand to movw
102         instructions that can support stack pointer operations.
103         * rl78-decode.c: Regenerate.
104         * rl78-dis.c: Fix display of stack pointer in MOVW based
105         instructions.
106
107 2016-01-14  Matthew Wahab  <matthew.wahab@arm.com>
108
109         * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals
110         testing for RAS support.  Add checks for erxfr_el1, erxctlr_el1,
111         erxtatus_el1 and erxaddr_el1.
112
113 2016-01-12  Matthew Wahab  <matthew.wahab@arm.com>
114
115         * arm-dis.c (arm_opcodes): Add "esb".
116         (thumb_opcodes): Likewise.
117
118 2016-01-11  Peter Bergner <bergner@vnet.ibm.com>
119
120         * ppc-opc.c <xscmpnedp>: Delete.
121         <xvcmpnedp>: Likewise.
122         <xvcmpnedp.>: Likewise.
123         <xvcmpnesp>: Likewise.
124         <xvcmpnesp.>: Likewise.
125
126 2016-01-08  Andreas Schwab  <schwab@linux-m68k.org>
127
128         PR gas/13050
129         * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
130         addition to ISA_A.
131
132 2016-01-01  Alan Modra  <amodra@gmail.com>
133
134         Update year range in copyright notice of all files.
135
136 For older changes see ChangeLog-2015
137 \f
138 Copyright (C) 2016 Free Software Foundation, Inc.
139
140 Copying and distribution of this file, with or without modification,
141 are permitted in any medium without royalty provided the copyright
142 notice and this notice are preserved.
143
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 End: