]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - include/ChangeLog
Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add DWARF...
[thirdparty/binutils-gdb.git] / include / ChangeLog
1 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25469
4 * coff/internal.h (R_IMM16BE): Define.
5 * elf/z80.h (EF_Z80_MACH_Z80N): Define.
6 (R_Z80_16_BE): New reloc.
7
8 2020-02-04 Alan Modra <amodra@gmail.com>
9
10 * opcode/d30v.h (struct pd_reg): Make value field unsigned.
11
12 2020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
13
14 * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE)
15 (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG)
16 (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add.
17
18 2020-01-18 Nick Clifton <nickc@redhat.com>
19
20 Binutils 2.34 branch created.
21
22 2020-01-17 Nick Clifton <nickc@redhat.com>
23
24 * Import from gcc mainline:
25 2019-06-10 Martin Liska <mliska@suse.cz>
26
27 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
28 * libiberty.h (xmalloc): Use it.
29 (xrealloc): Likewise.
30 (xcalloc): Likewise.
31 (xstrdup): Likewise.
32 (xstrndup): Likewise.
33 (xmemdup): Likewise.
34
35 2019-06-10 Martin Liska <mliska@suse.cz>
36
37 * ansidecl.h:
38 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
39 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
40 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
41 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
42 (xrealloc): Likewise.
43 (xcalloc): Likewise.
44
45 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
46
47 * demangle.h (struct demangle_component): Add member
48 d_counting.
49
50 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
51
52 * demangle.h (rust_demangle_callback): Add.
53
54 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
55
56 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
57 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
58
59 2020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
60
61 PR 25376
62 * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to...
63 (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space.
64 (ARM_ANY): Redefine to not include any MVE bits.
65 (ARM_FEATURE_ALL): Removed.
66
67 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
68
69 * opcode/msp430.h (enum msp430_expp_e): New.
70 (struct msp430_operand_s): Add expp member to struct.
71
72 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
73
74 * elf/arc-cpu.def: Update ARC cpu list.
75
76 2020-01-13 Alan Modra <amodra@gmail.com>
77
78 * opcode/tic4x.h (EXTR): Delete.
79 (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign
80 extension using shifts. Do trim INSERTU value to specified bitfield.
81
82 2020-01-10 Alan Modra <amodra@gmail.com>
83
84 * opcode/spu.h: Formatting.
85 (UNSIGNED_EXTRACT): Use 1u.
86 (SIGNED_EXTRACT): Don't sign extend with shifts.
87 (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value.
88 Keep result signed.
89 (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete.
90
91 2020-01-07 Shahab Vahedi <shahab@synopsys.com>
92
93 * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'.
94
95 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
96
97 * coff/internal.h: Add defintions of Z80 reloc names.
98
99 2020-01-02 Christian Biesinger <cbiesinger@google.com>
100
101 * opcode/s12z.h: Undef REG_Y.
102
103 2020-01-01 Alan Modra <amodra@gmail.com>
104
105 Update year range in copyright notice of all files.
106
107 For older changes see ChangeLog-2019
108 \f
109 Copyright (C) 2020 Free Software Foundation, Inc.
110
111 Copying and distribution of this file, with or without modification,
112 are permitted in any medium without royalty provided the copyright
113 notice and this notice are preserved.
114
115 Local Variables:
116 mode: change-log
117 left-margin: 8
118 fill-column: 74
119 version-control: never
120 End: