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