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