is_relocatable_executable --exclude-libs failure
[binutils-gdb.git] / bfd / ChangeLog
1 2021-01-05 Alan Modra <amodra@gmail.com>
2
3 * elflink.c (bfd_elf_link_record_dynamic_symbol): Handle no_export
4 for relocatable executable.
5
6 2021-01-05 Alan Modra <amodra@gmail.com>
7
8 * vms-alpha.c (_bfd_vms_slurp_egsd): Read flags after size check.
9
10 2021-01-05 Nelson Chu <nelson.chu@sifive.com>
11
12 * elfnn-riscv.c (allocate_dynrelocs): When we are generating pde,
13 make sure gp symbol is output as a dynamic symbol.
14
15 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
16
17 PR ld/26256
18 * elflink.c (compare_link_order): Place unordered sections before
19 ordered sections.
20 (elf_fixup_link_order): Add a link info argument. Allow mixed
21 ordered and unordered input sections for non-relocatable link.
22 Sort the consecutive bfd_indirect_link_order sections with the
23 same pattern. Change the offsets of the bfd_indirect_link_order
24 sections only.
25 (bfd_elf_final_link): Pass info to elf_fixup_link_order.
26 * section.c (bfd_section): Add pattern.
27 (BFD_FAKE_SECTION): Initialize pattern to NULL.
28 * bfd-in2.h: Regenerated.
29
30 2021-01-04 Alexander Fedotov <alfedotov@gmail.com>
31
32 * elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
33 of private flags with 0x.
34 * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
35
36 2021-01-04 Alan Modra <amodra@gmail.com>
37
38 PR 26822
39 * elflink.c (elf_link_input_bfd): Use the file base name in
40 linker generated STT_FILE symbols.
41
42 2021-01-04 Nelson Chu <nelson.chu@sifive.com>
43
44 * elfxx-riscv.c (riscv_compare_subsets): Removed static.
45 * elfxx-riscv.h: Add declaration.
46 * elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
47 riscv_compare_subsets to check the orders.
48 (riscv_skip_prefix): Removed.
49 (riscv_prefix_cmp): Removed.
50
51 2021-01-04 Alan Modra <amodra@gmail.com>
52
53 PR 26741
54 * elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
55 calculating subset version length.
56
57 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
58
59 * xcofflink.c: Correct spelling in comments.
60
61 2021-01-01 Alan Modra <amodra@gmail.com>
62
63 Update year range in copyright notice of all files.
64
65 For older changes see ChangeLog-2020
66 \f
67 Copyright (C) 2021 Free Software Foundation, Inc.
68
69 Copying and distribution of this file, with or without modification,
70 are permitted in any medium without royalty provided the copyright
71 notice and this notice are preserved.
72
73 Local Variables:
74 mode: change-log
75 left-margin: 8
76 fill-column: 74
77 version-control: never
78 End: