Change boolean options to bool instead of int
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
60391a25
PB
12019-09-09 Phil Blundell <pb@pbcl.net>
2
3 binutils 2.33 branch created.
4
cd18a823
CZ
52019-08-30 Claudiu Zissulescu <claziss@gmail.com>
6
7 * opcode/arc.h (FASTMATH): Move it from insn_class_t to
8 insn_subclass_t enum.
9
baf46cd7
AM
102019-08-22 Alan Modra <amodra@gmail.com>
11
12 * elf/arm.h (ARM_GET_SYM_CMSE_SPCL, ARM_SET_SYM_CMSE_SPCL): Delete.
13
f16a9783
MS
142019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
15
16 * elf/mips.h (SHT_GNU_XHASH): New define.
17 (DT_GNU_XHASH): New define.
18
7b1dd701
YS
192019-08-08 Yoshinori Sato <ysato@users.sourceforge.jp>
20
21 * opcode/h8300.h (EXPAND_UNOP_EXTENDED_B): Add MODEL.
22 (EXPAND_UNOP_EXTENDED_W): Likewise.
23 (EXPAND_UNOP_EXTENDED_L): Likewise.
24 (struct h8_opcode h8_opcodes): Likewise.
25 (struct h8_opcode h8_opcodes): tas / ldm / stm supported H8S or
26 later.
27
7e126ba3
CZ
282019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
29
7b1dd701 30 * opcode/arc.h (FASTMATH): Add.
7e126ba3
CZ
31 (SWITCH): Likewise.
32
7137a1ed
AM
332019-07-24 Alan Modra <amodra@gmail.com>
34
35 * elf/internal.h (ELF_SECTION_IN_SEGMENT_1): Exclude non-alloc
36 sections in GNU_MBIND segments.
37
1dd1bc4d
OM
382019-07-23 Omar Majid <omajid@redhat.com>
39
40 * coff/i386.h (IMAGE_FILE_MACHINE_NATIVE_APPLE_OVERRIDE): Define.
41 (IMAGE_FILE_MACHINE_NATIVE_FREEBSD_OVERRIDE): Define.
42 (IMAGE_FILE_MACHINE_NATIVE_LINUX_OVERRIDE): Define.
43 (IMAGE_FILE_MACHINE_NATIVE_NETBSD_OVERRIDE): Define.
44 (I386_APPLE_MAGIC): Define.
45 (I386_FREEBSD_MAGIC): Define.
46 (I386_LINUX_MAGIC): Define.
47 (I386_NETBSD_MAGIC): Define.
48 (I386BADMAG): Extend macro to allow new magic numbers.
49 * coff/x86_64.h (IMAGE_FILE_MACHINE_NATIVE_APPLE_OVERRIDE): Define.
50 (IMAGE_FILE_MACHINE_NATIVE_FREEBSD_OVERRIDE): Define.
51 (IMAGE_FILE_MACHINE_NATIVE_LINUX_OVERRIDE): Define.
52 (IMAGE_FILE_MACHINE_NATIVE_NETBSD_OVERRIDE): Define.
53 (AMD64_APPLE_MAGIC): Define.
54 (AMD64_FREEBSD_MAGIC): Define.
55 (AMD64_LINUX_MAGIC): Define.
56 (AMD64_NETBSD_MAGIC): Define.
57 (AMD64BADMAG): Extend macro to allow new magic numbers.
58
c213164a
AM
592019-07-19 Alan Modra <amodra@gmail.com>
60
61 * elf/ppc64.h (R_PPC64_TPREL34, R_PPC64_DTPREL34),
62 (R_PPC64_GOT_TLSGD34, R_PPC64_GOT_TLSLD34),
63 (R_PPC64_GOT_TPREL34, R_PPC64_GOT_DTPREL34): Define.
64 (IS_PPC64_TLS_RELOC): Include new tls relocs.
65
12a0b67d
NA
662019-07-18 Nick Alcock <nick.alcock@oracle.com>
67
68 * ctf-api.h (ECTF_NOTFUNC): Fix description.
69 (ctf_func_type_info): New.
70 (ctf_func_type_args): Likewise.
71 (ctf_type_aname_raw): Likewise.
72
21df382b
JB
732019-07-16 Jan Beulich <jbeulich@suse.com>
74
75 * opcode/i386.h (POP_SEG386_SHORT): New.
76
41be57ca
MM
772019-07-01 Matthew Malcomson <matthew.malcomson@arm.com>
78
79 * opcode/aarch64.h (enum aarch64_insn_class): sve_size_013
80 renamed to sve_size_13.
81
7cee1826
NA
822019-06-19 Nick Alcock <nick.alcock@oracle.com>
83
84 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
85 short, so following structures are properly aligned.
86
e30d1fa1
SN
872019-06-14 Szabolcs Nagy <szabolcs.nagy@arm.com>
88
89 * elf/aarch64.h (R_AARCH64_P32_MOVW_PREL_G0): Define.
90 (R_AARCH64_P32_MOVW_PREL_G0_NC): Define.
91 (R_AARCH64_P32_MOVW_PREL_G1): Define.
92
a610aa4f
NA
932019-06-03 Nick Alcock <nick.alcock@oracle.com>
94
95 * ctf.h (ctf_enum.cte_value): Fix type to int32_t.
96
a0486bac
JM
972019-05-29 Nick Alcock <nick.alcock@oracle.com>
98
99 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
100 (ctf_id_t): This is now an unsigned type.
101 (CTF_ERR): Cast it to ctf_id_t. Note that it should only be used
102 for ctf_id_t-returning functions.
103
a30b3e18
NA
1042019-05-28 Nick Alcock <nick.alcock@oracle.com>
105
106 * ctf-api.h (ctf_dump_decorate_f): New.
107 (ctf_dump_state_t): new.
108 (ctf_dump): New.
109
6dbf2b73
NA
1102019-05-28 Nick Alcock <nick.alcock@oracle.com>
111
112 * ctf-api.h (ctf_label_f): New.
113 (ctf_label_set): New.
114 (ctf_label_get): New.
115 (ctf_label_topmost): New.
116 (ctf_label_info): New.
117 (ctf_label_iter): New.
118
6c33b742
NA
1192019-05-28 Nick Alcock <nick.alcock@oracle.com>
120
121 * ctf-api.h (ctf_version): New.
122
b437bfe0
NA
1232019-05-28 Nick Alcock <nick.alcock@oracle.com>
124
125 * ctf-api.h (ctf_func_info): New.
126 (ctf_func_args): Likewise.
127 (ctf_lookup_by_symbol): Likewise.
128 (ctf_lookup_by_symbol): Likewise.
129 (ctf_lookup_variable): Likewise.
130
316afdb1
NA
1312019-05-28 Nick Alcock <nick.alcock@oracle.com>
132
133 * ctf-api.h (ctf_visit_f): New definition.
134 (ctf_member_f): Likewise.
135 (ctf_enum_f): Likewise.
136 (ctf_variable_f): Likewise.
137 (ctf_type_f): Likewise.
138 (ctf_type_isparent): Likewise.
139 (ctf_type_ischild): Likewise.
140 (ctf_type_resolve): Likewise.
141 (ctf_type_aname): Likewise.
142 (ctf_type_lname): Likewise.
143 (ctf_type_name): Likewise.
144 (ctf_type_sizee): Likewise.
145 (ctf_type_align): Likewise.
146 (ctf_type_kind): Likewise.
147 (ctf_type_reference): Likewise.
148 (ctf_type_pointer): Likewise.
149 (ctf_type_encoding): Likewise.
150 (ctf_type_visit): Likewise.
151 (ctf_type_cmp): Likewise.
152 (ctf_type_compat): Likewise.
153 (ctf_member_info): Likewise.
154 (ctf_array_info): Likewise.
155 (ctf_enum_name): Likewise.
156 (ctf_enum_value): Likewise.
157 (ctf_member_iter): Likewise.
158 (ctf_enum_iter): Likewise.
159 (ctf_type_iter): Likewise.
160 (ctf_variable_iter): Likewise.
161
143dce84
NA
1622019-05-28 Nick Alcock <nick.alcock@oracle.com>
163
164 * ctf-api.h (struct bfd): New forward.
165 (ctf_fdopen): New.
166 (ctf_bfdopen): Likewise.
167 (ctf_open): Likewise.
168 (ctf_arc_open): Likewise.
169
9402cc59
NA
1702019-05-28 Nick Alcock <nick.alcock@oracle.com>
171
172 * ctf.h (CTFA_MAGIC): New.
173 (struct ctf_archive): New.
174 (struct ctf_archive_modent): Likewise.
175 * ctf-api.h (ctf_archive_member_f): New.
176 (ctf_archive_raw_member_f): Likewise.
177 (ctf_arc_write): Likewise.
178 (ctf_arc_close): Likewise.
179 (ctf_arc_open_by_name): Likewise.
180 (ctf_archive_iter): Likewise.
181 (ctf_archive_raw_iter): Likewise.
182 (ctf_get_arc): Likewise.
183
72f33921
NA
1842019-05-28 Nick Alcock <nick.alcock@oracle.com>
185
186 * ctf-api.h (ctf_file_close): New declaration.
187 (ctf_getdatasect): Likewise.
188 (ctf_parent_file): Likewise.
189 (ctf_parent_name): Likewise.
190 (ctf_parent_name_set): Likewise.
191 (ctf_import): Likewise.
192 (ctf_setmodel): Likewise.
193 (ctf_getmodel): Likewise.
194 (ctf_setspecific): Likewise.
195 (ctf_getspecific): Likewise.
196
47d546f4
NA
1972019-05-28 Nick Alcock <nick.alcock@oracle.com>
198
199 * ctf-api.h (zlib.h): New include.
200 (ctf_sect_t): New.
201 (ctf_sect_names_t): Likewise.
202 (ctf_encoding_t): Likewise.
203 (ctf_membinfo_t): Likewise.
204 (ctf_arinfo_t): Likewise.
205 (ctf_funcinfo_t): Likewise.
206 (ctf_lblinfo_t): Likewise.
207 (ctf_snapshot_id_t): Likewise.
208 (CTF_FUNC_VARARG): Likewise.
209 (ctf_simple_open): Likewise.
210 (ctf_bufopen): Likewise.
211 (ctf_create): Likewise.
212 (ctf_add_array): Likewise.
213 (ctf_add_const): Likewise.
214 (ctf_add_enum_encoded): Likewise.
215 (ctf_add_enum): Likewise.
216 (ctf_add_float): Likewise.
217 (ctf_add_forward): Likewise.
218 (ctf_add_function): Likewise.
219 (ctf_add_integer): Likewise.
220 (ctf_add_slice): Likewise.
221 (ctf_add_pointer): Likewise.
222 (ctf_add_type): Likewise.
223 (ctf_add_typedef): Likewise.
224 (ctf_add_restrict): Likewise.
225 (ctf_add_struct): Likewise.
226 (ctf_add_union): Likewise.
227 (ctf_add_struct_sized): Likewise.
228 (ctf_add_union_sized): Likewise.
229 (ctf_add_volatile): Likewise.
230 (ctf_add_enumerator): Likewise.
231 (ctf_add_member): Likewise.
232 (ctf_add_member_offset): Likewise.
233 (ctf_add_member_encoded): Likewise.
234 (ctf_add_variable): Likewise.
235 (ctf_set_array): Likewise.
236 (ctf_update): Likewise.
237 (ctf_snapshot): Likewise.
238 (ctf_rollback): Likewise.
239 (ctf_discard): Likewise.
240 (ctf_write): Likewise.
241 (ctf_gzwrite): Likewise.
242 (ctf_compress_write): Likewise.
243
479604f4
NA
2442019-05-28 Nick Alcock <nick.alcock@oracle.com>
245
246 * ctf-api.h (ctf_errno): New declaration.
247 (ctf_errmsg): Likewise.
248
60da9d95
NA
2492019-05-28 Nick Alcock <nick.alcock@oracle.com>
250
251 * ctf-api.h (ctf_setdebug): New.
252 (ctf_getdebug): Likewise.
253
2e94b056
NA
2542019-05-28 Nick Alcock <nick.alcock@oracle.com>
255
256 * ctf-api.h: New file.
257
fceac76e
NA
2582019-05-28 Nick Alcock <nick.alcock@oracle.com>
259
260 * ctf.h: New file.
261
2301ed1c
SN
2622019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
263
264 * elf/aarch64.h (DT_AARCH64_VARIANT_PCS): Define.
265 (STO_AARCH64_VARIANT_PCS): Define.
266
5663e321
AM
2672019-05-24 Alan Modra <amodra@gmail.com>
268
269 * elf/ppc64.h (R_PPC64_PLTSEQ_NOTOC, R_PPC64_PLTCALL_NOTOC),
270 (R_PPC64_PCREL_OPT, R_PPC64_D34, R_PPC64_D34_LO, R_PPC64_D34_HI30),
271 (R_PPC64_D34_HA30, R_PPC64_PCREL34, R_PPC64_GOT_PCREL34),
272 (R_PPC64_PLT_PCREL34, R_PPC64_PLT_PCREL34_NOTOC),
273 (R_PPC64_ADDR16_HIGHER34, R_PPC64_ADDR16_HIGHERA34),
274 (R_PPC64_ADDR16_HIGHEST34, R_PPC64_ADDR16_HIGHESTA34),
275 (R_PPC64_REL16_HIGHER34, R_PPC64_REL16_HIGHERA34),
276 (R_PPC64_REL16_HIGHEST34, R_PPC64_REL16_HIGHESTA34),
277 (R_PPC64_D28, R_PPC64_PCREL28): Define.
278
dd7efa79
PB
2792019-05-24 Peter Bergner <bergner@linux.ibm.com>
280 Alan Modra <amodra@gmail.com>
281
282 * dis-asm.h (WIDE_OUTPUT): Define.
283 * opcode/ppc.h (prefix_opcodes, prefix_num_opcodes): Declare.
284 (PPC_OPCODE_POWERXX, PPC_GET_PREFIX, PPC_GET_SUFFIX),
285 (PPC_PREFIX_P, PPC_PREFIX_SEG): Define.
286
8ebe6212
JM
2872019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
288
289 * elf/bpf.h: New file.
290
a7ad558c
AV
2912019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
292
293 * elf/arm.h (Tag_MVE_arch): Define new enum value.
294 * opcode/arm.h (FPU_MVE, FPU_MVE_FP): New MACROs for new features.
295
28ed815a
MM
2962019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
297
298 * opcode/aarch64.h (enum aarch64_opnd): New SVE_SHLIMM_UNPRED_22
299 operand.
300
fd1dc4a0
MM
3012019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
302
303 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_tsz_bhs
304 iclass.
305
31e36ab3
MM
3062019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
307
308 * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm4_11_INDEX operand.
309
1be5f94f
MM
3102019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
311
312 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_shift_tsz_bhsd
313 iclass.
314
3c17238b
MM
3152019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
316
317 * opcode/aarch64.h (enum aarch64_opnd): New SVE_SHRIMM_UNPRED_22
318 operand.
319 (enum aarch64_insn_class): Add sve_shift_tsz_hsd iclass.
320
cd50a87a
MM
3212019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
322
323 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_013 iclass.
324
3c705960
MM
3252019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
326
327 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_bh iclass.
328
0a57e14f
MM
3292019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
330
331 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_sd2 iclass.
332
c469c864
MM
3332019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
334
335 * opcode/aarch64.h (enum aarch64_opnd): New SVE_ADDR_ZX operand.
336
116adc27
MM
3372019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
338
339 * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm3_11_INDEX operand.
340
3bd82c86
MM
3412019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
342
343 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_hsd2 iclass.
344
adccc507
MM
3452019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
346
347 * opcode/aarch64.h (enum aarch64_opnd): New SVE_IMM_ROT3 operand.
348
7ce2460a
MM
3492019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
350
351 * opcode/aarch64.h (AARCH64_FEATURE_SVE2
352 AARCH64_FEATURE_SVE2_AES, AARCH64_FEATURE_SVE2_BITPERM,
353 AARCH64_FEATURE_SVE2_SM4, AARCH64_FEATURE_SVE2_SHA3): New
354 feature macros.
355
41cee089
FS
3562019-05-06 Andrew Bennett <andrew.bennett@imgtec.com>
357 Faraz Shahbazker <fshahbazker@wavecomp.com>
358
359 * opcode/mips.h (ASE_EVA_R6): New macro.
360 (M_LLWPE_AB, M_SCWPE_AB): New enum values.
361
b83b4b13
SD
3622019-05-01 Sudakshina Das <sudi.das@arm.com>
363
364 * opcode/aarch64.h (AARCH64_FEATURE_TME): New.
365 (enum aarch64_opnd): Add AARCH64_OPND_TME_UIMM16.
366
a45328b9
AB
3672019-04-26 Andrew Bennett <andrew.bennett@imgtec.com>
368 Faraz Shahbazker <fshahbazker@wavecomp.com>
369
370 * opcode/mips.h (M_LLWP_AB, M_LLDP_AB): New enum values.
371 (M_SCWP_AB, M_SCDP_AB): Likewise.
372
cd092337
MR
3732019-04-25 Maciej W. Rozycki <macro@linux-mips.org>
374
375 * opcode/mips.h: Update comment for MIPS32 CODE20 operand.
376
1889da70
AV
3772019-04-15 Sudakshina Das <sudi.das@arm.com>
378
379 * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF12.
380
1caf72a5
AV
3812019-04-15 Sudakshina Das <sudi.das@arm.com>
382
383 * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF18.
384
e5d6e09e
AV
3852019-04-15 Sudakshina Das <sudi.das@arm.com>
386
387 * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF16.
388
031254f2
AV
3892019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
390
391 * elf/arm.h (TAG_CPU_ARCH_V8_1M_MAIN): new macro.
392 (MAX_TAG_CPU_ARCH): Set value to above macro.
393 * opcode/arm.h (ARM_EXT2_V8_1M_MAIN): New macro.
394 (ARM_AEXT_V8_1M_MAIN): Likewise.
395 (ARM_AEXT2_V8_1M_MAIN): Likewise.
396 (ARM_ARCH_V8_1M_MAIN): Likewise.
397
bd7ceb8d
SD
3982019-04-11 Sudakshina Das <sudi.das@arm.com>
399
400 * opcode/aarch64.h (enum aarch64_opnd): Add AARCH64_OPND_Rt_SP.
401
462cac58
L
4022019-04-08 H.J. Lu <hongjiu.lu@intel.com>
403
404 * elf/common.h (GNU_PROPERTY_X86_ISA_1_AVX512_BF16): New.
405
07ffcfec
AM
4062019-04-07 Alan Modra <amodra@gmail.com>
407
408 Merge from gcc.
409 2019-04-03 Vineet Gupta <vgupta@synopsys.com>
410 PR89877
411 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
412 (sub_ddmmss): Likewise.
413
5b9c07b2
L
4142019-04-06 H.J. Lu <hongjiu.lu@intel.com>
415
416 * bfdlink.h (bfd_link_info): Remove x86-specific linker options.
417
34ef62f4
AV
4182019-04-01 Andre Vieira <andre.simoesdiasvieira@arm.com>
419
420 * opcode/arm.h (FPU_NEON_ARMV8_1): New.
421 (FPU_ARCH_NEON_VFP_ARMV8_1): Use FPU_NEON_ARMV8_1.
422 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): Likewise.
423 (FPU_ARCH_DOTPROD_NEON_VFP_ARMV8): Likewise.
424 (FPU_ARCH_NEON_VFP_ARMV8_2_FP16): New.
425 (FPU_ARCH_NEON_VFP_ARMV8_2_FP16FML): New.
426 (FPU_ARCH_NEON_VFP_ARMV8_4_FP16FML): New.
427 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4): New.
428
96a86c01
AM
4292019-03-28 Alan Modra <amodra@gmail.com>
430
431 PR 24390
432 * opcode/ppc.h (PPC_OPERAND_CR_REG): Comment.
433
53b2f36b
TC
4342019-03-25 Tamar Christina <tamar.christina@arm.com>
435
436 * dis-asm.h (struct disassemble_info): Add stop_offset.
437
1dbade74
SD
4382019-03-13 Sudakshina Das <sudi.das@arm.com>
439
440 * elf/aarch64.h (DT_AARCH64_PAC_PLT): New.
441
37c18eed
SD
4422019-03-13 Sudakshina Das <sudi.das@arm.com>
443 Szabolcs Nagy <szabolcs.nagy@arm.com>
444
445 * elf/aarch64.h (DT_AARCH64_BTI_PLT): New.
446
cd702818
SD
4472019-03-13 Sudakshina Das <sudi.das@arm.com>
448
449 * elf/common.h (GNU_PROPERTY_AARCH64_FEATURE_1_AND): New.
450 (GNU_PROPERTY_AARCH64_FEATURE_1_BTI): New.
451 (GNU_PROPERTY_AARCH64_FEATURE_1_PAC): New.
452
e6c3b5bf
AH
4532019-02-20 Alan Hayward <alan.hayward@arm.com>
454
455 * elf/common.h (NT_ARM_PAC_MASK): Add define.
456
91d78b81
SJ
4572019-02-15 Saagar Jha <saagar@saagarjha.com>
458
459 * mach-o/loader.h: Use new OS names in comments.
460
e2077304 4612019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
462
463 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
464 (splay_tree_delete_value_fn): Likewise.
465
fc60b8c8
AK
4662019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
467
468 * opcode/s390.h (enum s390_opcode_cpu_val): Add
469 S390_OPCODE_ARCH13.
470
550fd7bf
SD
4712019-01-25 Sudakshina Das <sudi.das@arm.com>
472 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
473
474 * opcode/aarch64.h (enum aarch64_opnd): Remove
475 AARCH64_OPND_ADDR_SIMPLE_2.
476 (enum aarch64_insn_class): Remove ldstgv_indexed.
477
71ba91e1
TT
4782019-01-22 Tom Tromey <tom@tromey.com>
479
480 * coff/ecoff.h: Include coff/sym.h.
481
f974f26c
NC
4822018-06-24 Nick Clifton <nickc@redhat.com>
483
484 2.32 branch created.
485
2dc8dd17
JW
4862019-01-16 Kito Cheng <kito@andestech.com>
487
488 * elf/riscv.h (SHT_RISCV_ATTRIBUTES): Define.
489 (Tag_RISCV_arch): Likewise.
490 (Tag_RISCV_priv_spec): Likewise.
491 (Tag_RISCV_priv_spec_minor): Likewise.
492 (Tag_RISCV_priv_spec_revision): Likewise.
493 (Tag_RISCV_unaligned_access): Likewise.
494 (Tag_RISCV_stack_align): Likewise.
495
8f0a2148
ПК
4962019-01-14 Pavel I. Kryukov <kryukov@frtk.ru>
497
498 * dis-asm.h: include <string.h>
499
1910070b
NC
5002019-01-10 Nick Clifton <nickc@redhat.com>
501
502 * Merge from GCC:
503 2018-12-22 Jason Merrill <jason@redhat.com>
504
505 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
506 ARM, HP, and EDG demangling styles.
507
a08da33e
SL
5082019-01-09 Sandra Loosemore <sandra@codesourcery.com>
509
510 Merge from GCC:
511 PR other/16615
512
513 * libiberty.h: Mechanically replace "can not" with "cannot".
514 * plugin-api.h: Likewise.
515
59581069
YS
5162018-12-25 Yoshinori Sato <ysato@users.sourceforge.jp>
517
518 * elf/rx.h (EF_RX_CPU_MASK): Update new bits.
519 (E_FLAG_RX_V3): New RXv3 type.
520 * opcode/rx.h (RX_Size): Add double size.
521 (RX_Operand_Type): Add double FPU registers.
522 (RX_Opcode_ID): Add new instuctions.
523
82704155
AM
5242019-01-01 Alan Modra <amodra@gmail.com>
525
526 Update year range in copyright notice of all files.
527
d5c04e1b 528For older changes see ChangeLog-2018
3499769a 529\f
d5c04e1b 530Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
531
532Copying and distribution of this file, with or without modification,
533are permitted in any medium without royalty provided the copyright
534notice and this notice are preserved.
535
536Local Variables:
537mode: change-log
538left-margin: 8
539fill-column: 74
540version-control: never
541End:
This page took 0.320984 seconds and 4 git commands to generate.