S/390: Add support for IBM z13.
[binutils-gdb.git] / opcodes / ChangeLog
1 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2
3 * s390-dis.c (s390_extract_operand): Support vector register
4 operands.
5 (s390_print_insn_with_opcode): Support new operands types and add
6 new handling of optional operands.
7 * s390-mkopc.c (s390_opcode_mode_val, s390_opcode_cpu_val): Remove
8 and include opcode/s390.h instead.
9 (struct op_struct): New field `flags'.
10 (insertOpcode, insertExpandedMnemonic): New parameter `flags'.
11 (dumpTable): Dump flags.
12 (main): Parse flags from the s390-opc.txt file. Add z13 as cpu
13 string.
14 * s390-opc.c: Add new operands types, instruction formats, and
15 instruction masks.
16 (s390_opformats): Add new formats for .insn.
17 * s390-opc.txt: Add new instructions.
18
19 2015-01-01 Alan Modra <amodra@gmail.com>
20
21 Update year range in copyright notice of all files.
22
23 For older changes see ChangeLog-2014
24 \f
25 Copyright (C) 2015 Free Software Foundation, Inc.
26
27 Copying and distribution of this file, with or without modification,
28 are permitted in any medium without royalty provided the copyright
29 notice and this notice are preserved.
30
31 Local Variables:
32 mode: change-log
33 left-margin: 8
34 fill-column: 74
35 version-control: never
36 End: