]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - include/ChangeLog
Fix a potential illegal memory access in the Z80 assembler.
[thirdparty/binutils-gdb.git] / include / ChangeLog
CommitLineData
99e47410
AB
12020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 Import from gcc mainline:
4 2020-02-05 Andrew Burgess <andrew.burgess@embecosm.com>
5
6 * hashtab.h (htab_remove_elt): Make a parameter const.
7 (htab_remove_elt_with_hash): Likewise.
8
bd0cf5a6
NC
92020-02-20 Nelson Chu <nelson.chu@sifive.com>
10
11 * opcode/riscv-opc.h: Extend DECLARE_CSR and DECLARE_CSR_ALIAS to
12 record riscv_csr_class.
13
4934a27c
MM
142020-02-10 Stam Markianos-Wright <stam.markianos-wright@arm.com>
15 Matthew Malcomson <matthew.malcomson@arm.com>
16
17 * opcode/arm.h (ARM_EXT2_CDE): New extension macro.
18 (ARM_EXT2_CDE0): New extension macro.
19 (ARM_EXT2_CDE1): New extension macro.
20 (ARM_EXT2_CDE2): New extension macro.
21 (ARM_EXT2_CDE3): New extension macro.
22 (ARM_EXT2_CDE4): New extension macro.
23 (ARM_EXT2_CDE5): New extension macro.
24 (ARM_EXT2_CDE6): New extension macro.
25 (ARM_EXT2_CDE7): New extension macro.
26
9fc0b501
SB
272020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
28
29 PR 25469
30 * coff/internal.h (R_IMM16BE): Define.
31 * elf/z80.h (EF_Z80_MACH_Z80N): Define.
32 (R_Z80_16_BE): New reloc.
33
c5d7be0c
AM
342020-02-04 Alan Modra <amodra@gmail.com>
35
36 * opcode/d30v.h (struct pd_reg): Make value field unsigned.
37
1957ab10
JT
382020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
39
40 * coff/internal.h (PE_IMAGE_DEBUG_TYPE_VC_FEATURE)
41 (PE_IMAGE_DEBUG_TYPE_POGO, PE_IMAGE_DEBUG_TYPE_ILTCG)
42 (PE_IMAGE_DEBUG_TYPE_MPX, PE_IMAGE_DEBUG_TYPE_REPRO): Add.
43
ae774686
NC
442020-01-18 Nick Clifton <nickc@redhat.com>
45
46 Binutils 2.34 branch created.
47
533da483
NC
482020-01-17 Nick Clifton <nickc@redhat.com>
49
50 * Import from gcc mainline:
51 2019-06-10 Martin Liska <mliska@suse.cz>
52
53 * ansidecl.h (ATTRIBUTE_WARN_UNUSED_RESULT): New macro.
54 * libiberty.h (xmalloc): Use it.
55 (xrealloc): Likewise.
56 (xcalloc): Likewise.
57 (xstrdup): Likewise.
58 (xstrndup): Likewise.
59 (xmemdup): Likewise.
60
61 2019-06-10 Martin Liska <mliska@suse.cz>
62
63 * ansidecl.h:
64 (ATTRIBUTE_RESULT_SIZE_1): Define new macro.
65 (ATTRIBUTE_RESULT_SIZE_2): Likewise.
66 (ATTRIBUTE_RESULT_SIZE_1_2): Likewise.
67 * libiberty.h (xmalloc): Add RESULT_SIZE attribute.
68 (xrealloc): Likewise.
69 (xcalloc): Likewise.
70
71 2019-11-16 Tim Ruehsen <tim.ruehsen@gmx.de>
72
73 * demangle.h (struct demangle_component): Add member
74 d_counting.
75
76 2019-11-16 Eduard-Mihai Burtescu <eddyb@lyken.rs>
77
78 * demangle.h (rust_demangle_callback): Add.
79
80 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
81
82 * demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.
83 (rust_demangle_sym): Move to libiberty/rust-demangle.h.
84
2da2eaf4
AV
852020-01-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
86
87 PR 25376
88 * opcodes/arm.h (FPU_MVE, FPU_MVE_FPU): Move these features to...
89 (ARM_EXT2_MVE, ARM_EXT2_MVE_FP): ... the CORE_HIGH space.
90 (ARM_ANY): Redefine to not include any MVE bits.
91 (ARM_FEATURE_ALL): Removed.
92
131cb553
JL
932020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
94
95 * opcode/msp430.h (enum msp430_expp_e): New.
96 (struct msp430_operand_s): Add expp member to struct.
97
39fe16e0
CZ
982020-01-13 Claudiu Zissulescu <claziss@gmail.com>
99
100 * elf/arc-cpu.def: Update ARC cpu list.
101
5496abe1
AM
1022020-01-13 Alan Modra <amodra@gmail.com>
103
104 * opcode/tic4x.h (EXTR): Delete.
105 (EXTRU, EXTRS, INSERTU, INSERTS): Rewrite without zero/sign
106 extension using shifts. Do trim INSERTU value to specified bitfield.
107
8948cc69
AM
1082020-01-10 Alan Modra <amodra@gmail.com>
109
110 * opcode/spu.h: Formatting.
111 (UNSIGNED_EXTRACT): Use 1u.
112 (SIGNED_EXTRACT): Don't sign extend with shifts.
113 (DECODE_INSN_I9a, DECODE_INSN_I9b): Avoid left shift of signed value.
114 Keep result signed.
115 (DECODE_INSN_U9a, DECODE_INSN_U9b): Delete.
116
bb82aefe
SV
1172020-01-07 Shahab Vahedi <shahab@synopsys.com>
118
119 * opcode/arc.h (insn_class_t): Add 'LLOCK' and 'SCOND'.
120
6655dba2
SB
1212020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
122
123 * coff/internal.h: Add defintions of Z80 reloc names.
124
d73b58f4
NC
1252020-01-02 Christian Biesinger <cbiesinger@google.com>
126
127 * opcode/s12z.h: Undef REG_Y.
128
b14ce8bf
AM
1292020-01-01 Alan Modra <amodra@gmail.com>
130
131 Update year range in copyright notice of all files.
132
0b114740 133For older changes see ChangeLog-2019
3499769a 134\f
0b114740 135Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
136
137Copying and distribution of this file, with or without modification,
138are permitted in any medium without royalty provided the copyright
139notice and this notice are preserved.
140
141Local Variables:
142mode: change-log
143left-margin: 8
144fill-column: 74
145version-control: never
146End: