204c008ab4cc834b234c07cc10a1cf40c3d33e4a
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2019-03-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/24359
4 * i386-gen.c (cpu_flag_init): Add CPU_ANY_AVX512F_FLAGS to
5 CPU_ANY_AVX2_FLAGS.
6 * i386-init.h: Regenerated.
7
8 2019-03-18 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR gas/24348
11 * i386-opc.tbl: Add Optimize to vmovdqa32, vmovdqa64, vmovdqu8,
12 vmovdqu16, vmovdqu32 and vmovdqu64.
13 * i386-tbl.h: Regenerated.
14
15 2019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
16
17 * s390-opc.txt: Rename selhhhr to selfhr. Remove optional operand
18 from vstrszb, vstrszh, and vstrszf.
19
20 2019-03-12 Andreas Krebbel <krebbel@linux.ibm.com>
21
22 * s390-opc.txt: Add instruction descriptions.
23
24 2019-02-08 Jim Wilson <jimw@sifive.com>
25
26 * riscv-opc.c (riscv_opcodes) <beq>: Use Cz to compress 3 operand form.
27 <bne>: Likewise.
28
29 2019-02-07 Tamar Christina <tamar.christina@arm.com>
30
31 * arm-dis.c (arm_opcodes): Redefine hlt to armv1.
32
33 2019-02-07 Tamar Christina <tamar.christina@arm.com>
34
35 PR binutils/23212
36 * aarch64-opc.h (enum aarch64_field_kind): Add FLD_sz.
37 * aarch64-opc.c (verify_elem_sd): New.
38 (fields): Add FLD_sz entr.
39 * aarch64-tbl.h (_SIMD_INSN): New.
40 (aarch64_opcode_table): Add elem_sd verifier to fmla, fmls, fmul and
41 fmulx scalar and vector by element isns.
42
43 2019-02-07 Nick Clifton <nickc@redhat.com>
44
45 * po/sv.po: Updated Swedish translation.
46
47 2019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
48
49 * s390-mkopc.c (main): Accept arch13 as cpu string.
50 * s390-opc.c: Add new instruction formats and instruction opcode
51 masks.
52 * s390-opc.txt: Add new arch13 instructions.
53
54 2019-01-25 Sudakshina Das <sudi.das@arm.com>
55
56 * aarch64-tbl.h (QL_LDST_AT): Update macro.
57 (aarch64_opcode): Change encoding for stg, stzg
58 st2g and st2zg.
59 * aarch64-asm-2.c: Regenerated.
60 * aarch64-dis-2.c: Regenerated.
61 * aarch64-opc-2.c: Regenerated.
62
63 2019-01-25 Sudakshina Das <sudi.das@arm.com>
64
65 * aarch64-asm-2.c: Regenerated.
66 * aarch64-dis-2.c: Likewise.
67 * aarch64-opc-2.c: Likewise.
68 * aarch64-tbl.h (aarch64_opcode): Add new stzgm.
69
70 2019-01-25 Sudakshina Das <sudi.das@arm.com>
71 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
72
73 * aarch64-asm.c (aarch64_ins_addr_simple_2): Remove.
74 * aarch64-asm.h (ins_addr_simple_2): Likeiwse.
75 * aarch64-dis.c (aarch64_ext_addr_simple_2): Likewise.
76 * aarch64-dis.h (ext_addr_simple_2): Likewise.
77 * aarch64-opc.c (operand_general_constraint_met_p): Remove
78 case for ldstgv_indexed.
79 (aarch64_print_operand): Remove case for AARCH64_OPND_ADDR_SIMPLE_2.
80 * aarch64-tbl.h (struct aarch64_opcode): Remove ldgv and stgv.
81 (AARCH64_OPERANDS): Remove ADDR_SIMPLE_2.
82 * aarch64-asm-2.c: Regenerated.
83 * aarch64-dis-2.c: Regenerated.
84 * aarch64-opc-2.c: Regenerated.
85
86 2019-01-23 Nick Clifton <nickc@redhat.com>
87
88 * po/pt_BR.po: Updated Brazilian Portuguese translation.
89
90 2019-01-21 Nick Clifton <nickc@redhat.com>
91
92 * po/de.po: Updated German translation.
93 * po/uk.po: Updated Ukranian translation.
94
95 2019-01-20 Chenghua Xu <paul.hua.gm@gmail.com>
96 * mips-dis.c (mips_arch_choices): Fix typo in
97 gs464, gs464e and gs264e descriptors.
98
99 2019-01-19 Nick Clifton <nickc@redhat.com>
100
101 * configure: Regenerate.
102 * po/opcodes.pot: Regenerate.
103
104 2018-06-24 Nick Clifton <nickc@redhat.com>
105
106 2.32 branch created.
107
108 2019-01-09 John Darrington <john@darrington.wattle.id.au>
109
110 * s12z-dis.c (print_insn_s12z): Do not dereference an operand
111 if it is null.
112 -dis.c (opr_emit_disassembly): Do not omit an index if it is
113 zero.
114
115 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
116
117 * configure: Regenerate.
118
119 2019-01-07 Alan Modra <amodra@gmail.com>
120
121 * configure: Regenerate.
122 * po/POTFILES.in: Regenerate.
123
124 2019-01-03 John Darrington <john@darrington.wattle.id.au>
125
126 * s12z-opc.c: New file.
127 * s12z-opc.h: New file.
128 * s12z-dis.c: Removed all code not directly related to display
129 of instructions. Used the interface provided by the new files
130 instead.
131 * Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
132 * Makefile.in: Regenerate.
133 * configure.ac (bfd_s12z_arch): Correct the dependencies.
134 * configure: Regenerate.
135
136 2019-01-01 Alan Modra <amodra@gmail.com>
137
138 Update year range in copyright notice of all files.
139
140 For older changes see ChangeLog-2018
141 \f
142 Copyright (C) 2019 Free Software Foundation, Inc.
143
144 Copying and distribution of this file, with or without modification,
145 are permitted in any medium without royalty provided the copyright
146 notice and this notice are preserved.
147
148 Local Variables:
149 mode: change-log
150 left-margin: 8
151 fill-column: 74
152 version-control: never
153 End:
This page took 0.036881 seconds and 3 git commands to generate.