]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
elf: Verify section size for mixed ordered/unordered inputs
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
b1b29aa5
L
12021-01-08 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/26256
4 PR ld/27160
5 * elflink.c (elf_fixup_link_order): Verify that fixing up
6 SHF_LINK_ORDER doesn't increase the output section size.
7
64307045
AM
82021-01-09 Alan Modra <amodra@gmail.com>
9
10 * configure: Regenerate.
11
f4782128
ST
122021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
13
14 * configure: Regenerate.
15
d1bcae83
L
162021-01-07 H.J. Lu <hongjiu.lu@intel.com>
17
18 PR 27109
19 * aix386-core.c (core_aix386_vec): Initialize
20 keep_unused_section_symbol to TARGET_KEEP_UNUSED_SECTION_SYMBOLS.
21 * aout-target.h (MY (vec)): Likewise.
22 * binary.c (binary_vec): Likewise.
23 * cisco-core.c (core_cisco_be_vec): Likewise.
24 (core_cisco_le_vec): Likewise.
25 * coff-alpha.c (alpha_ecoff_le_vec): Likewise.
26 * coff-i386.c (TARGET_SYM): Likewise.
27 (TARGET_SYM_BIG): Likewise.
28 * coff-ia64.c (TARGET_SYM): Likewise.
29 * coff-mips.c (mips_ecoff_le_vec): Likewise.
30 (mips_ecoff_be_vec): Likewise.
31 (mips_ecoff_bele_vec): Likewise.
32 * coff-rs6000.c (rs6000_xcoff_vec): Likewise.
33 (powerpc_xcoff_vec): Likewise.
34 * coff-sh.c (sh_coff_small_vec): Likewise.
35 (sh_coff_small_le_vec): Likewise.
36 * coff-tic30.c (tic30_coff_vec): Likewise.
37 * coff-tic54x.c (tic54x_coff0_vec): Likewise.
38 (tic54x_coff0_beh_vec): Likewise.
39 (tic54x_coff1_vec): Likewise.
40 (tic54x_coff1_beh_vec): Likewise.
41 (tic54x_coff2_vec): Likewise.
42 (tic54x_coff2_beh_vec): Likewise.
43 * coff-x86_64.c (TARGET_SYM): Likewise.
44 (TARGET_SYM_BIG): Likewise.
45 * coff64-rs6000.c (rs6000_xcoff64_vec): Likewise.
46 (rs6000_xcoff64_aix_vec): Likewise.
47 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): Likewise.
48 (CREATE_BIGHDR_COFF_TARGET_VEC): Likewise.
49 (CREATE_LITTLE_COFF_TARGET_VEC): Likewise.
50 * elfxx-target.h (TARGET_BIG_SYM): Likewise.
51 (TARGET_LITTLE_SYM): Likewise.
52 * hppabsd-core.c (core_hppabsd_vec): Likewise.
53 * hpux-core.c (core_hpux_vec): Likewise.
54 * i386msdos.c (i386_msdos_vec): Likewise.
55 * ihex.c (ihex_vec): Likewise.
56 * irix-core.c (core_irix_vec): Likewise.
57 * mach-o-target.c (TARGET_NAME): Likewise.
58 * mmo.c (mmix_mmo_vec): Likewise.
59 * netbsd-core.c (core_netbsd_vec): Likewise.
60 * osf-core.c (core_osf_vec): Likewise.
61 * pdp11.c (MY (vec)): Likewise.
62 * pef.c (pef_vec): Likewise.
63 (pef_xlib_vec): Likewise.
64 * plugin.c (plugin_vec): Likewise.
65 * ppcboot.c (powerpc_boot_vec): Likewise.
66 * ptrace-core.c (core_ptrace_vec): Likewise.
67 * sco5-core.c (core_sco5_vec): Likewise.
68 * som.c (hppa_som_vec): Likewise.
69 * srec.c (srec_vec): Likewise.
70 (symbolsrec_vec): Likewise.
71 * tekhex.c (tekhex_vec): Likewise.
72 * trad-core.c (core_trad_vec): Likewise.
73 * verilog.c (verilog_vec): Likewise.
74 * vms-alpha.c (alpha_vms_vec): Likewise.
75 * vms-lib.c (alpha_vms_lib_txt_vec): Likewise.
76 * wasm-module.c (wasm_vec): Likewise.
77 * xsym.c (sym_vec): Likewise.
78 * elf.c (ignore_section_sym): Return TRUE if BSF_SECTION_SYM_USED
79 isn't set.
80 (elf_map_symbols): Don't include ignored section symbols.
81 * elfcode.h (elf_slurp_symbol_table): Also set
82 BSF_SECTION_SYM_USED on STT_SECTION symbols.
83 * elflink.c (bfd_elf_final_link): Generated section symbols only
84 when emitting relocations or reqired.
85 * elfxx-x86.h (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
86 * syms.c (BSF_SECTION_SYM_USED): New.
87 * targets.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
88 (bfd_target): Add keep_unused_section_symbols.
89 (bfd_keep_unused_section_symbols): New.
90 * bfd-in2.h: Regenerated.
91
17d60030
NC
922021-01-07 Nick Clifton <nickc@redhat.com>
93
94 PR 25713
95 * bfdio.c (_bfd_real_fopen): For Win32 convert relative paths to
96 absolute paths and check to see if they are longer than MAX_PATH.
97
aa881ecd
PT
982021-01-07 Philipp Tomsich <prt@gnu.org>
99
100 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zihintpause.
101
2652cfad
CXW
1022021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
103 Jim Wilson <jimw@sifive.com>
104 Andrew Waterman <andrew@sifive.com>
105 Maxim Blinov <maxim.blinov@embecosm.com>
106 Kito Cheng <kito.cheng@sifive.com>
107 Nelson Chu <nelson.chu@sifive.com>
108
109 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zba, zbb and zbc.
110
d4e57b87
L
1112021-01-06 H.J. Lu <hongjiu.lu@intel.com>
112
113 * elf32-bfin.c (bfin_check_relocs): Check bfd_link_hash_indirect.
114 (bfinfdpic_check_relocs): Likewise.
115
599c86c4
AM
1162021-01-06 Alan Modra <amodra@gmail.com>
117
118 * elf32-score.c (s3_bfd_score_info_to_howto): Report an error
119 on unknown r_type.
120 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
121
3677b729
AM
1222021-01-06 Alan Modra <amodra@gmail.com>
123
124 * config.bfd (sparc-*-solaris2*): Add sparc_elf32_vec.
125 (sparc64-*-solaris2*): Add sparc_elf64_vec and
126 sparc_elf32_vec.
127
fbc09e7a
MC
1282021-01-06 Marcus Comstedt <marcus@mc.pp.se>
129
130 * config.bfd: Added targets riscv64be*-*-*, riscv32be*-*-* and
131 riscvbe*-*-*. Also added riscv_elf[32|64]_be_vec.
132 * configure.ac: Handle riscv_elf[32|64]_be_vec.
133 * configure: Regenerate.
134 * elfnn-riscv.c: Include <limits.h> and define CHAR_BIT for
135 riscv_is_insn_reloc.
136 (riscv_get_insn): RISC-V instructions are always little endian, but
137 bfd_get may be used for big-endian, so add new riscv_get_insn to handle
138 the insturctions.
139 (riscv_put_insn): Likewsie.
140 (riscv_is_insn_reloc): Check if we are relocaing an instruction.
141 (perform_relocation): Call riscv_is_insn_reloc to decide if we should
142 use riscv_[get|put]_insn or bfd_[get|put].
143 (riscv_zero_pcrel_hi_reloc): Use riscv_[get|put]_insn, bfd_[get|put]l32
144 or bfd_[get|put]l16 for code.
145 (riscv_elf_relocate_section): Likewise.
146 (riscv_elf_finish_dynamic_symbol): Likewise.
147 (riscv_elf_finish_dynamic_sections): Likewise.
148 (_bfd_riscv_relax_call): Likewise.
149 (_bfd_riscv_relax_lui): Likewise.
150 (_bfd_riscv_relax_align): Likewise.
151 (_bfd_riscv_relax_pc): Likewise.
152 (riscv_elf_object_p): Handled for big endian.
153 (TARGET_BIG_SYM, TARGET_BIG_NAME): Defined.
154 * targets.c: Add riscv_elf[32|64]_be_vec.
155 (_bfd_target_vector): Likewise.
156
c8bad65e
AM
1572021-01-05 Alan Modra <amodra@gmail.com>
158
159 * elflink.c (bfd_elf_link_record_dynamic_symbol): Handle no_export
160 for relocatable executable.
161
de6a7ee4
AM
1622021-01-05 Alan Modra <amodra@gmail.com>
163
164 * vms-alpha.c (_bfd_vms_slurp_egsd): Read flags after size check.
165
18b98722
NC
1662021-01-05 Nelson Chu <nelson.chu@sifive.com>
167
168 * elfnn-riscv.c (allocate_dynrelocs): When we are generating pde,
169 make sure gp symbol is output as a dynamic symbol.
170
cd6d537c
L
1712021-01-04 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR ld/26256
174 * elflink.c (compare_link_order): Place unordered sections before
175 ordered sections.
176 (elf_fixup_link_order): Add a link info argument. Allow mixed
177 ordered and unordered input sections for non-relocatable link.
178 Sort the consecutive bfd_indirect_link_order sections with the
179 same pattern. Change the offsets of the bfd_indirect_link_order
180 sections only.
181 (bfd_elf_final_link): Pass info to elf_fixup_link_order.
182 * section.c (bfd_section): Add pattern.
183 (BFD_FAKE_SECTION): Initialize pattern to NULL.
184 * bfd-in2.h: Regenerated.
185
dbb078f6
AF
1862021-01-04 Alexander Fedotov <alfedotov@gmail.com>
187
188 * elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
189 of private flags with 0x.
190 * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
191
5b4293ba
AM
1922021-01-04 Alan Modra <amodra@gmail.com>
193
194 PR 26822
195 * elflink.c (elf_link_input_bfd): Use the file base name in
196 linker generated STT_FILE symbols.
197
4c0e540e
NC
1982021-01-04 Nelson Chu <nelson.chu@sifive.com>
199
200 * elfxx-riscv.c (riscv_compare_subsets): Removed static.
201 * elfxx-riscv.h: Add declaration.
202 * elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
203 riscv_compare_subsets to check the orders.
204 (riscv_skip_prefix): Removed.
205 (riscv_prefix_cmp): Removed.
206
e9cf3691
AM
2072021-01-04 Alan Modra <amodra@gmail.com>
208
209 PR 26741
210 * elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
211 calculating subset version length.
212
f9a6a8f0
AM
2132021-01-01 Nicolas Boulenguez <nicolas@debian.org>
214
215 * xcofflink.c: Correct spelling in comments.
216
250d07de
AM
2172021-01-01 Alan Modra <amodra@gmail.com>
218
219 Update year range in copyright notice of all files.
220
c2795844 221For older changes see ChangeLog-2020
3499769a 222\f
c2795844 223Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
224
225Copying and distribution of this file, with or without modification,
226are permitted in any medium without royalty provided the copyright
227notice and this notice are preserved.
228
229Local Variables:
230mode: change-log
231left-margin: 8
232fill-column: 74
233version-control: never
234End: