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