f6ad34d12294e3a152bd9f23613850de5c2bd4ed
[binutils-gdb.git] / include / ChangeLog
1 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2
3 * opcode/msp430.h (enum msp430_expp_e): New.
4 (struct msp430_operand_s): Add expp member to struct.
5
6 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
7
8 * elf/arc-cpu.def: Update ARC cpu list.
9
10 2020-01-13 Alan Modra <amodra@gmail.com>
11
12 * opcode/tic4x.h (EXTR): Delete.
13 (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign
14 extension using shifts. Do trim INSERTU value to specified bitfield.
15
16 2020-01-10 Alan Modra <amodra@gmail.com>
17
18 * opcode/spu.h: Formatting.
19 (UNSIGNED_EXTRACT): Use 1u.
20 (SIGNED_EXTRACT): Don't sign extend with shifts.
21 (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value.
22 Keep result signed.
23 (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete.
24
25 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
26
27 * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'.
28
29 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
30
31 * coff/internal.h: Add defintions of Z80 reloc names.
32
33 2020-01-02 Christian Biesinger <cbiesinger@google.com>
34
35 * opcode/s12z.h: Undef REG_Y.
36
37 2020-01-01 Alan Modra <amodra@gmail.com>
38
39 Update year range in copyright notice of all files.
40
41 For older changes see ChangeLog-2019
42 \f
43 Copyright (C) 2020 Free Software Foundation, Inc.
44
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright
47 notice and this notice are preserved.
48
49 Local Variables:
50 mode: change-log
51 left-margin: 8
52 fill-column: 74
53 version-control: never
54 End: