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