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