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