Fix compile time warning messages when compiling binutils with gcc 7.0.1.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2017-02-03 Nick Clifton <nickc@redhat.com>
2
3 PR 21096
4 * aarch64-opc.c (print_register_list): Ensure that the register
5 list index will fir into the tb buffer.
6 (print_register_offset_address): Likewise.
7 * tic6x-dis.c (print_insn_tic6x): Increase size of func_unit_buf.
8
9 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
10
11 PR 21056
12 * tic6x-dis.c (print_insn_tic6x): Correct displaying of parallel
13 instructions when the previous fetch packet ends with a 32-bit
14 instruction.
15
16 2017-01-24 Dimitar Dimitrov <dimitar@dinux.eu>
17
18 * pru-opc.c: Remove vague reference to a future GDB port.
19
20 2017-01-20 Nick Clifton <nickc@redhat.com>
21
22 * po/ga.po: Updated Irish translation.
23
24 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
25
26 * arm-dis.c (coprocessor_opcodes): Fix vcmla mask and disassembly.
27
28 2017-01-13 Yao Qi <yao.qi@linaro.org>
29
30 * m68k-dis.c (match_insn_m68k): Extend comments. Return -1
31 if FETCH_DATA returns 0.
32 (m68k_scan_mask): Likewise.
33 (print_insn_m68k): Update code to handle -1 return value.
34
35 2017-01-13 Yao Qi <yao.qi@linaro.org>
36
37 * m68k-dis.c (enum print_insn_arg_error): New.
38 (NEXTBYTE): Replace -3 with
39 PRINT_INSN_ARG_MEMORY_ERROR.
40 (NEXTULONG): Likewise.
41 (NEXTSINGLE): Likewise.
42 (NEXTDOUBLE): Likewise.
43 (NEXTDOUBLE): Likewise.
44 (NEXTPACKED): Likewise.
45 (FETCH_ARG): Likewise.
46 (FETCH_DATA): Update comments.
47 (print_insn_arg): Update comments. Replace magic numbers with
48 enum.
49 (match_insn_m68k): Likewise.
50
51 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
52
53 * i386-dis.c (enum): Add PREFIX_EVEX_0F3855, EVEX_W_0F3855_P_2.
54 * i386-dis-evex.h (evex_table): Updated.
55 * i386-gen.c (cpu_flag_init): Add CPU_AVX512_VPOPCNTDQ_FLAGS,
56 CPU_ANY_AVX512_VPOPCNTDQ_FLAGS. Update CPU_ANY_AVX512F_FLAGS.
57 (cpu_flags): Add CpuAVX512_VPOPCNTDQ.
58 * i386-opc.h (enum): (AVX512_VPOPCNTDQ): New.
59 (i386_cpu_flags): Add cpuavx512_vpopcntdq.
60 * i386-opc.tbl: Add Intel AVX512_VPOPCNTDQ instructions.
61 * i386-init.h: Regenerate.
62 * i386-tbl.h: Ditto.
63
64 2017-01-12 Yao Qi <yao.qi@linaro.org>
65
66 * msp430-dis.c (msp430_singleoperand): Return -1 if
67 msp430dis_opcode_signed returns false.
68 (msp430_doubleoperand): Likewise.
69 (msp430_branchinstr): Return -1 if
70 msp430dis_opcode_unsigned returns false.
71 (msp430x_calla_instr): Likewise.
72 (print_insn_msp430): Likewise.
73
74 2017-01-05 Nick Clifton <nickc@redhat.com>
75
76 PR 20946
77 * frv-desc.c (lookup_mach_via_bfd_name): Return NULL if the name
78 could not be matched.
79 (frv_cgen_cpu_open): Allow for lookup_mach_via_bfd_name returning
80 NULL.
81
82 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
83
84 * aarch64-tbl.h (RCPC, RCPC_INSN): Define.
85 (aarch64_opcode_table): Use RCPC_INSN.
86
87 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
88
89 * riscv-opc.c (riscv-opcodes): Add support for the "q" ISA
90 extension.
91 * riscv-opcodes/all-opcodes: Likewise.
92
93 2017-01-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
94
95 * riscv-dis.c (print_insn_args): Add fall through comment.
96
97 2017-01-03 Nick Clifton <nickc@redhat.com>
98
99 * po/sr.po: New Serbian translation.
100 * configure.ac (ALL_LINGUAS): Add sr.
101 * configure: Regenerate.
102
103 2017-01-02 Alan Modra <amodra@gmail.com>
104
105 * epiphany-desc.h: Regenerate.
106 * epiphany-opc.h: Regenerate.
107 * fr30-desc.h: Regenerate.
108 * fr30-opc.h: Regenerate.
109 * frv-desc.h: Regenerate.
110 * frv-opc.h: Regenerate.
111 * ip2k-desc.h: Regenerate.
112 * ip2k-opc.h: Regenerate.
113 * iq2000-desc.h: Regenerate.
114 * iq2000-opc.h: Regenerate.
115 * lm32-desc.h: Regenerate.
116 * lm32-opc.h: Regenerate.
117 * m32c-desc.h: Regenerate.
118 * m32c-opc.h: Regenerate.
119 * m32r-desc.h: Regenerate.
120 * m32r-opc.h: Regenerate.
121 * mep-desc.h: Regenerate.
122 * mep-opc.h: Regenerate.
123 * mt-desc.h: Regenerate.
124 * mt-opc.h: Regenerate.
125 * or1k-desc.h: Regenerate.
126 * or1k-opc.h: Regenerate.
127 * xc16x-desc.h: Regenerate.
128 * xc16x-opc.h: Regenerate.
129 * xstormy16-desc.h: Regenerate.
130 * xstormy16-opc.h: Regenerate.
131
132 2017-01-02 Alan Modra <amodra@gmail.com>
133
134 Update year range in copyright notice of all files.
135
136 For older changes see ChangeLog-2016
137 \f
138 Copyright (C) 2017 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:
This page took 0.034346 seconds and 5 git commands to generate.