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