powerpc: Only initialise opcode indices once
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2015-03-25 Anton Blanchard <anton@samba.org>
2
3 * ppc-dis.c (disassemble_init_powerpc): Only initialise
4 powerpc_opcd_indices and vle_opcd_indices once.
5
6 2015-03-25 Anton Blanchard <anton@samba.org>
7
8 * ppc-opc.c (powerpc_opcodes): Add slbfee.
9
10 2015-03-24 Terry Guo <terry.guo@arm.com>
11
12 * arm-dis.c (opcode32): Updated to use new arm feature struct.
13 (opcode16): Likewise.
14 (coprocessor_opcodes): Replace bit with feature struct.
15 (neon_opcodes): Likewise.
16 (arm_opcodes): Likewise.
17 (thumb_opcodes): Likewise.
18 (thumb32_opcodes): Likewise.
19 (print_insn_coprocessor): Likewise.
20 (print_insn_arm): Likewise.
21 (select_arm_features): Follow new feature struct.
22
23 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
24
25 * i386-dis.c (rm_table): Add clzero.
26 * i386-gen.c (cpu_flag_init): Add new CPU_ZNVER1_FLAGS.
27 Add CPU_CLZERO_FLAGS.
28 (cpu_flags): Add CpuCLZERO.
29 * i386-opc.h: Add CpuCLZERO.
30 * i386-opc.tbl: Add clzero.
31 * i386-init.h: Re-generated.
32 * i386-tbl.h: Re-generated.
33
34 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
35
36 * mips-opc.c (decode_mips_operand): Fix constraint issues
37 with u and y operands.
38
39 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
40
41 * mips-opc.c (mips_builtin_opcodes): Add evp and dvp instructions.
42
43 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
44
45 * s390-opc.c: Add new IBM z13 instructions.
46 * s390-opc.txt: Likewise.
47
48 2015-03-10 Renlin Li <renlin.li@arm.com>
49
50 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
51 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
52 related alias.
53 * aarch64-asm-2.c: Regenerate.
54 * aarch64-dis-2.c: Likewise.
55 * aarch64-opc-2.c: Likewise.
56
57 2015-03-03 Jiong Wang <jiong.wang@arm.com>
58
59 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
60
61 2015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
62
63 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
64 arch_sh_up.
65 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
66 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
67
68 2015-02-23 Vinay <Vinay.G@kpit.com>
69
70 * rl78-decode.opc (MOV): Added space between two operands for
71 'mov' instruction in index addressing mode.
72 * rl78-decode.c: Regenerate.
73
74 2015-02-19 Pedro Alves <palves@redhat.com>
75
76 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
77
78 2015-02-10 Pedro Alves <palves@redhat.com>
79 Tom Tromey <tromey@redhat.com>
80
81 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
82 microblaze_and, microblaze_xor.
83 * microblaze-opc.h (opcodes): Adjust.
84
85 2015-01-28 James Bowman <james.bowman@ftdichip.com>
86
87 * Makefile.am: Add FT32 files.
88 * configure.ac: Handle FT32.
89 * disassemble.c (disassembler): Call print_insn_ft32.
90 * ft32-dis.c: New file.
91 * ft32-opc.c: New file.
92 * Makefile.in: Regenerate.
93 * configure: Regenerate.
94 * po/POTFILES.in: Regenerate.
95
96 2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
97
98 * nds32-asm.c (keyword_sr): Add new system registers.
99
100 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
101
102 * s390-dis.c (s390_extract_operand): Support vector register
103 operands.
104 (s390_print_insn_with_opcode): Support new operands types and add
105 new handling of optional operands.
106 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
107 and include opcode/s390.h instead.
108 (struct op_struct): New field `flags'.
109 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
110 (dumpTable): Dump flags.
111 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
112 string.
113 * s390-opc.c: Add new operands types, instruction formats, and
114 instruction masks.
115 (s390_opformats): Add new formats for .insn.
116 * s390-opc.txt: Add new instructions.
117
118 2015-01-01 Alan Modra <amodra@gmail.com>
119
120 Update year range in copyright notice of all files.
121
122 For older changes see ChangeLog-2014
123 \f
124 Copyright (C) 2015 Free Software Foundation, Inc.
125
126 Copying and distribution of this file, with or without modification,
127 are permitted in any medium without royalty provided the copyright
128 notice and this notice are preserved.
129
130 Local Variables:
131 mode: change-log
132 left-margin: 8
133 fill-column: 74
134 version-control: never
135 End:
This page took 0.044125 seconds and 4 git commands to generate.