S/390: Add more IBM z13 instructions
[binutils-gdb.git] / opcodes / ChangeLog
1 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2
3 * s390-opc.c: Add new IBM z13 instructions.
4 * s390-opc.txt: Likewise.
5
6 2015-03-10 Renlin Li <renlin.li@arm.com>
7
8 * aarch64-tbl.h (aarch64_opcode_table): Remove strub, ldurb, ldursb,
9 stur, ldur, sturh, ldurh, ldursh, ldursw, prfum F_HAS_ALIAS flag and
10 related alias.
11 * aarch64-asm-2.c: Regenerate.
12 * aarch64-dis-2.c: Likewise.
13 * aarch64-opc-2.c: Likewise.
14
15 2015-03-03 Jiong Wang <jiong.wang@arm.com>
16
17 * arm-dis.c (arm_symbol_is_valid): Skip ARM private symbols.
18
19 2015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
20
21 * sh-opc.h (clrs, sets): Mark as arch_sh3_nommu_up instead of
22 arch_sh_up.
23 (pref): Mark as arch_sh2a_nofpu_or_sh3_nommu_up instead of
24 arch_sh2a_nofpu_or_sh4_nommu_nofpu_up.
25
26 2015-02-23 Vinay <Vinay.G@kpit.com>
27
28 * rl78-decode.opc (MOV): Added space between two operands for
29 'mov' instruction in index addressing mode.
30 * rl78-decode.c: Regenerate.
31
32 2015-02-19 Pedro Alves <palves@redhat.com>
33
34 * microblaze-dis.h [__cplusplus]: Wrap in extern "C".
35
36 2015-02-10 Pedro Alves <palves@redhat.com>
37 Tom Tromey <tromey@redhat.com>
38
39 * microblaze-opcm.h (or, and, xor): Rename to microblaze_or,
40 microblaze_and, microblaze_xor.
41 * microblaze-opc.h (opcodes): Adjust.
42
43 2015-01-28 James Bowman <james.bowman@ftdichip.com>
44
45 * Makefile.am: Add FT32 files.
46 * configure.ac: Handle FT32.
47 * disassemble.c (disassembler): Call print_insn_ft32.
48 * ft32-dis.c: New file.
49 * ft32-opc.c: New file.
50 * Makefile.in: Regenerate.
51 * configure: Regenerate.
52 * po/POTFILES.in: Regenerate.
53
54 2015-01-28 Kuan-Lin Chen <kuanlinchentw@gmail.com>
55
56 * nds32-asm.c (keyword_sr): Add new system registers.
57
58 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
59
60 * s390-dis.c (s390_extract_operand): Support vector register
61 operands.
62 (s390_print_insn_with_opcode): Support new operands types and add
63 new handling of optional operands.
64 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
65 and include opcode/s390.h instead.
66 (struct op_struct): New field `flags'.
67 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
68 (dumpTable): Dump flags.
69 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
70 string.
71 * s390-opc.c: Add new operands types, instruction formats, and
72 instruction masks.
73 (s390_opformats): Add new formats for .insn.
74 * s390-opc.txt: Add new instructions.
75
76 2015-01-01 Alan Modra <amodra@gmail.com>
77
78 Update year range in copyright notice of all files.
79
80 For older changes see ChangeLog-2014
81 \f
82 Copyright (C) 2015 Free Software Foundation, Inc.
83
84 Copying and distribution of this file, with or without modification,
85 are permitted in any medium without royalty provided the copyright
86 notice and this notice are preserved.
87
88 Local Variables:
89 mode: change-log
90 left-margin: 8
91 fill-column: 74
92 version-control: never
93 End: