linker bfd.h tidy
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
640197ac
AM
12019-09-23 Alan Modra <amodra@gmail.com>
2
3 * bfdlink.h (struct bfd_section_already_linked): Forward declare.
4 (bfd_section_already_linked_table_init),
5 (bfd_section_already_linked_table_free),
6 (_bfd_handle_already_linked, _bfd_nearby_section),
7 (_bfd_fix_excluded_sec_syms): Declare.
8
0b4453c7
AM
92019-09-23 Alan Modra <amodra@gmail.com>
10
11 * bfdlink.h (enum notice_asneeded_action): Define.
12
7e9ad3a3
JW
132019-09-17 Maxim Blinov <maxim.blinov@embecosm.com>
14
15 * opcode/riscv.h (riscv_insn_class): New enum.
16 * opcode/riscv.h (struct riscv_opcode): Change
17 subset field to insn_class field.
18
60391a25
PB
192019-09-09 Phil Blundell <pb@pbcl.net>
20
21 binutils 2.33 branch created.
22
cd18a823
CZ
232019-08-30 Claudiu Zissulescu <claziss@gmail.com>
24
25 * opcode/arc.h (FASTMATH): Move it from insn_class_t to
26 insn_subclass_t enum.
27
baf46cd7
AM
282019-08-22 Alan Modra <amodra@gmail.com>
29
30 * elf/arm.h (ARM_GET_SYM_CMSE_SPCL, ARM_SET_SYM_CMSE_SPCL): Delete.
31
f16a9783
MS
322019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
33
34 * elf/mips.h (SHT_GNU_XHASH): New define.
35 (DT_GNU_XHASH): New define.
36
7b1dd701
YS
372019-08-08 Yoshinori Sato <ysato@users.sourceforge.jp>
38
39 * opcode/h8300.h (EXPAND_UNOP_EXTENDED_B): Add MODEL.
40 (EXPAND_UNOP_EXTENDED_W): Likewise.
41 (EXPAND_UNOP_EXTENDED_L): Likewise.
42 (struct h8_opcode h8_opcodes): Likewise.
43 (struct h8_opcode h8_opcodes): tas / ldm / stm supported H8S or
44 later.
45
7e126ba3
CZ
462019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
47
7b1dd701 48 * opcode/arc.h (FASTMATH): Add.
7e126ba3
CZ
49 (SWITCH): Likewise.
50
7137a1ed
AM
512019-07-24 Alan Modra <amodra@gmail.com>
52
53 * elf/internal.h (ELF_SECTION_IN_SEGMENT_1): Exclude non-alloc
54 sections in GNU_MBIND segments.
55
1dd1bc4d
OM
562019-07-23 Omar Majid <omajid@redhat.com>
57
58 * coff/i386.h (IMAGE_FILE_MACHINE_NATIVE_APPLE_OVERRIDE): Define.
59 (IMAGE_FILE_MACHINE_NATIVE_FREEBSD_OVERRIDE): Define.
60 (IMAGE_FILE_MACHINE_NATIVE_LINUX_OVERRIDE): Define.
61 (IMAGE_FILE_MACHINE_NATIVE_NETBSD_OVERRIDE): Define.
62 (I386_APPLE_MAGIC): Define.
63 (I386_FREEBSD_MAGIC): Define.
64 (I386_LINUX_MAGIC): Define.
65 (I386_NETBSD_MAGIC): Define.
66 (I386BADMAG): Extend macro to allow new magic numbers.
67 * coff/x86_64.h (IMAGE_FILE_MACHINE_NATIVE_APPLE_OVERRIDE): Define.
68 (IMAGE_FILE_MACHINE_NATIVE_FREEBSD_OVERRIDE): Define.
69 (IMAGE_FILE_MACHINE_NATIVE_LINUX_OVERRIDE): Define.
70 (IMAGE_FILE_MACHINE_NATIVE_NETBSD_OVERRIDE): Define.
71 (AMD64_APPLE_MAGIC): Define.
72 (AMD64_FREEBSD_MAGIC): Define.
73 (AMD64_LINUX_MAGIC): Define.
74 (AMD64_NETBSD_MAGIC): Define.
75 (AMD64BADMAG): Extend macro to allow new magic numbers.
76
c213164a
AM
772019-07-19 Alan Modra <amodra@gmail.com>
78
79 * elf/ppc64.h (R_PPC64_TPREL34, R_PPC64_DTPREL34),
80 (R_PPC64_GOT_TLSGD34, R_PPC64_GOT_TLSLD34),
81 (R_PPC64_GOT_TPREL34, R_PPC64_GOT_DTPREL34): Define.
82 (IS_PPC64_TLS_RELOC): Include new tls relocs.
83
12a0b67d
NA
842019-07-18 Nick Alcock <nick.alcock@oracle.com>
85
86 * ctf-api.h (ECTF_NOTFUNC): Fix description.
87 (ctf_func_type_info): New.
88 (ctf_func_type_args): Likewise.
89 (ctf_type_aname_raw): Likewise.
90
21df382b
JB
912019-07-16 Jan Beulich <jbeulich@suse.com>
92
93 * opcode/i386.h (POP_SEG386_SHORT): New.
94
41be57ca
MM
952019-07-01 Matthew Malcomson <matthew.malcomson@arm.com>
96
97 * opcode/aarch64.h (enum aarch64_insn_class): sve_size_013
98 renamed to sve_size_13.
99
7cee1826
NA
1002019-06-19 Nick Alcock <nick.alcock@oracle.com>
101
102 * ctf.h (ctf_slice_t): Make cts_offset and cts_bits unsigned
103 short, so following structures are properly aligned.
104
e30d1fa1
SN
1052019-06-14 Szabolcs Nagy <szabolcs.nagy@arm.com>
106
107 * elf/aarch64.h (R_AARCH64_P32_MOVW_PREL_G0): Define.
108 (R_AARCH64_P32_MOVW_PREL_G0_NC): Define.
109 (R_AARCH64_P32_MOVW_PREL_G1): Define.
110
a610aa4f
NA
1112019-06-03 Nick Alcock <nick.alcock@oracle.com>
112
113 * ctf.h (ctf_enum.cte_value): Fix type to int32_t.
114
a0486bac
JM
1152019-05-29 Nick Alcock <nick.alcock@oracle.com>
116
117 * ctf-api.h (ctf_sect_t): Drop cts_type, cts_flags, and cts_offset.
118 (ctf_id_t): This is now an unsigned type.
119 (CTF_ERR): Cast it to ctf_id_t. Note that it should only be used
120 for ctf_id_t-returning functions.
121
a30b3e18
NA
1222019-05-28 Nick Alcock <nick.alcock@oracle.com>
123
124 * ctf-api.h (ctf_dump_decorate_f): New.
125 (ctf_dump_state_t): new.
126 (ctf_dump): New.
127
6dbf2b73
NA
1282019-05-28 Nick Alcock <nick.alcock@oracle.com>
129
130 * ctf-api.h (ctf_label_f): New.
131 (ctf_label_set): New.
132 (ctf_label_get): New.
133 (ctf_label_topmost): New.
134 (ctf_label_info): New.
135 (ctf_label_iter): New.
136
6c33b742
NA
1372019-05-28 Nick Alcock <nick.alcock@oracle.com>
138
139 * ctf-api.h (ctf_version): New.
140
b437bfe0
NA
1412019-05-28 Nick Alcock <nick.alcock@oracle.com>
142
143 * ctf-api.h (ctf_func_info): New.
144 (ctf_func_args): Likewise.
145 (ctf_lookup_by_symbol): Likewise.
146 (ctf_lookup_by_symbol): Likewise.
147 (ctf_lookup_variable): Likewise.
148
316afdb1
NA
1492019-05-28 Nick Alcock <nick.alcock@oracle.com>
150
151 * ctf-api.h (ctf_visit_f): New definition.
152 (ctf_member_f): Likewise.
153 (ctf_enum_f): Likewise.
154 (ctf_variable_f): Likewise.
155 (ctf_type_f): Likewise.
156 (ctf_type_isparent): Likewise.
157 (ctf_type_ischild): Likewise.
158 (ctf_type_resolve): Likewise.
159 (ctf_type_aname): Likewise.
160 (ctf_type_lname): Likewise.
161 (ctf_type_name): Likewise.
162 (ctf_type_sizee): Likewise.
163 (ctf_type_align): Likewise.
164 (ctf_type_kind): Likewise.
165 (ctf_type_reference): Likewise.
166 (ctf_type_pointer): Likewise.
167 (ctf_type_encoding): Likewise.
168 (ctf_type_visit): Likewise.
169 (ctf_type_cmp): Likewise.
170 (ctf_type_compat): Likewise.
171 (ctf_member_info): Likewise.
172 (ctf_array_info): Likewise.
173 (ctf_enum_name): Likewise.
174 (ctf_enum_value): Likewise.
175 (ctf_member_iter): Likewise.
176 (ctf_enum_iter): Likewise.
177 (ctf_type_iter): Likewise.
178 (ctf_variable_iter): Likewise.
179
143dce84
NA
1802019-05-28 Nick Alcock <nick.alcock@oracle.com>
181
182 * ctf-api.h (struct bfd): New forward.
183 (ctf_fdopen): New.
184 (ctf_bfdopen): Likewise.
185 (ctf_open): Likewise.
186 (ctf_arc_open): Likewise.
187
9402cc59
NA
1882019-05-28 Nick Alcock <nick.alcock@oracle.com>
189
190 * ctf.h (CTFA_MAGIC): New.
191 (struct ctf_archive): New.
192 (struct ctf_archive_modent): Likewise.
193 * ctf-api.h (ctf_archive_member_f): New.
194 (ctf_archive_raw_member_f): Likewise.
195 (ctf_arc_write): Likewise.
196 (ctf_arc_close): Likewise.
197 (ctf_arc_open_by_name): Likewise.
198 (ctf_archive_iter): Likewise.
199 (ctf_archive_raw_iter): Likewise.
200 (ctf_get_arc): Likewise.
201
72f33921
NA
2022019-05-28 Nick Alcock <nick.alcock@oracle.com>
203
204 * ctf-api.h (ctf_file_close): New declaration.
205 (ctf_getdatasect): Likewise.
206 (ctf_parent_file): Likewise.
207 (ctf_parent_name): Likewise.
208 (ctf_parent_name_set): Likewise.
209 (ctf_import): Likewise.
210 (ctf_setmodel): Likewise.
211 (ctf_getmodel): Likewise.
212 (ctf_setspecific): Likewise.
213 (ctf_getspecific): Likewise.
214
47d546f4
NA
2152019-05-28 Nick Alcock <nick.alcock@oracle.com>
216
217 * ctf-api.h (zlib.h): New include.
218 (ctf_sect_t): New.
219 (ctf_sect_names_t): Likewise.
220 (ctf_encoding_t): Likewise.
221 (ctf_membinfo_t): Likewise.
222 (ctf_arinfo_t): Likewise.
223 (ctf_funcinfo_t): Likewise.
224 (ctf_lblinfo_t): Likewise.
225 (ctf_snapshot_id_t): Likewise.
226 (CTF_FUNC_VARARG): Likewise.
227 (ctf_simple_open): Likewise.
228 (ctf_bufopen): Likewise.
229 (ctf_create): Likewise.
230 (ctf_add_array): Likewise.
231 (ctf_add_const): Likewise.
232 (ctf_add_enum_encoded): Likewise.
233 (ctf_add_enum): Likewise.
234 (ctf_add_float): Likewise.
235 (ctf_add_forward): Likewise.
236 (ctf_add_function): Likewise.
237 (ctf_add_integer): Likewise.
238 (ctf_add_slice): Likewise.
239 (ctf_add_pointer): Likewise.
240 (ctf_add_type): Likewise.
241 (ctf_add_typedef): Likewise.
242 (ctf_add_restrict): Likewise.
243 (ctf_add_struct): Likewise.
244 (ctf_add_union): Likewise.
245 (ctf_add_struct_sized): Likewise.
246 (ctf_add_union_sized): Likewise.
247 (ctf_add_volatile): Likewise.
248 (ctf_add_enumerator): Likewise.
249 (ctf_add_member): Likewise.
250 (ctf_add_member_offset): Likewise.
251 (ctf_add_member_encoded): Likewise.
252 (ctf_add_variable): Likewise.
253 (ctf_set_array): Likewise.
254 (ctf_update): Likewise.
255 (ctf_snapshot): Likewise.
256 (ctf_rollback): Likewise.
257 (ctf_discard): Likewise.
258 (ctf_write): Likewise.
259 (ctf_gzwrite): Likewise.
260 (ctf_compress_write): Likewise.
261
479604f4
NA
2622019-05-28 Nick Alcock <nick.alcock@oracle.com>
263
264 * ctf-api.h (ctf_errno): New declaration.
265 (ctf_errmsg): Likewise.
266
60da9d95
NA
2672019-05-28 Nick Alcock <nick.alcock@oracle.com>
268
269 * ctf-api.h (ctf_setdebug): New.
270 (ctf_getdebug): Likewise.
271
2e94b056
NA
2722019-05-28 Nick Alcock <nick.alcock@oracle.com>
273
274 * ctf-api.h: New file.
275
fceac76e
NA
2762019-05-28 Nick Alcock <nick.alcock@oracle.com>
277
278 * ctf.h: New file.
279
2301ed1c
SN
2802019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
281
282 * elf/aarch64.h (DT_AARCH64_VARIANT_PCS): Define.
283 (STO_AARCH64_VARIANT_PCS): Define.
284
5663e321
AM
2852019-05-24 Alan Modra <amodra@gmail.com>
286
287 * elf/ppc64.h (R_PPC64_PLTSEQ_NOTOC, R_PPC64_PLTCALL_NOTOC),
288 (R_PPC64_PCREL_OPT, R_PPC64_D34, R_PPC64_D34_LO, R_PPC64_D34_HI30),
289 (R_PPC64_D34_HA30, R_PPC64_PCREL34, R_PPC64_GOT_PCREL34),
290 (R_PPC64_PLT_PCREL34, R_PPC64_PLT_PCREL34_NOTOC),
291 (R_PPC64_ADDR16_HIGHER34, R_PPC64_ADDR16_HIGHERA34),
292 (R_PPC64_ADDR16_HIGHEST34, R_PPC64_ADDR16_HIGHESTA34),
293 (R_PPC64_REL16_HIGHER34, R_PPC64_REL16_HIGHERA34),
294 (R_PPC64_REL16_HIGHEST34, R_PPC64_REL16_HIGHESTA34),
295 (R_PPC64_D28, R_PPC64_PCREL28): Define.
296
dd7efa79
PB
2972019-05-24 Peter Bergner <bergner@linux.ibm.com>
298 Alan Modra <amodra@gmail.com>
299
300 * dis-asm.h (WIDE_OUTPUT): Define.
301 * opcode/ppc.h (prefix_opcodes, prefix_num_opcodes): Declare.
302 (PPC_OPCODE_POWERXX, PPC_GET_PREFIX, PPC_GET_SUFFIX),
303 (PPC_PREFIX_P, PPC_PREFIX_SEG): Define.
304
8ebe6212
JM
3052019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
306
307 * elf/bpf.h: New file.
308
a7ad558c
AV
3092019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
310
311 * elf/arm.h (Tag_MVE_arch): Define new enum value.
312 * opcode/arm.h (FPU_MVE, FPU_MVE_FP): New MACROs for new features.
313
28ed815a
MM
3142019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
315
316 * opcode/aarch64.h (enum aarch64_opnd): New SVE_SHLIMM_UNPRED_22
317 operand.
318
fd1dc4a0
MM
3192019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
320
321 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_tsz_bhs
322 iclass.
323
31e36ab3
MM
3242019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
325
326 * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm4_11_INDEX operand.
327
1be5f94f
MM
3282019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
329
330 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_shift_tsz_bhsd
331 iclass.
332
3c17238b
MM
3332019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
334
335 * opcode/aarch64.h (enum aarch64_opnd): New SVE_SHRIMM_UNPRED_22
336 operand.
337 (enum aarch64_insn_class): Add sve_shift_tsz_hsd iclass.
338
cd50a87a
MM
3392019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
340
341 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_013 iclass.
342
3c705960
MM
3432019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
344
345 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_bh iclass.
346
0a57e14f
MM
3472019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
348
349 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_sd2 iclass.
350
c469c864
MM
3512019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
352
353 * opcode/aarch64.h (enum aarch64_opnd): New SVE_ADDR_ZX operand.
354
116adc27
MM
3552019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
356
357 * opcode/aarch64.h (enum aarch64_opnd): New SVE_Zm3_11_INDEX operand.
358
3bd82c86
MM
3592019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
360
361 * opcode/aarch64.h (enum aarch64_insn_class): Add sve_size_hsd2 iclass.
362
adccc507
MM
3632019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
364
365 * opcode/aarch64.h (enum aarch64_opnd): New SVE_IMM_ROT3 operand.
366
7ce2460a
MM
3672019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
368
369 * opcode/aarch64.h (AARCH64_FEATURE_SVE2
370 AARCH64_FEATURE_SVE2_AES, AARCH64_FEATURE_SVE2_BITPERM,
371 AARCH64_FEATURE_SVE2_SM4, AARCH64_FEATURE_SVE2_SHA3): New
372 feature macros.
373
41cee089
FS
3742019-05-06 Andrew Bennett <andrew.bennett@imgtec.com>
375 Faraz Shahbazker <fshahbazker@wavecomp.com>
376
377 * opcode/mips.h (ASE_EVA_R6): New macro.
378 (M_LLWPE_AB, M_SCWPE_AB): New enum values.
379
b83b4b13
SD
3802019-05-01 Sudakshina Das <sudi.das@arm.com>
381
382 * opcode/aarch64.h (AARCH64_FEATURE_TME): New.
383 (enum aarch64_opnd): Add AARCH64_OPND_TME_UIMM16.
384
a45328b9
AB
3852019-04-26 Andrew Bennett <andrew.bennett@imgtec.com>
386 Faraz Shahbazker <fshahbazker@wavecomp.com>
387
388 * opcode/mips.h (M_LLWP_AB, M_LLDP_AB): New enum values.
389 (M_SCWP_AB, M_SCDP_AB): Likewise.
390
cd092337
MR
3912019-04-25 Maciej W. Rozycki <macro@linux-mips.org>
392
393 * opcode/mips.h: Update comment for MIPS32 CODE20 operand.
394
1889da70
AV
3952019-04-15 Sudakshina Das <sudi.das@arm.com>
396
397 * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF12.
398
1caf72a5
AV
3992019-04-15 Sudakshina Das <sudi.das@arm.com>
400
401 * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF18.
402
e5d6e09e
AV
4032019-04-15 Sudakshina Das <sudi.das@arm.com>
404
405 * elf/arm.h (START_RELOC_NUMBERS): New entry for R_ARM_THM_BF16.
406
031254f2
AV
4072019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
408
409 * elf/arm.h (TAG_CPU_ARCH_V8_1M_MAIN): new macro.
410 (MAX_TAG_CPU_ARCH): Set value to above macro.
411 * opcode/arm.h (ARM_EXT2_V8_1M_MAIN): New macro.
412 (ARM_AEXT_V8_1M_MAIN): Likewise.
413 (ARM_AEXT2_V8_1M_MAIN): Likewise.
414 (ARM_ARCH_V8_1M_MAIN): Likewise.
415
bd7ceb8d
SD
4162019-04-11 Sudakshina Das <sudi.das@arm.com>
417
418 * opcode/aarch64.h (enum aarch64_opnd): Add AARCH64_OPND_Rt_SP.
419
462cac58
L
4202019-04-08 H.J. Lu <hongjiu.lu@intel.com>
421
422 * elf/common.h (GNU_PROPERTY_X86_ISA_1_AVX512_BF16): New.
423
07ffcfec
AM
4242019-04-07 Alan Modra <amodra@gmail.com>
425
426 Merge from gcc.
427 2019-04-03 Vineet Gupta <vgupta@synopsys.com>
428 PR89877
429 * longlong.h [__arc__] (add_ssaaaa): Add cc clobber.
430 (sub_ddmmss): Likewise.
431
5b9c07b2
L
4322019-04-06 H.J. Lu <hongjiu.lu@intel.com>
433
434 * bfdlink.h (bfd_link_info): Remove x86-specific linker options.
435
34ef62f4
AV
4362019-04-01 Andre Vieira <andre.simoesdiasvieira@arm.com>
437
438 * opcode/arm.h (FPU_NEON_ARMV8_1): New.
439 (FPU_ARCH_NEON_VFP_ARMV8_1): Use FPU_NEON_ARMV8_1.
440 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): Likewise.
441 (FPU_ARCH_DOTPROD_NEON_VFP_ARMV8): Likewise.
442 (FPU_ARCH_NEON_VFP_ARMV8_2_FP16): New.
443 (FPU_ARCH_NEON_VFP_ARMV8_2_FP16FML): New.
444 (FPU_ARCH_NEON_VFP_ARMV8_4_FP16FML): New.
445 (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4): New.
446
96a86c01
AM
4472019-03-28 Alan Modra <amodra@gmail.com>
448
449 PR 24390
450 * opcode/ppc.h (PPC_OPERAND_CR_REG): Comment.
451
53b2f36b
TC
4522019-03-25 Tamar Christina <tamar.christina@arm.com>
453
454 * dis-asm.h (struct disassemble_info): Add stop_offset.
455
1dbade74
SD
4562019-03-13 Sudakshina Das <sudi.das@arm.com>
457
458 * elf/aarch64.h (DT_AARCH64_PAC_PLT): New.
459
37c18eed
SD
4602019-03-13 Sudakshina Das <sudi.das@arm.com>
461 Szabolcs Nagy <szabolcs.nagy@arm.com>
462
463 * elf/aarch64.h (DT_AARCH64_BTI_PLT): New.
464
cd702818
SD
4652019-03-13 Sudakshina Das <sudi.das@arm.com>
466
467 * elf/common.h (GNU_PROPERTY_AARCH64_FEATURE_1_AND): New.
468 (GNU_PROPERTY_AARCH64_FEATURE_1_BTI): New.
469 (GNU_PROPERTY_AARCH64_FEATURE_1_PAC): New.
470
e6c3b5bf
AH
4712019-02-20 Alan Hayward <alan.hayward@arm.com>
472
473 * elf/common.h (NT_ARM_PAC_MASK): Add define.
474
91d78b81
SJ
4752019-02-15 Saagar Jha <saagar@saagarjha.com>
476
477 * mach-o/loader.h: Use new OS names in comments.
478
e2077304 4792019-02-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
480
481 * splay-tree.h (splay_tree_delete_key_fn): Update comment.
482 (splay_tree_delete_value_fn): Likewise.
483
fc60b8c8
AK
4842019-01-31 Andreas Krebbel <krebbel@linux.ibm.com>
485
486 * opcode/s390.h (enum s390_opcode_cpu_val): Add
487 S390_OPCODE_ARCH13.
488
550fd7bf
SD
4892019-01-25 Sudakshina Das <sudi.das@arm.com>
490 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
491
492 * opcode/aarch64.h (enum aarch64_opnd): Remove
493 AARCH64_OPND_ADDR_SIMPLE_2.
494 (enum aarch64_insn_class): Remove ldstgv_indexed.
495
71ba91e1
TT
4962019-01-22 Tom Tromey <tom@tromey.com>
497
498 * coff/ecoff.h: Include coff/sym.h.
499
f974f26c
NC
5002018-06-24 Nick Clifton <nickc@redhat.com>
501
502 2.32 branch created.
503
2dc8dd17
JW
5042019-01-16 Kito Cheng <kito@andestech.com>
505
506 * elf/riscv.h (SHT_RISCV_ATTRIBUTES): Define.
507 (Tag_RISCV_arch): Likewise.
508 (Tag_RISCV_priv_spec): Likewise.
509 (Tag_RISCV_priv_spec_minor): Likewise.
510 (Tag_RISCV_priv_spec_revision): Likewise.
511 (Tag_RISCV_unaligned_access): Likewise.
512 (Tag_RISCV_stack_align): Likewise.
513
8f0a2148
ПК
5142019-01-14 Pavel I. Kryukov <kryukov@frtk.ru>
515
516 * dis-asm.h: include <string.h>
517
1910070b
NC
5182019-01-10 Nick Clifton <nickc@redhat.com>
519
520 * Merge from GCC:
521 2018-12-22 Jason Merrill <jason@redhat.com>
522
523 * demangle.h: Remove support for ancient GNU (pre-3.0), Lucid,
524 ARM, HP, and EDG demangling styles.
525
a08da33e
SL
5262019-01-09 Sandra Loosemore <sandra@codesourcery.com>
527
528 Merge from GCC:
529 PR other/16615
530
531 * libiberty.h: Mechanically replace "can not" with "cannot".
532 * plugin-api.h: Likewise.
533
59581069
YS
5342018-12-25 Yoshinori Sato <ysato@users.sourceforge.jp>
535
536 * elf/rx.h (EF_RX_CPU_MASK): Update new bits.
537 (E_FLAG_RX_V3): New RXv3 type.
538 * opcode/rx.h (RX_Size): Add double size.
539 (RX_Operand_Type): Add double FPU registers.
540 (RX_Opcode_ID): Add new instuctions.
541
82704155
AM
5422019-01-01 Alan Modra <amodra@gmail.com>
543
544 Update year range in copyright notice of all files.
545
d5c04e1b 546For older changes see ChangeLog-2018
3499769a 547\f
d5c04e1b 548Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
549
550Copying and distribution of this file, with or without modification,
551are permitted in any medium without royalty provided the copyright
552notice and this notice are preserved.
553
554Local Variables:
555mode: change-log
556left-margin: 8
557fill-column: 74
558version-control: never
559End:
This page took 0.219498 seconds and 4 git commands to generate.