Remove use of deprecated_add_core_fns in cris_tdep.c
[deliverable/binutils-gdb.git] / bfd / ChangeLog
... / ...
CommitLineData
12020-02-11 Nick Clifton <nickc@redhat.com>
2
3 * elf32-msp430.c (msp430_final_link_relocate): Always use longs
4 for addresses in print statements.
5 (msp430_elf_relax_delete_bytes): Likewise.
6 (msp430_elf_relax_add_words): Likewise.
7 (msp430_elf_relax_section): Likewise.
8
92020-02-11 H.J. Lu <hongjiu.lu@intel.com>
10
11 * plugin.c (add_symbols): Clear plugin_data memory.
12
132020-02-10 H.J. Lu <hongjiu.lu@intel.com>
14
15 PR binutils/25355
16 * configure.ac (HAVE_EXECUTABLE_SUFFIX): New AC_DEFINE.
17 (EXECUTABLE_SUFFIX): Likewise.
18 * config.in: Regenerated.
19 * configure: Likewise.
20 * plugin.c (bfd_plugin_close_and_cleanup): Removed.
21 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
22 gcc, lto_wrapper, resolution_file, resolution_option, gcc_env,
23 real_bfd, real_nsyms, real_syms, lto_nsyms and lto_syms.
24 (get_lto_wrapper): New.
25 (setup_lto_wrapper_env): Likewise.
26 (current_plugin): Likewise.
27 (register_all_symbols_read): Likewise.
28 (register_cleanup): Likewise.
29 (get_symbols): Likewise.
30 (add_input_file): Likewise.
31 (bfd_plugin_close_and_cleanup): Likewise.
32 (claim_file): Removed.
33 (register_claim_file): Set current_plugin->claim_file.
34 (add_symbols): Make a copy of LTO symbols. Set lto_nsyms and
35 lto_syms in current_plugin.
36 (try_claim): Use current_plugin->claim_file. Call LTO plugin
37 all_symbols_read handler. Copy real symbols to plugin_data.
38 Call LTO plugin cleanup handler. Clean up for LTO wrapper.
39 (try_load_plugin): Don't reuse the previous plugin for LTO
40 wrapper. Set up GCC LTO wrapper if possible. Don't set
41 plugin_list_iter->claim_file.
42 (bfd_plugin_canonicalize_symtab): Use real LTO symbols if
43 possible.
44 * plugin.h (plugin_data_struct): Add real_bfd, real_nsyms and
45 real_syms.
46
472020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
48
49 * elf32-msp430.c (msp430_elf_relax_section): Before relaxing a branch,
50 check if previous instruction matches a conditional jump inserted
51 earlier. Invert conditional jump and delete branch in this case.
52
532020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
54
55 * elf32-msp430.c (msp430_elf_relax_add_two_words): Rename to
56 msp430_elf_relax_add_words. Support insertion of either one or two
57 words.
58 (msp430_elf_relax_section): Catch opcode of 0x3c00 when relocation
59 needs to be grown. Handle insertion of branch instruction to replace
60 jump.
61
622020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
63
64 * elf32-msp430.c (msp430_final_link_relocate): Add printf statements for
65 debugging relocations.
66 (msp430_elf_relax_delete_bytes): Likewise.
67 (msp430_elf_relax_add_two_words): Likewise.
68 (msp430_elf_relax_section): Likewise.
69
702020-02-10 Alan Modra <amodra@gmail.com>
71
72 * archures.c: Wrap overlong z80 comments.
73 * bfd-in2.h: Regenerate.
74
752020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
76
77 PR 25469
78 * archures.c: Add GBZ80 and Z80N machine values.
79 * reloc.c: Add BFD_RELOC_Z80_16_BE.
80 * coff-z80.c: Add support for new reloc.
81 * coffcode.h: Add support for new machine values.
82 * cpu-z80.c: Add support for new machine names.
83 * elf32-z80.c: Add support for new reloc.
84 * bfd-in2.h: Regenerate.
85 * libbfd.h: Regenerate.
86
872020-02-07 Nick Clifton <nickc@redhat.com>
88
89 PR 23932
90 * elf.c (rewrite_elf_program_header): Do not complain if no
91 sections are mapped to a segment.
92
932020-02-06 H.J. Lu <hongjiu.lu@intel.com>
94
95 PR ld/25490
96 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error
97 for garbage collection on __patchable_function_entries section
98 without linked-to section.
99
1002020-02-06 H.J. Lu <hongjiu.lu@intel.com>
101
102 PR gas/25381
103 * bfd-in2.h: Regenerated.
104 * elflink.c (_bfd_elf_gc_mark_extra_sections): Call mark_hook
105 on section if gc_mark of any of its linked-to sections is set
106 and don't set gc_mark again.
107 * section.c (asection): Add linked_to_symbol_name to map_head
108 union.
109
1102020-02-06 Maciej W. Rozycki <macro@wdc.com>
111
112 * elf32-v850.c (v850_elf_relax_section): Fix the index used for
113 reporting an unrecognized instruction with R_V850_LONGJUMP.
114
1152020-02-05 Alan Modra <amodra@gmail.com>
116
117 * elf64-ppc.c (ppc_stub_plt_branch): Match comment with reality.
118
1192020-02-04 Alan Modra <amodra@gmail.com>
120
121 * elf32-ppc.c (ppc_elf_relocate_section): After applying
122 R_PPC_VLE_ADDR20, goto copy_reloc.
123
1242020-02-02 H.J. Lu <hongjiu.lu@intel.com>
125
126 * bfd-in2.h: Regenerated.
127 * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
128
1292020-02-02 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR gas/25380
132 * bfd-in2.h: Regenerated.
133 * ecoff.c (bfd_debug_section): Add section_id.
134 * section.c (bfd_section): Add section_id.
135 (SEC_ASSEMBLER_SECTION_ID): New.
136 (BFD_FAKE_SECTION): Add section_id.
137
1382020-02-01 Nick Clifton <nickc@redhat.com>
139
140 * config.bfd: Move the c30-aout and tic30-aout targets onto the
141 obsolete list.
142
1432020-01-31 Sandra Loosemore <sandra@codesourcery.com>
144
145 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
146 encodings are relative to the GOT on nios2, too.
147
1482020-01-31 Alan Modra <amodra@gmail.com>
149
150 * Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
151 file. Use $< and $@ in rules.
152 (elf32-aarch64.c, elf64-aarch64.c): Likewise.
153 (elf32-ia64.c, elf64-ia64.c): Likewise.
154 (elf32-riscv.c, elf64-riscv.c): Likewise.
155 (peigen.c, pepigen.c, pex64igen.c): Likewise.
156 (elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
157 (elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
158 (elf32-ia64.c, elf64-ia64.c): Do emit #line.
159 (peigen.c, pepigen.c, pex64igen.c): Likewise.
160 * Makefile.in: Regenerate.
161
1622020-01-31 Alan Modra <amodra@gmail.com>
163
164 PR 4110
165 * elf.c (setup_group): Don't clear entire section contents,
166 just the padding after group flags. Release alloc'd memory
167 after a seek or read failure.
168
1692020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
170
171 * peXXigen.c (pe_is_repro): New function.
172 (_bfd_XX_print_private_bfd_data_common): Note timestamp is
173 actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
174
1752020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
176
177 * peXXigen.c (debug_type_names): Add names for new debug data type
178 values.
179
1802020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
181
182 * peXXigen.c (pe_print_debugdata): Fix the iteration variable for
183 inner loop. Fix a memory leak.
184
1852020-01-30 Alan Modra <amodra@gmail.com>
186
187 * coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
188 or obj_coff_keep_strings here.
189 (coff_get_normalized_symtab): Free external syms directly.
190 * xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
191 on error exit path.
192
1932020-01-27 Jim Wilson <jimw@sifive.com>
194
195 * cpu-riscv.c (riscv_scan): New.
196 (N): Change bfd_default_scan to riscv_scan.
197
1982020-01-27 Andreas Schwab <schwab@suse.de>
199
200 * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
201 (ALL_MACHINES_CFILES): Remove cpu-plugin.c.
202 * Makefile.in: Regenerate.
203 * cpu-plugin.c: Remove.
204 * archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
205 (bfd_plugin_arch): Remove declaration.
206 * bfd-in2.h: Regenerate.
207 * po/SRC-POTFILES.in: Regenerate.
208
2092020-01-27 H.J. Lu <hongjiu.lu@intel.com>
210 Alan Modra <amodra@gmail.com>
211
212 PR ld/25458
213 * elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
214
2152020-01-24 Jim Wilson <jimw@sifive.com>
216
217 * elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
218 (riscv_parse_prefixed_ext): Fix s extension comment and reword to
219 avoid over long line.
220
2212020-01-24 Nick Clifton <nickc@redhat.com>
222
223 PR 25447
224 * coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
225 syms and keep strings flags as these may have been set in order to
226 prevent a bogus call to free.
227
2282020-01-23 Nick Clifton <nickc@redhat.com>
229
230 * po/fr.po: Updated French translation.
231
2322020-01-23 Alan Modra <amodra@gmail.com>
233
234 PR 25444
235 * elf.c (assign_file_positions_for_load_sections): Avoid divide
236 by zero when p_align is zero.
237
2382020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
239
240 * bfd/elfnn-riscv.c (riscv_skip_prefix): New.
241 (riscv_prefix_cmp): Likewise.
242 (riscv_non_std_ext_p): Deleted.
243 (riscv_std_sv_ext_p): Likewise.
244 (riscv_non_std_sv_ext_p): Likewise.
245 (riscv_merge_non_std_and_sv_ext): Rename to...
246 (riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
247 (riscv_merge_arch_attr_info): Replace 3 calls to
248 riscv_merge_non_std_and_sv_ext with single call to
249 riscv_merge_multi_letter_ext.
250 * bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
251 encounter a 'z' prefix.
252 (riscv_get_prefix_class): New function, return prefix class based
253 on first few characters of input string.
254 (riscv_parse_config): New structure to factor out minor differences
255 in extension class parsing behaviour.
256 (riscv_parse_sv_or_non_std_ext): Rename to...
257 (riscv_parse_prefixed_ext): and parameterise with
258 riscv_parse_config.
259 (riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
260 (riscv_multi_letter_ext_valid_p): New.
261 (riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
262 (riscv_parse_subset): Delegate all non-single-letter parsing work
263 to riscv_parse_prefixed_ext.
264 * bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
265 (riscv_get_prefix_class): Declare.
266
2672020-01-22 Alan Modra <amodra@gmail.com>
268
269 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
270 (ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
271 __tls_get_addr_desc.
272 (ppc64_elf_size_stubs): Add section for linker generated
273 __tls_get_addr_desc wrapper function. Loop at least once if
274 generating this function.
275 (emit_tga_desc, emit_tga_desc_eh_frame): New functions.
276 (ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
277
2782020-01-22 Alan Modra <amodra@gmail.com>
279
280 * elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
281 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
282 tga_desc_fd.
283 (is_tls_get_addr): Match tga_desc and tga_desc_df too.
284 (STDU_R1_0R1, ADDI_R1_R1): Define.
285 (tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
286 (ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
287 tga_desc_fd to opt_fd, and tga_desc to opt. Set
288 no_tls_get_addr_regsave.
289 (branch_reloc_hash_match): Add hash3 and hash4.
290 (ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
291 (ppc64_elf_size_dynamic_sections): Likewise.
292 (ppc64_elf_relocate_section): Likewise.
293 (plt_stub_size, build_plt_stub): Likewise. Size regsave
294 __tls_get_addr stub.
295 (build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
296 eh_frame.
297 (ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
298 eh_frame for regsave __tls_get_addr.
299
3002020-01-22 Alan Modra <amodra@gmail.com>
301
302 * elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
303 which __tls_get_addr calls will be eliminated.
304
3052020-01-20 Nick Clifton <nickc@redhat.com>
306
307 * po/pt.po: Updates Portuguese translation.
308 * po/ru.po: Updated Russian translation.
309 * po/uk.po: Updated Ukranian translation.
310
3112020-01-20 H.J. Lu <hongjiu.lu@intel.com>
312
313 PR ld/25416
314 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
315 "rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
316 X32 mode.
317 (elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
318 transition, relax "rex leal x@tlsdesc(%rip), %reg" to
319 "rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
320 "rex leal x@tlsdesc(%rip), %reg" to
321 "rex movl x@gottpoff(%rip), %eax". For both transitions, relax
322 "call *(%eax)" to "nopl (%rax)".
323
3242020-01-20 Alan Modra <amodra@gmail.com>
325
326 * elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
327 (MTLR_R11): Don't define.
328 (LD_R0_0R3, CMPDI_R0_0): Define.
329 (build_tls_get_addr_stub): Don't use r11 in stub.
330
3312020-01-20 Alan Modra <amodra@gmail.com>
332
333 * elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
334 (defined_sym_val, is_tls_get_addr): Likewise.
335
3362020-01-18 Nick Clifton <nickc@redhat.com>
337
338 * version.m4 (BFD_VERSION): Set to 2.34.50.
339 * configure: Regenerate.
340 * po/bfd.pot: Regenerate.
341
3422020-01-18 Nick Clifton <nickc@redhat.com>
343
344 Binutils 2.34 branch created.
345
3462020-01-17 Christian Biesinger <cbiesinger@google.com>
347
348 * coff-arm.c: Fix spelling error (seperate).
349 * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
350 error (seperate).
351 * sysdep.h (strnlen): Fix spelling error (seperate).
352
3532020-01-15 Lars Brinkhoff <lars@nocrew.org>
354
355 PR 20694
356 * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
357
3582020-01-15 Alan Modra <amodra@gmail.com>
359
360 PR 25384
361 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
362 (ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
363 of function symbols unless dot symbols are present. Do warn
364 whenever one is created, regardles of whether a PLT entry is
365 also emitted for the function symbol.
366
3672020-01-14 Alan Modra <amodra@gmail.com>
368
369 * som.c (som_bfd_count_ar_symbols): Error when file position
370 of symbols on chains is not strictly increasing.
371
3722020-01-14 Alan Modra <amodra@gmail.com>
373
374 * vms.h (VMS_DEBUG): Define as 0.
375 * vms-alpha.c (image_write): Move debug output after bounds check.
376 Tidy bounds check.
377 (_bfd_vms_slurp_eihd): Warning fix.
378 (_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
379
3802020-01-13 Alan Modra <amodra@gmail.com>
381
382 * vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
383 for "ignored" records.
384
3852020-01-13 Alan Modra <amodra@gmail.com>
386
387 * wasm-module.c (wasm_scan_name_function_section): Formatting.
388 Delete asect name check. Move asect NULL check to wasm_object_p.
389 Correct bounds check of sizes against end. Replace uses of
390 bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
391 just one bfd_release.
392 (wasm_scan): Don't use malloc/strdup for section names,
393 bfd_alloc instead. Simplify code prefixing section name.
394 Formatting. Don't attempt to free memory here..
395 (wasm_object_p): ..do so here.
396
3972020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
398
399 PR ld/22269
400 * elf32-arm.c (elf32_arm_final_link_relocate): Use
401 UNDEFWEAK_NO_DYNAMIC_RELOC.
402 (allocate_dynrelocs_for_symbol): Likewise.
403
4042020-01-10 Tamar Christina <tamar.christina@arm.com>
405
406 PR 25210
407 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
408
4092020-01-10 Alan Modra <amodra@gmail.com>
410
411 * coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
412
4132020-01-09 Nick Clifton <nickc@redhat.com>
414
415 PR 25221
416 * bfd.c (bfd_convert_section_contents): Check for a compress
417 header size that is larger than the actual section size.
418
4192020-01-08 Alan Modra <amodra@gmail.com>
420
421 PR 25351
422 * elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
423 after removing sections.
424
4252020-01-06 Jim Wilson <jimw@sifive.com>
426
427 PR 25205
428 * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
429 check for !bfd_link_pic (info).
430 <R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
431 <R_RISCV_JAL>: Add comment.
432 (_bfd_riscv_relax_section): For plt.offset check, add check for
433 bfd_link_pic (info). Add comment.
434
4352020-01-06 Alan Modra <amodra@gmail.com>
436
437 * format.c (bfd_check_format_matches): Ignore bfd_error on target
438 match failures. Don't init to bfd_error_wrong_format before
439 calling _bfd_check_format.
440
4412020-01-06 Alan Modra <amodra@gmail.com>
442
443 * vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
444 status rather than exiting on stack overflow or underflow.
445 (_bfd_vms_slurp_etir): Adjust to suit.
446
4472020-01-06 Alan Modra <amodra@gmail.com>
448
449 * som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
450
4512020-01-06 Alan Modra <amodra@gmail.com>
452
453 * mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
454 command. Check name offset is within command.
455 (bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
456 (bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
457 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
458 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
459 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
460 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
461 (bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
462 (bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
463 (bfd_mach_o_read_note, bfd_mach_o_read_build_version),
464 (bfd_mach_o_read_segment): Similarly.
465 (bfd_mach_o_read_thread): Properly bound check thread struct.
466 Don't repeat checks on second loop.
467 (bfd_mach_o_read_command): Fail on invalid command length.
468
4692020-01-04 Alan Modra <amodra@gmail.com>
470
471 * format.c (bfd_check_format_matches): Add preserve_match.
472 Save initial bfd state in "preserve", matched bfd state in
473 "preserve_match". Save just the first match. Release
474 bfd_alloc memory. Restore and finish preserved state as
475 appropriate on all function exit paths.
476
4772020-01-04 Alan Modra <amodra@gmail.com>
478
479 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
480
4812020-01-04 Alan Modra <amodra@gmail.com>
482
483 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
484 match too.
485
4862020-01-03 Nick Clifton <nickc@redhat.com>
487
488 PR 25307
489 (bfd_pef_parse_function_stubs): Correct the test that ensures that
490 there is enough data remaining in the code buffer before
491 attempting to read a function stub.
492
4932020-01-03 Nick Clifton <nickc@redhat.com>
494
495 PR 25308
496 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
497 return value from bfd_malloc.
498 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
499 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
500 (elf32_arm_filter_cmse_symbols): Likewise.
501 (elf32_arm_write_section): Likewise.
502 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
503 (bfd_mach_o_follow_dsym): Likewise.
504 * pef.c (bfd_pef_print_loader_section): Likewise.
505 (bfd_pef_scan_start_address): Likewise.
506 (bfd_pef_parse_function_stubs): Likewise.
507 (bfd_pef_parse_symbols): Likewise.
508
5092020-01-03 Sergei Trofimovich <siarheit@google.com>
510
511 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
512 on binary inputs ld/PR25316.
513 (is_ia64_elf): new helper to filter on ia64 objects.
514
5152020-01-03 Jan Beulich <jbeulich@suse.com>
516
517 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
518 in parameter names.
519 (bfd_mach_o_scan): Insert underscore in two variable names.
520
5212020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
522
523 * Makefile.am: Add z80-elf target support.
524 * configure.ac: Likewise.
525 * targets.c: Likewise.
526 * Makefile.in: Regenerate.
527 * configure: Regenerate.
528 * config.bfd: Add z80-elf target support and new arches: ez80 and
529 z180.
530 * elf32-z80.c: New file.
531 * archures.c: Add new z80 architectures: eZ80 and Z180.
532 * coffcode.h: Likewise.
533 * cpu-z80.c: Likewise.
534 * coff-z80.c: Add new relocations for Z80 target and local label
535 check.
536 * reloc.c: Add new relocs.
537 * bfd-in2.h: Regenerate.
538 * libbfd.h: Regenerate.
539
5402020-01-02 Tamar Christina <tamar.christina@arm.com>
541
542 PR 25210
543 PR 24753
544 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
545
5462020-01-01 Alan Modra <amodra@gmail.com>
547
548 Update year range in copyright notice of all files.
549
550For older changes see ChangeLog-2019
551\f
552Copyright (C) 2020 Free Software Foundation, Inc.
553
554Copying and distribution of this file, with or without modification,
555are permitted in any medium without royalty provided the copyright
556notice and this notice are preserved.
557
558Local Variables:
559mode: change-log
560left-margin: 8
561fill-column: 74
562version-control: never
563End:
This page took 0.029932 seconds and 4 git commands to generate.