Count i386-moss as ELF
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
5f2a6b85
AM
12019-04-08 Alan Modra <amodra@gmail.com>
2
3 * configure.ac (elfxx_x86): Define and use.
4 * configure: Regenerate.
5
5b9c07b2
L
62019-04-06 H.J. Lu <hongjiu.lu@intel.com>
7
8 * elf-linker-x86.h: New file.
9 * elf32-i386.c (elf_i386_convert_load_reloc): Use htab->params
10 to get x86-specific linker options.
11 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Likewise.
12 (elf_x86_64_check_relocs): Likewise.
13 (elf_x86_64_relocate_section): Likewise.
14 (elf_x86_64_link_setup_gnu_properties): Likewise.
15 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Likewise.
16 (_bfd_x86_elf_link_setup_gnu_properties): Likewise.
17 (_bfd_elf_linker_x86_set_options): New function.
18 * elfxx-x86.h: Include "elf-linker-x86.h".
19 (elf_x86_link_hash_table): Add params.
20
4b24dd1a
AM
212019-04-03 Alan Modra <amodra@gmail.com>
22
23 * coff-i386.c, * coff-x86_64.c, * coffgen.c, * dwarf2.c,
24 * elf-m10200.c, * elf.c, * elf32-arm.c, * elf32-bfin.c,
25 * elf32-csky.c, * elf32-m32r.c, * elf32-microblaze.c, * elf32-pru.c,
26 * elf32-rx.c, * elf32-xgate.c, * elf64-sparc.c, * elfnn-ia64.c,
27 * elfxx-riscv.c, * elfxx-sparc.c, * linker.c, * mach-o.c,
28 * pe-x86_64.c, * pei-x86_64.c, * plugin.c: Whitespace fixes.
29
87f98bac
JW
302019-04-02 Jim Wilson <jimw@sifive.com>
31
32 PR 24389
33 * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Move read of
34 ELF header flags to after check for ELF object file. Loop through
35 sections looking for code sections, if none, then skip ABI checks.
36
ae2b14c7
JW
372019-03-30 Andrew Waterman <andrew@sifive.com>
38
39 * elfnn-riscv.c (_bfd_riscv_relax_call): Only check ARCH_SIZE for
40 rd == X_RA case.
41
2487ef07
MF
422019-03-29 Max Filippov <jcmvbkbc@gmail.com>
43
44 * elf32-xtensa.c (shrink_dynamic_reloc_sections): Add
45 info->export_dynamic to the conditional.
46
242a1159
AM
472019-03-28 Alan Modra <amodra@gmail.com>
48
49 PR 24392
50 * configure.ac: Invoke AC_CHECK_SIZEOF(int).
51 * configure: Regenerate.
52 * coffgen.c (coff_get_reloc_upper_bound): Replace gcc diagnostic
53 workaround with SIZEOF_LONG vs. SIZEOF_INT check.
54 * elf.c (_bfd_elf_get_reloc_upper_bound): Likewise.
55 * elf64-sparc.c (elf64_sparc_get_reloc_upper_bound): Likewise.
56 * mach-o.c (bfd_mach_o_get_reloc_upper_bound): Likewise.
57
a9f5a551
JW
582019-03-21 Jim Wilson <jimw@sifive.com>
59
60 PR 24365
61 * elfnn-riscv.c (riscv_elf_relocate_section): For STT_SECTION check,
62 verify sym non-NULL before using. Add identical check using h.
63
4e539114
SD
642019-03-21 Sudakshina Das <sudi.das@arm.com>
65
66 * elf-bfd.h (struct elf_backend_data): Add argument to
67 merge_gnu_properties.
68 * elf-properties.c (elf_merge_gnu_properties): Add argument to
69 itself and while calling bed->merge_gnu_properties.
70 (elf_merge_gnu_property_list): Update the calls for
71 elf_merge_gnu_properties.
72 * elfnn-aarch64.c (elfNN_aarch64_merge_gnu_properties): Update handling
73 of --force-bti warning and add argument.
74 * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Add
75 warning.
76 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Add argument.
77 * elfxx-x86.h (_bfd_x86_elf_merge_gnu_properties): Likewise in
78 declaration.
79
acde6c6b
SD
802019-03-20 Sudakshina Das <sudi.das@arm.com>
81
82 * elfxx-aarch64.c (_bfd_aarch64_elf_link_fixup_gnu_properties): Define.
83 * elfxx-aarch64.h (_bfd_aarch64_elf_link_fixup_gnu_properties): Declare.
84 (elf_backend_fixup_gnu_properties): Define for AArch64.
85
8cd1fe1b
AM
862019-03-18 Alan Modra <amodra@gmail.com>
87
88 PR 24355
89 * elf32-ppc.c (ppc_finish_symbols): Don't call write_glink_stub
90 for local iplt syms with ent->plt.offset == -1. Remove ineffective
91 attempt at writing glink stubs only once.
92
6835821b
AM
932019-03-16 Alan Modra <amodra@gmail.com>
94
95 PR 24337
96 * elf.c (_bfd_elf_rela_local_sym): Revert last change.
97 (_bfd_elf_rel_local_sym): Likewise.
98 * elflink.c (elf_link_input_bfd): Use bfd_und_section for
99 section of symbols with unrecognized shndx.
100
2219ae0b
L
1012019-03-15 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR ld/24267
104 * coffgen.c (_bfd_coff_section_already_linked): Skip discarded
105 section.
106 * cofflink.c (coff_link_add_symbols): Check for symbols defined
107 in discarded section.
108
fe3fef62
AM
1092019-03-15 Alan Modra <amodra@gmail.com>
110
111 PR 24339
112 * elflink.c (elf_link_add_object_symbols): Bail out on a local
113 symbol after globals if elf_bad_symtab is not set.
114
1ff31e13
AM
1152019-03-15 Alan Modra <amodra@gmail.com>
116
117 PR 24337
118 * elf.c (_bfd_elf_rela_local_sym): Don't segfault on NULL sec.
119 (_bfd_elf_rel_local_sym): Likewise.
120
f55b1e32
AM
1212019-03-15 Alan Modra <amodra@gmail.com>
122
123 PR 24336
124 * elflink.c (elf_link_read_relocs_from_section): Handle fuzzed
125 object files with sh_size not a multiple of sh_entsize.
126
da0d12d2
L
1272019-03-15 H.J. Lu <hongjiu.lu@intel.com>
128
418d4036
L
129 PR ld/24338
130 * elf64-x86-64.c (elf_x86_64_relocate_section): Check for corrupt
131 input with bad relocation.
132
13322019-03-15 H.J. Lu <hongjiu.lu@intel.com>
134
da0d12d2
L
135 * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent.
136
d7f848c3
NC
1372019-03-14 Nick Clifton <nickc@redhat.com>
138
139 PR 24334
140 * dwarf2.c (struct dwarf2_debug): Add sec_vma_count field.
141 (save_section_vma): Initialise field to the number of entries in
142 the sec_vma table.
143 (section_vma_same): Check that the number of entries in the
144 sec_vma table matches the number of sections in the bfd.
145
6cc71b82
NC
1462019-03-14 Nick Clifton <nickc@redhat.com>
147
148 PR 24333
149 * elflink.c (_bfd_elf_add_default_symbol): Add a check for a NULL
150 section owner pointer when adding the default symbol.
151
be22c732
NC
1522019-03-14 Nick Clifton <nickc@redhat.com>
153
154 PR 24332
155 * elflink.c (elf_link_add_object_symbols): Add new local variable
156 extversym_end. Initialise it to point to the end of the version
157 symbol table, if present. Check it when initialising and updating
158 the ever pointer.
159
1dbade74
SD
1602019-03-13 Sudakshina Das <sudi.das@arm.com>
161
162 * elfnn-aarch64.c (PLT_PAC_ENTRY_SIZE, PLT_PAC_SMALL_ENTRY_SIZE): New.
163 (PLT_BTI_PAC_ENTRY_SIZE, PLT_BTI_PAC_SMALL_ENTRY_SIZE): New.
164 (setup_plt_values): Account for PAC or PAC and BTI enabled PLTs.
165 (elfNN_aarch64_size_dynamic_sections): Add checks for PLT_BTI_PAC
166 and PLT_PAC_PLT.
167 (elfNN_aarch64_finish_dynamic_sections): Account for PLT_BTI_PAC.
168 (get_plt_type): Add case for DT_AARCH64_PAC_PLT.
169 (elfNN_aarch64_plt_sym_val): Add cases for PLT_BTI_PAC and PLT_PAC.
170
37c18eed
SD
1712019-03-13 Sudakshina Das <sudi.das@arm.com>
172 Szabolcs Nagy <szabolcs.nagy@arm.com>
173
174 * bfd-in.h (aarch64_plt_type, aarch64_enable_bti_type): New.
175 (aarch64_bti_pac_info): New.
176 (bfd_elf64_aarch64_set_options): Add aarch64_bti_pac_info argument.
177 (bfd_elf32_aarch64_set_options): Likewise.
178 * bfd-in2.h: Regenerate
179 * elfnn-aarch64.c (PLT_BTI_ENTRY_SIZE): New.
180 (PLT_BTI_SMALL_ENTRY_SIZE, PLT_BTI_TLSDESC_ENTRY_SIZE): New.
181 (elfNN_aarch64_small_plt0_bti_entry): New.
182 (elfNN_aarch64_small_plt_bti_entry): New.
183 (elfNN_aarch64_tlsdesc_small_plt_bti_entry): New.
184 (elf_aarch64_obj_tdata): Add no_bti_warn and plt_type fields.
185 (elf_aarch64_link_hash_table): Add plt0_entry, plt_entry and
186 tlsdesc_plt_entry_size fields.
187 (elfNN_aarch64_link_hash_table_create): Initialise the new fields.
188 (setup_plt_values): New helper function.
189 (bfd_elfNN_aarch64_set_options): Use new bp_info to set plt sizes and
190 bti enable type.
191 (elfNN_aarch64_allocate_dynrelocs): Use new size members instead of
192 fixed macros.
193 (elfNN_aarch64_size_dynamic_sections): Likewise and add checks.
194 (elfNN_aarch64_create_small_pltn_entry): Use new generic pointers
195 to plt stubs instead of fixed ones and update filling them according
196 to the need for bti.
197 (elfNN_aarch64_init_small_plt0_entry): Likewise.
198 (elfNN_aarch64_finish_dynamic_sections): Likewise.
199 (get_plt_type, elfNN_aarch64_get_synthetic_symtab): New.
200 (elfNN_aarch64_plt_sym_val): Update size accordingly.
201 (elfNN_aarch64_link_setup_gnu_properties): Set up plts if BTI GNU NOTE
202 is set.
203 (bfd_elfNN_get_synthetic_symtab): Define.
204 (elfNN_aarch64_merge_gnu_properties): Give out warning with --force-bti
205 and mising BTI NOTE SECTION.
206
207
cd702818
SD
2082019-03-13 Sudakshina Das <sudi.das@arm.com>
209
210 * elf-properties.c (_bfd_elf_link_setup_gnu_properties): Exclude
211 linker created inputs from merge.
212 * elfnn-aarch64.c (struct elf_aarch64_obj_tdata): Add field for
213 GNU_PROPERTY_AARCH64_FEATURE_1_AND properties.
214 (elfNN_aarch64_link_setup_gnu_properties): New.
215 (elfNN_aarch64_merge_gnu_properties): New.
216 (elf_backend_setup_gnu_properties): Define for AArch64.
217 (elf_backend_merge_gnu_properties): Likewise.
218 * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Define.
219 (_bfd_aarch64_elf_parse_gnu_properties): Define.
220 (_bfd_aarch64_elf_merge_gnu_properties): Define.
221 * elfxx-aarch64.h (_bfd_aarch64_elf_link_setup_gnu_properties): Declare.
222 (_bfd_aarch64_elf_parse_gnu_properties): Declare.
223 (_bfd_aarch64_elf_merge_gnu_properties): Declare.
224 (elf_backend_parse_gnu_properties): Define for AArch64.
225
44b27f95
L
2262019-03-13 H.J. Lu <hongjiu.lu@intel.com>
227
228 PR ld/24322
229 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Properly
230 merge GNU_PROPERTY_X86_FEATURE_1_[IBT|SHSTK].
231
7a6e0d89
AM
2322019-03-12 Alan Modra <amodra@gmail.com>
233
234 * coffcode.h (buy_and_read): Delete unnecessary forward decl. Add
235 nmemb parameter. Use bfd_alloc2.
236 (coff_slurp_line_table): Use bfd_alloc2. Update buy_and_read calls.
237 Delete assertion.
238 (coff_slurp_symbol_table): Use bfd_alloc2 and bfd_zalloc2.
239 (coff_slurp_reloc_table): Use bfd_alloc2. Update buy_and_read calls.
240 * coffgen.c (coff_get_reloc_upper_bound): Ensure size calculation
241 doesn't overflow.
242 * elf.c (bfd_section_from_shdr): Use bfd_zalloc2. Style fix.
243 (assign_section_numbers): Style fix.
244 (swap_out_syms): Use bfd_malloc2.
245 (_bfd_elf_get_reloc_upper_bound): Ensure size calculation doesn't
246 overflow.
247 (_bfd_elf_make_empty_symbol): Style fix.
248 (elfobj_grok_stapsdt_note_1): Formatting.
249 * elfcode.h (elf_object_p): Use bfd_alloc2.
250 (elf_write_relocs, elf_write_shdrs_and_ehdr): Likewise.
251 (elf_slurp_symbol_table): Use bfd_zalloc2.
252 (elf_slurp_reloc_table): Use bfd_alloc2.
253 (_bfd_elf_bfd_from_remote_memory): Use bfd_malloc2.
254 * elf64-sparc (elf64_sparc_get_reloc_upper_bound): Ensure
255 size calculation doesn't overflow.
256 (elf64_sparc_get_dynamic_reloc_upper_bound): Likewise.
257 * mach-o.c (bfd_mach_o_get_reloc_upper_bound): Likewise.
258 * pdp11.c (get_reloc_upper_bound): Copy aoutx.h version.
259
ebd2263b
AM
2602019-03-08 Alan Modra <amodra@gmail.com>
261
262 PR 24311
263 * merge.c (merge_strings): Return secinfo. Don't pad section
264 to alignment here.
265 (_bfd_merge_sections): Pad section to alignment here, if input
266 sections contributing to merged output all pad to alignment.
267 Formatting.
268
219d6836
NC
2692019-03-06 Nick Clifton <nickc@redhat.com>
270
271 * dwarf2.c (_bfd_dwarf2_find_symbol_bias): Check for a NULL symbol
272 table pointer.
273 * coffgen.c (coff_find_nearest_line_with_names): Do not call
274 _bfd_dwarf2_find_symbol_bias if there is no symbol table available.
275
24801b15
AK
2762019-03-01 Andreas Krebbel <krebbel@linux.ibm.com>
277
278 This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.
279 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
280
281 PR 20113
282 * elf32-s390.c (allocate_dynrelocs): Update comment.
283
4ffd2909
TC
2842019-02-28 Tamar Christina <tamar.christina@arm.com>
285
286 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct CIE parse.
287
eed5def8
NC
2882019-02-28 Nick Clifton <nickc@redhat.com>
289
290 PR 24273
291 * elf.c (bfd_elf_string_from_elf_section): Check for a string
292 section that is not NUL terminated.
293
5cfe428c
L
2942019-02-27 H.J. Lu <hongjiu.lu@intel.com>
295
296 PR ld/24276
297 * elf64-x86-64.c (elf_x86_64_check_relocs): Skip symbol defined
298 by linker when checking copy reloc on protected symbol.
299
f616c36b
AM
3002019-02-24 Alan Modra <amodra@gmail.com>
301
302 PR 24144
303 * pdp11.c (set_section_contents): Revert 2015-02-24 change.
304
eed62915
MF
3052019-02-20 Eric Tsai <erictsai@cadence.com>
306
307 * elf32-xtensa.c (is_resolvable_asm_expansion): Scan output
308 sections between the call site and call destination and adjust
309 call distance by the largest alignment.
310
e6c3b5bf
AH
3112019-02-20 Alan Hayward <alan.hayward@arm.com>
312
313 * elf-bfd.h (elfcore_write_aarch_pauth): Add declaration.
314 * elf.c (elfcore_grok_aarch_pauth): New function.
315 (elfcore_grok_note): Check for NT_ARM_PAC_MASK.
316 (elfcore_write_aarch_pauth): New function.
317 (elfcore_write_register_note): Check for AArch64 pauth section.
318
34d75fb5
AM
3192019-02-20 Alan Modra <amodra@gmail.com>
320
321 PR 24225
322 * elf32-nios2.c (nios2_elf32_relocate_section): Check asprintf
323 return value.
324
edd01d07
MR
3252019-02-20 Michael Roitzsch <reactorcontrol@icloud.com>
326
327 * configure.ac (SHARED_LIBADD): Add -liberty -lintl for all
328 Darwin hosts, not just or1k.
329 * configure: Regenerate.
330
8abac803
AM
3312019-02-20 Alan Modra <amodra@gmail.com>
332
333 PR 24236
334 * archive64.c (_bfd_archive_64_bit_slurp_armap): Move code adding
335 sentinel NUL to string buffer nearer to loop where it is used.
336 Don't go past sentinel when scanning strings, and don't write
337 NUL again.
338 * archive.c (do_slurp_coff_armap): Simplify string handling to
339 archive64.c style.
340
179f2db0
AM
3412019-02-19 Alan Modra <amodra@gmail.com>
342
343 PR 24235
344 * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct checks
345 attempting to prevent read past end of section.
346
a31b8bd9
AM
3472019-02-18 Alan Modra <amodra@gmail.com>
348
349 PR 24225
350 * elf32-nios2.c (nios2_elf32_relocate_section): Use asprintf and
351 PRIx64 to generate warning messages. Print local sym names too.
352
a0e90a73
CZ
3532019-02-09 Vineet Gupta <vgupta@synopsys.com>
354
355 * elf32-arc (INIT_SYM_STRING): Delete.
356 (FINI_SYM_STRING): Likewise.
357 (init_str): Likewise.
358 (fini_str): Likewise.
359
482f3505
AM
3602019-02-08 Alan Modra <amodra@gmail.com>
361
362 * elf32-ppc.c (ppc_elf_relocate_section): Add %X to "unsupported
363 for bss-plt" warning to make it an error.
364
b2abe1bd
EB
3652019-02-07 Eric Botcazou <ebotcazou@adacore.com>
366
367 PR ld/18841
368 * elf32-sparc.c (elf32_sparc_reloc_type_class): Return
369 reloc_class_ifunc for ifunc symbols.
370 * elf64-sparc.c (elf64_sparc_reloc_type_class): Likewise.
371
68a09132
EB
3722019-02-07 Eric Botcazou <ebotcazou@adacore.com>
373
374 * elf32-visium.c (visium_elf_howto_parity_reloc): Minor tweak.
375 <R_VISIUM_PC16>: Use explicit range test to detect an overflow.
376
2012bf01
NC
3772019-02-07 Nick Clifton <nickc@redhat.com>
378
379 * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
380 into the definitely obsolete list.
381
83924b38
L
3822019-02-05 H.J. Lu <hongjiu.lu@intel.com>
383
384 PR ld/24151
385 * elf64-x86-64.c (elf_x86_64_need_pic): Check
386 SYMBOL_DEFINED_NON_SHARED_P instead of def_regular.
387 (elf_x86_64_relocate_section): Move PIC check for PC-relative
388 relocations to ...
389 (elf_x86_64_check_relocs): Here.
390 (elf_x86_64_finish_dynamic_symbol): Use SYMBOL_DEFINED_NON_SHARED_P
391 to check if a symbol is defined in a non-shared object.
392 * elfxx-x86.h (SYMBOL_DEFINED_NON_SHARED_P): New.
393
453f8e1e
SDJ
3942019-01-21 Sergio Durigan Junior <sergiodj@redhat.com>
395
396 * elf32-arm.c (elf32_arm_final_link_relocate): Use 'llabs' instead
397 of 'labs' (and fix GCC warning).
398
9ed1348c
NC
3992019-01-25 Nick Clifton <nickc@redhat.com>
400
401 * po/ru.po: Updated Russian translation.
402
d9938630
NC
4032019-01-23 Nick Clifton <nickc@redhat.com>
404
405 * po/fr.po: Updated French translation.
406
375cd423
NC
4072019-01-21 Nick Clifton <nickc@redhat.com>
408
409 * po/pt.po: Updated Portuguese translation.
410 * po/uk.po: Updated Ukranian translation.
411
acef8081
YC
4122019-01-21 Yuri Chornoivan <yurchor@ukr.net>
413
414 PR 24108
415 * elf32-nds32.c (nds32_relocate_section): Add space between words
416 in error message.
417 * elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
418 error message.
419 (riscv_i_or_e_p): Likewise.
420 (riscv_merge_arch_attr_info): Likewise.
421
f48dfe41
NC
4222019-01-19 Nick Clifton <nickc@redhat.com>
423
424 * version.m4: Reset to 2.32.51
425 * configure: Regenerate.
426 * po/bfd.pot: Regenerate.
427
f974f26c
NC
4282018-06-24 Nick Clifton <nickc@redhat.com>
429
430 2.32 branch created.
431
a4bf3d07
JW
4322019-01-16 Kito Cheng <kito@andestech.com>
433
434 * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
435 for OBJ_ATTR_PROC.
436
2dc8dd17
JW
4372019-01-16 Kito Cheng <kito@andestech.com>
438 Nelson Chu <nelson@andestech.com>
439
7d7a7d7c
JW
440 * elfnn-riscv.c (in_subsets): New.
441 (out_subsets): Likewise.
442 (merged_subsets): Likewise.
443 (riscv_std_ext_p): Likewise.
444 (riscv_non_std_ext_p): Likewise.
445 (riscv_std_sv_ext_p): Likewise.
446 (riscv_non_std_sv_ext_p): Likewise.
447 (riscv_version_mismatch): Likewise.
448 (riscv_i_or_e_p): Likewise.
449 (riscv_merge_std_ext): Likewise.
450 (riscv_merge_non_std_and_sv_ext): Likewise.
451 (riscv_merge_arch_attr_info): Likewise.
452 (riscv_merge_attributes): Likewise.
453 (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
454
2dc8dd17
JW
455 * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
456 (elf_backend_obj_attrs_vendor): Define.
457 (elf_backend_obj_attrs_section_type): Likewise.
458 (elf_backend_obj_attrs_section): Likewise.
459 (elf_backend_obj_attrs_arg_type): Define as
460 riscv_elf_obj_attrs_arg_type.
461 * elfxx-riscv.c (riscv_estimate_digit): New.
462 (riscv_estimate_arch_strlen1): Likewise.
463 (riscv_estimate_arch_strlen): Likewise.
464 (riscv_arch_str1): Likewise.
465 (riscv_arch_str): Likewise.
466 * elfxx-riscv.h (riscv_arch_str): Declare.
467
d5dcaf1b
JD
4682019-01-14 John Darrington <john@darrington.wattle.id.au>
469
470 * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
471 * libbfd.h: regen.
472 * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
473 source field. (md_apply_fix): Apply final fix
474 to BFD_RELOC_S12Z_OPR.
475 * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
476
5a12586d
MT
4772019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
478
f466c305 479 PR 20113
5a12586d
MT
480 * elf32-s390.c (allocate_dynrelocs): Update comment.
481
3107326d
AP
4822019-01-09 Andrew Paprocki <andrew@ishiboo.com>
483
484 * warning.m4: Adjust egrep pattern for non-GNU compilers.
485 * configure: Regenerate.
486
a9859e01
AM
4872019-01-08 Alan Modra <amodra@gmail.com>
488
489 PR 23699
490 PR 24065
491 * ihex.c (ihex_write_object_contents): Properly check 32-bit
492 address range.
493
c8c89dac
YS
4942019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
495
496 * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
497 * bfd/bfd-in2.h: Regenerate.
498 * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
499 * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
500
d9858c37
LX
5012019-01-04 Lifang Xia <lifang_xia@c-sky.com>
502
503 * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
504 default target, little endian target is more suitable.
505
677bd4c6
AM
5062019-01-04 Alan Modra <amodra@gmail.com>
507
508 PR 24061
509 PR 21786
510 * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
511 adjust all callers.
512 (EQ_VALUE_IN_FIELD): Likewise.
513 * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
514
82704155
AM
5152019-01-01 Alan Modra <amodra@gmail.com>
516
517 Update year range in copyright notice of all files.
518
d5c04e1b 519For older changes see ChangeLog-2018
3499769a 520\f
d5c04e1b 521Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
522
523Copying and distribution of this file, with or without modification,
524are permitted in any medium without royalty provided the copyright
525notice and this notice are preserved.
526
527Local Variables:
528mode: change-log
529left-margin: 8
530fill-column: 74
531version-control: never
532End:
This page took 0.221203 seconds and 4 git commands to generate.