Use bfd_putb64/bfd_getb64
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
2f783c1f
MF
12015-03-30 Mike Frysinger <vapier@gentoo.org>
2
3 * d10v-opc.c (d10v_reg_name_cnt): Convert old style prototype.
4
b9d94d62
L
52015-03-29 H.J. Lu <hongjiu.lu@intel.com>
6
7 * Makefile.in: Regenerated.
8
27c49e9a
AB
92015-03-25 Anton Blanchard <anton@samba.org>
10
11 * ppc-dis.c (disassemble_init_powerpc): Only initialise
12 powerpc_opcd_indices and vle_opcd_indices once.
13
c4e676f1
AB
142015-03-25 Anton Blanchard <anton@samba.org>
15
16 * ppc-opc.c (powerpc_opcodes): Add slbfee.
17
823d2571
TG
182015-03-24 Terry Guo <terry.guo@arm.com>
19
20 * arm-dis.c (opcode32): Updated to use new arm feature struct.
21 (opcode16): Likewise.
22 (coprocessor_opcodes): Replace bit with feature struct.
23 (neon_opcodes): Likewise.
24 (arm_opcodes): Likewise.
25 (thumb_opcodes): Likewise.
26 (thumb32_opcodes): Likewise.
27 (print_insn_coprocessor): Likewise.
28 (print_insn_arm): Likewise.
29 (select_arm_features): Follow new feature struct.
30
029f3522
GG
312015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
32
33 * i386-dis.c (rm_table): Add clzero.
34 * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
35 Add CPU_CLZERO_FLAGS.
36 (cpu_flags): Add CpuCLZERO.
37 * i386-opc.h: Add CpuCLZERO.
38 * i386-opc.tbl: Add clzero.
39 * i386-init.h: Re-generated.
40 * i386-tbl.h: Re-generated.
41
6914869a
AB
422015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
43
44 * mips-opc.c (decode_mips_operand): Fix constraint issues
45 with u and y operands.
46
21e20815
AB
472015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
48
49 * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
50
6b1d7593
AK
512015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
52
53 * s390-opc.c: Add new IBM z13 instructions.
54 * s390-opc.txt: Likewise.
55
c8f89a34
JW
562015-03-10 Renlin Li <renlin.li@arm.com>
57
58 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
59 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
60 related alias.
61 * aarch64-asm-2.c: Regenerate.
62 * aarch64-dis-2.c: Likewise.
63 * aarch64-opc-2.c: Likewise.
64
d8282f0e
JW
652015-03-03 Jiong Wang <jiong.wang@arm.com>
66
67 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
68
ac994365
OE
692015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
70
71 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
72 arch_sh_up.
73 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
74 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
75
fd63f640
V
762015-02-23 Vinay <Vinay.G@kpit.com>
77
78 * rl78-decode.opc (MOV): Added space between two operands for
79 'mov' instruction in index addressing mode.
80 * rl78-decode.c: Regenerate.
81
f63c1776
PA
822015-02-19 Pedro Alves <palves@redhat.com>
83
84 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
85
07774fcc
PA
862015-02-10 Pedro Alves <palves@redhat.com>
87 Tom Tromey <tromey@redhat.com>
88
89 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
90 microblaze_and, microblaze_xor.
91 * microblaze-opc.h (opcodes): Adjust.
92
3f8107ab
AM
932015-01-28 James Bowman <james.bowman@ftdichip.com>
94
95 * Makefile.am: Add FT32 files.
96 * configure.ac: Handle FT32.
97 * disassemble.c (disassembler): Call print_insn_ft32.
98 * ft32-dis.c: New file.
99 * ft32-opc.c: New file.
100 * Makefile.in: Regenerate.
101 * configure: Regenerate.
102 * po/POTFILES.in: Regenerate.
103
e5fe4957
KLC
1042015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
105
106 * nds32-asm.c (keyword_sr): Add new system registers.
107
1e2e8c52
AK
1082015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
109
110 * s390-dis.c (s390_extract_operand): Support vector register
111 operands.
112 (s390_print_insn_with_opcode): Support new operands types and add
113 new handling of optional operands.
114 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
115 and include opcode/s390.h instead.
116 (struct op_struct): New field `flags'.
117 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
118 (dumpTable): Dump flags.
119 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
120 string.
121 * s390-opc.c: Add new operands types, instruction formats, and
122 instruction masks.
123 (s390_opformats): Add new formats for .insn.
124 * s390-opc.txt: Add new instructions.
125
b90efa5b 1262015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 127
b90efa5b 128 Update year range in copyright notice of all files.
bffb6004 129
b90efa5b 130For older changes see ChangeLog-2014
252b5132 131\f
b90efa5b 132Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
133
134Copying and distribution of this file, with or without modification,
135are permitted in any medium without royalty provided the copyright
136notice and this notice are preserved.
137
252b5132 138Local Variables:
2f6d2f85
NC
139mode: change-log
140left-margin: 8
141fill-column: 74
252b5132
RH
142version-control: never
143End:
This page took 0.922027 seconds and 4 git commands to generate.