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