Fix undefined compilation behaviour shifting a value into the sign bit of a signed...
[external/binutils.git] / opcodes / ChangeLog
1 2016-02-01  Michael McConville  <mmcco@mykolab.com>
2
3         * cgen-dis.c (count_decodable_bits): Use unsigned value for mask
4         test bit.
5
6 2016-01-25  Renlin Li  <renlin.li@arm.com>
7
8         * arm-dis.c (mapping_symbol_for_insn): New function.
9         (find_ifthen_state): Call mapping_symbol_for_insn().
10
11 2016-01-20  Matthew Wahab  <matthew.wahab@arm.com>
12
13         * aarch64-opc.c (operand_general_constraint_met_p): Check validity
14         of MSR UAO immediate operand.
15
16 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
17
18         * mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
19         instruction support.
20
21 2016-01-17  Alan Modra  <amodra@gmail.com>
22
23         * configure: Regenerate.
24
25 2016-01-14  Nick Clifton  <nickc@redhat.com>
26
27         * rl78-decode.opc (rl78_decode_opcode): Add 's' operand to movw
28         instructions that can support stack pointer operations.
29         * rl78-decode.c: Regenerate.
30         * rl78-dis.c: Fix display of stack pointer in MOVW based
31         instructions.
32
33 2016-01-14  Matthew Wahab  <matthew.wahab@arm.com>
34
35         * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals
36         testing for RAS support.  Add checks for erxfr_el1, erxctlr_el1,
37         erxtatus_el1 and erxaddr_el1.
38
39 2016-01-12  Matthew Wahab  <matthew.wahab@arm.com>
40
41         * arm-dis.c (arm_opcodes): Add "esb".
42         (thumb_opcodes): Likewise.
43
44 2016-01-11  Peter Bergner <bergner@vnet.ibm.com>
45
46         * ppc-opc.c <xscmpnedp>: Delete.
47         <xvcmpnedp>: Likewise.
48         <xvcmpnedp.>: Likewise.
49         <xvcmpnesp>: Likewise.
50         <xvcmpnesp.>: Likewise.
51
52 2016-01-08  Andreas Schwab  <schwab@linux-m68k.org>
53
54         PR gas/13050
55         * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
56         addition to ISA_A.
57
58 2016-01-01  Alan Modra  <amodra@gmail.com>
59
60         Update year range in copyright notice of all files.
61
62 For older changes see ChangeLog-2015
63 \f
64 Copyright (C) 2016 Free Software Foundation, Inc.
65
66 Copying and distribution of this file, with or without modification,
67 are permitted in any medium without royalty provided the copyright
68 notice and this notice are preserved.
69
70 Local Variables:
71 mode: change-log
72 left-margin: 8
73 fill-column: 74
74 version-control: never
75 End: