]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
gdb/testsuite: don't use source tree as temporary HOME directory
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
23182ac0
NC
12021-05-10 Nick Clifton <nickc@redhat.com>
2
3 PR 27839
4 * simple.c (simple_dummy_add_to_set): New function.
5 (simple_dummy_constructor): New function.
6 (simple_dummy_multiple_common): New function.
7 (bfd_simple_get_relocated_section_contents): Zero out the
8 callbacks structure, and then set the add_to_set, constructor and
9 multiple_common fields.
10
5b45e89f
DD
112021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
12
13 * elf32-pru.c (elf_backend_can_gc_sections): Define as 1.
14
cf758b39
MF
152021-05-08 Mike Frysinger <vapier@gentoo.org>
16
17 * doc/Makefile.am (html-local, bfd/index.html): New targets.
18 * doc/Makefile.in: Regenerate.
19
2faf902d
MF
202021-05-08 Mike Frysinger <vapier@gentoo.org>
21
22 * doc/Makefile.am (AM_MAKEINFOFLAGS): Define.
23 * doc/Makefile.in: Regenerate.
24
97834047
CC
252021-05-07 Clément Chigot <clement.chigot@atos.net>
26
27 * coff-rs6000.c (xcoff_dwsect_names): Add new DWARF
28 sections.
29 * coffgen.c (coff_pointerize_aux): Handle C_DWARF.
30 (coff_print_symbol): Likewise.
31 * libxcoff.h (XCOFF_DWSECT_NBR_NAMES): Update.
32
17c6c3b9
JB
332021-05-07 Jan Beulich <jbeulich@suse.com>
34
35 * elf64-x86-64.c (x86_64_elf_howto_table): Set src_mask fields
36 to zero.
37
a41513ef
AM
382021-05-07 Alan Modra <amodra@gmail.com>
39
40 * bfd-in2.h: Regenerate.
41 * libbfd.h: Regenerate.
42
284a1309
SH
432021-05-06 Stafford Horne <shorne@gmail.com>
44
45 PR 27746
46 * elf32-or1k.c (PLT_ENTRY_SIZE_LARGE, PLT_MAX_INSN_COUNT,
47 OR1K_ADD, OR1K_ORI): New macros to help with plt creation.
48 (elf_or1k_link_hash_table): New field plt_count.
49 (elf_or1k_link_hash_entry): New field plt_index.
50 (elf_or1k_plt_entry_size): New function.
51 (or1k_write_plt_entry): Update to support variable size PLTs.
52 (or1k_elf_finish_dynamic_sections): Use new or1k_write_plt_entry
53 API.
54 (or1k_elf_finish_dynamic_symbol): Update to write large PLTs
55 when needed.
56 (allocate_dynrelocs): Use elf_or1k_plt_entry_size to account for
57 PLT size.
58
3c3de29b
SH
592021-05-06 Stafford Horne <shorne@gmail.com>
60
61 PR 21464
62 * elf32-or1k.c (or1k_elf_relocate_section): Relax R_OR1K_GOT16
63 overflow check if we have R_OR1K_GOT_AHI16 followed by
64 R_OR1K_GOT16.
65
0b3e14c9
SH
662021-05-06 Stafford Horne <shorne@gmail.com>
67
68 PR 21464
69 * bfd-in2.h: Add BFD_RELOC_OR1K_GOT_AHI16 relocation.
70 * elf32-or1k.c (or1k_elf_howto_table, or1k_reloc_map): Likewise.
71 (or1k_final_link_relocate, or1k_elf_relocate_section,
72 or1k_elf_check_relocs): Likewise.
73 * libbfd.h (bfd_reloc_code_real_names): Likewise.
74 * reloc.c: Likewise.
75
a76ef689
SH
762021-05-06 Stafford Horne <shorne@gmail.com>
77
78 PR 27624
79 * elf32-or1k.c (or1k_elf_adjust_dynamic_symbol): Change
80 condition used to cleanup plt entries to cleanup forced local
81 entries.
82
4467df35
L
832021-05-05 H.J. Lu <hongjiu.lu@intel.com>
84
85 PR ld/27825
86 * elflink.c (elf_link_output_symstrtab): Always append ".COUNT"
87 to local symbols.
88
c38c6234
AM
892021-05-05 Alan Modra <amodra@gmail.com>
90
91 * vms-lib.c (vms_traverse_index): Account for vms_kbn size when
92 sanity checking keylen.
93
bd6d8601
NC
942021-05-04 Nick Clifton <nickc@redhat.com>
95
96 * libbfd.c (bfd_malloc): Provide some documenation. Treat a size
97 of 0 as 1.
98 (bfd_realloc): Likewise.
99 (bfd_zmalloc): Likewise.
100 (bfd_realloc_or_free): Provide some documentation. Treat a size
101 of 0 as a request to free.
102 * libbfd-in.h (bfd_realloc): Remove prototype.
103 (bfd_realloc_or_free): Remove prototype.
104 (bfd_zmalloc): Remove prototype.
105 * libbfd.h: Regenerate.
106
4c398cc0
JB
1072021-05-03 Jan Beulich <jbeulich@suse.com>
108
109 * elf32-i386.c (elf_howto_table): Switch all 32-bit relocs to
110 complain_overflow_dont.
111 * elf64-x86-64.c (x86_64_elf_howto_table): Switch all 64-bit
112 relocs to complain_overflow_dont.
113
49160308
AM
1142021-05-03 Alan Modra <amodra@gmail.com>
115
116 * elf32-ppc.c (allocate_dynrelocs): Keep dyn_relocs for undefweak
117 symbols when -z dynamic-undefined-weak or when there are no
118 dynamic relocs in read-only sections and -z nodynamic-undefined-weak
119 is not given.
120 * elf64-ppc.c (allocate_dynrelocs): Likewise.
121
b2936612
AM
1222021-05-03 Alan Modra <amodra@gmail.com>
123
124 * elf32-ppc.c (allocate_dynrelocs): Call ensure_undef_dynamic for
125 weak undefined symols that only appear on PLT relocs.
126 * elf64-ppc.c (allocate_dynrelocs): Likewise.
127
337d0bf8
AM
1282021-05-03 Alan Modra <amodra@gmail.com>
129
130 PR 27755
131 * elf32-ppc.c (ppc_elf_inline_plt): Do increment rel in loop.
132
5072b52d
AM
1332021-05-03 Alan Modra <amodra@gmail.com>
134
135 * elf32-csky.c (is_mapping_symbol_name): New function.
136 (csky_elf_is_target_special_symbol): Likewise.
137 (csky_elf_maybe_function_sym): Likewise.
138 (bfd_elf32_bfd_is_target_special_symbol): Define.
139 (elf_backend_maybe_function_sym): Define.
140
d1fbc3ba
NC
1412021-04-30 Nick Clifton <nickc@redhat.com>
142
143 PR 27801
144 * mach-o.c (bfd_mach_o_core_fetch_environment): Use bfd_get_32 to
145 read 32-bit value.
146
9f84cb38
NC
1472021-04-30 Nick Clifton <nickc@redhat.com>
148
149 PR 27799
150 * elf32-xtensa.c (elf_xtensa_grok_prstatus): Check for core notes
151 that are too small.
152
6cb40a67
NC
1532021-04-30 Nick Clifton <nickc@redhat.com>
154
155 PR 27797
156 * libbfd.c (bfd_realloc_or_free): Do not free a pointer than has
157 been realloc'ed to size 0.
158
bceb87ef
NC
1592021-04-30 Nick Clifton <nickc@redhat.com>
160
161 PR 27795
162 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Check for invalid name
163 lengths.
164
09e40e44
NC
1652021-04-29 Nick Clifton <nickc@redhat.com>
166
167 PR 27793
168 * som.c (som_slurp_symbol_table): Assign symbols without any scope
169 to the undefined section.
170 (som_decode_symclass): Check for a missing symbol section.
171 * syms.c (bfd_decode_symclass): Likewise.
172
063e75c9
NC
1732021-04-29 Nick Clifton <nickc@redhat.com>
174
175 PR 27792
176 * som.c (som_slurp_string_table): Place a terminating NUL byte at
177 the end of the table.
178 (som_slurp_symbol_table): Check for an over-large offset into the
179 string string table.
180
24aebc79
NC
1812021-04-28 Nick Clifton <nickc@redhat.com>
182
183 * elf.c (_bfd_elf_maybe_function_sym): Do not accept annobin
184 symbols as potential function symbols.
185 * elfnn-aarch64.c (elfNN_aarch64_maybe_function_sym): Likewise.
186 * elf64-ppc.c (ppc64_elf_maybe_function_sym): Likewise.
187 * elf32-arm.c (elf32_arm_maybe_function_sym): Likewise.
188
3955e346
MF
1892021-04-26 Mike Frysinger <vapier@gentoo.org>
190
191 * elf-bfd.h: Include stdlib.h.
192
a7664973
JB
1932021-04-26 Jan Beulich <jbeulich@suse.com>
194
195 * elf32-i386.c (elf_howto_table): Switch R_386_PC16 to
196 complain_overflow_signed.
197 * elf64-x86-64.c (x86_64_elf_howto_table): Switch R_X86_64_PC16
198 to complain_overflow_signed.
199
f5e98b7d
EB
2002021-04-23 Eric Botcazou <ebotcazou@adacore.com>
201
202 * elf.c (special_sections_p): Add .persistent.bss.
203
c21346c5
JB
2042021-04-23 Jan Beulich <jbeulich@suse.com>
205
206 * elf32-i386.c (elf_howto_table): R_386_TLS_DESC_CALL has zero
207 size field.
208 * elf64-x86-64.c (x86_64_elf_howto_table): R_X86_64_TLSDESC_CALL
209 has zero size field.
210
bdd2aaf6
CC
2112021-04-22 Clément Chigot <clement.chigot@atos.net>
212
213 * hash.c (struct bfd_strtab_hash): Remove xcoff field.
214 Add length_field_size field.
215 (_bfd_stringtab_init): Change prototype.
216 Adapt to new length_field_size.
217 (_bfd_xcoff_stringtab_init): Likewise.
218 (_bfd_stringtab_add): Likewise.
219 (_bfd_stringtab_emit): Likewise.
220 * libbfd-in.h (_bfd_xcoff_stringtab_init):
221 Change prototype.
222 * libbfd.h: Regenerate.
223 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create):
224 Call _bfd_xcoff_stringtab_init with isxcoff64 value.
225
b11b2969
CC
2262021-04-22 Clément Chigot <clement.chigot@atos.net>
227
228 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Add errors for
229 unsupported storage class or auxialiry entries.
230 Improve and adapt to new aux structures.
231 Add C_DWARF support.
232 (_bfd_xcoff_swap_aux_out): Likewise.
233 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Likewise.
234 (_bfd_xcoff64_swap_aux_out): Likewise.
235
18e9a809
EZ
2362021-04-21 Eli Zaretskii <eliz@gnu.org>
237
238 PR 27760
239 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Add display
240 of IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP,
241 IMAGE_FILE_NET_RUN_FROM_SWAP and IMAGE_FILE_UP_SYSTEM_ONLY flags.
242 Decode the contents of the DllCharacteristics field.
243
33fe00c1
NC
2442021-04-21 Nick Clifton <nickc@redhat.com>
245
246 PR 27759
247 * srec.c (srec_read_section): Replace assertions with error
248 returns.
249
c5df7e44
CC
2502021-04-20 Clément Chigot <clement.chigot@atos.net>
251
252 PR binutils/21700
253 * reloc.c (BFD_RELOC_PPC_NEG): New relocation.
254 * bfd-in2.h: Regenerate.
255 * libbfd.h: Regenerate.
256 * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Add
257 BFD_RELOC_PPC_NEG handler.
258 (xcoff_reloc_type_neg): Correctly substract addend.
259 * coff64-rs6000.c (xcoff64_howto_table): Add R_NEG_32
260 howto.
261 (xcoff64_rtype2howto): Add handler for R_NEG_32.
262 (xcoff64_reloc_type_lookup): Add BFD_RELOC_PPC_NEG handler.
263 * xcofflink.c (xcoff_need_ldrel_p): Check output section
264 for R_POS-like relocations. New argument added.
265 (xcoff_mark): Adapt to new xcoff_need_ldrel_p argument.
266 (xcoff_link_input_bfd): Likewise.
267
6f8f6017
AM
2682021-04-16 Alan Modra <amodra@gmail.com>
269
270 PR 27567
271 * coffcode.h (styp_to_sec_flags): Use an unsigned long styp_flags.
272 (coff_write_object_contents): Pass bfd to COFF_ENCODE_ALIGNMENT,
273 ignore alignment checks when return is false. Formatting.
274
ddfe525f
NC
2752021-04-15 Nelson Chu <nelson.chu@sifive.com>
276
277 PR27584
278 * elfnn-riscv.c (riscv_elf_is_target_special_symbol): Added to
279 omit local and empty symbols since they usually generated to
280 mark the auipc instructions.
281
f6a1f957
LX
2822021-04-15 Lifang Xia<lifang_xia@c-sky.com>
283
284 * elf32-csky.c (csky_elf_howto_table)
285 <R_CKCORE_PCREL_IMM16BY2>: Set special_function to
286 bfd_elf_generic_reloc.
287 <R_CKCORE_PCREL_IMM16BY4>: Likewise.
288 <R_CKCORE_PCREL_IMM10BY4>: Likewise.
289 <R_CKCORE_PCREL_IMM18BY2>: Likewise.
290 <R_CKCORE_PCREL_FLRW_IMM8BY4>: Likewise.
291
9917b559
L
2922021-04-14 H.J. Lu <hongjiu.lu@intel.com>
293
294 PR binutils/27708
295 * elf.c (assign_file_positions_for_non_load_sections): Set
296 p_memsz to p_filesz for the loadable PT_NOTE segment.
297
5f47741b
FC
2982021-04-14 Frederic Cambus <fred@statdns.com>
299
300 * elf.c (elfcore_grok_netbsd_note): Remove unneeded #ifdef
301 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
302
8985b74b
AM
3032021-04-14 Alan Modra <amodra@gmail.com>
304
305 PR 27631
306 * elf32-metag.c (elf_metag_relocate_section): Don't use &hh->elf
307 when hh might be NULL, test for NULL first.
308
c9f9a78d
AM
3092021-04-14 Alan Modra <amodra@gmail.com>
310
311 PR 27630
312 * elf32-arm.c (elf32_arm_size_stubs): Don't use &hash->root when
313 hash might be NULL, cast instead.
314
d2f1139e
CC
3152021-04-13 Clément Chigot <clement.chigot@atos.net>
316
317 * xcofflink.c (xcoff_link_check_ar_symbols): Update esym earlier.
318
e3839c10
NC
3192021-04-13 Nelson Chu <nelson.chu@sifive.com>
320
321 * elfnn-riscv.c (riscv_version_mismatch): Do not report the warning
322 when the version of input or output is RISCV_UNKNOWN_VERSION, since
323 the extension is added implicitly.
324 * elfxx-riscv.c: Updated the obsolete comments.
325 (RISCV_UNKNOWN_VERSION): Moved to elfxx-riscv.h.
326 * elfxx-riscv.h (RISCV_UNKNOWN_VERSION): Added.
327
43e05cd4
AM
3282021-04-12 Alan Modra <amodra@gmail.com>
329
330 * elf-bfd.h (ENABLE_CHECKING): Define.
331 (elf_link_hash_lookup): Abort if wrong type of hash table.
332 * configure.ac (--enable-checking): Add support.
333 * config.in: Regenerate.
334 * configure: Regenerate.
335
2cc15b10
AM
3362021-04-12 Alan Modra <amodra@gmail.com>
337
338 * elf-bfd.h (is_elf_hash_table): Convert macro to inline function.
339 (elf_link_hash_lookup, elf_link_hash_traverse): Likewise.
340 (elf_hash_table, elf_hash_table_id): Likewise.
341 * elf32-arm.c (elf32_arm_setup_section_lists): Delete redundant
342 is_elf_hash_table check.
343 * elf32-csky.c (elf32_csky_setup_section_lists): Likewise.
344 * elf32-hppa.c (clobber_millicode_symbols): Correct param types.
345 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
346 * elfnn-ia64.c (elfNN_ia64_global_dyn_info_free: Likewise.
347 (elfNN_ia64_global_dyn_sym_thunk: Likewise.
348 * elf64-ia64-vms.c (elf64_ia64_global_dyn_info_free): Likewise.
349 (elf64_ia64_global_dyn_sym_thunk): Likewise.
350 (elf64_vms_link_add_object_symbols): Pass base type of hash table
351 to is_elf_hash_table.
352 * elflink.c (_bfd_elf_dynamic_symbol_p): Likewise.
353 (_bfd_elf_symbol_refs_local_p, _bfd_elf_add_dynamic_entry): Likewise.
354 (_bfd_elf_strip_zero_sized_dynamic_sections): Likewise.
355 (_bfd_elf_link_check_relocs, elf_link_add_object_symbols): Likewise.
356 (bfd_elf_final_link): Likewise.
357 * elfnn-aarch64.c (elfNN_aarch64_setup_section_lists): Likewise.
358 * elf64-ppc.c (ppc64_elf_set_toc): Likewise. Use bfd_link_hash_lookup.
359
b585e899
AM
3602021-04-12 Alan Modra <amodra@gmail.com>
361
362 * elf-bfd.h (struct elf_backend_data): Return bfd_link_hash_entry*
363 from elf_backend_archive_symbol_lookup.
364 (_bfd_elf_archive_symbol_lookup): Return bfd_link_hash_entry*.
365 * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Likewise. Check
366 we have a ppc_hash_table before accessing ppc_link_hash_entry
367 fields.
368 * elflink.c (_bfd_elf_archive_symbol_lookup): Return
369 bfd_link_hash_entry*.
370 (elf_link_add_archive_symbols): Adjust to suit.
371
f5b10973
NC
3722021-04-12 Nelson Chu <nelson.chu@sifive.com>
373
374 * elfxx-riscv.c (riscv_parse_std_ext): Fixed the wrong versions of
375 i-ext when expanding g-ext.
376
f0bae255
NC
3772021-04-12 Nelson Chu <nelson.chu@sifive.com>
378
379 * elfxx-riscv.c (riscv_ext_dont_care_version): Removed.
380 (riscv_parse_add_subset): Always add the implicit extensions, even if
381 their versions are RISCV_UNKNOWN_VERSION.
382 (riscv_parse_std_ext): Delay to add i-ext as the implicit extension
383 in the riscv_parse_add_implicit_subsets. Besides, add g-ext as the
384 implicit extension after it has been expanded.
385 (riscv_parse_add_implicit_subsets): Updated.
386
e601909a
NC
3872021-04-12 Nelson Chu <nelson.chu@sifive.com>
388
389 * elfxx-riscv.c (riscv_std_z_ext_strtab): Moved forward.
390 (riscv_std_s_ext_strtab): Likewise.
391 (riscv_std_h_ext_strtab): Likewise.
392 (riscv_std_zxm_ext_strtab): Added for the zxm prefix.
393 (enum riscv_prefix_ext_class): Moved forward and renamed from
394 riscv_isa_ext_class. Reorder them according to the parsing order,
395 since the enum values are used to check the orders in the
396 riscv_compare_subsets.
397 (struct riscv_parse_prefix_config): Moved forward and renamed from
398 riscv_parse_config_t. Also removed the ext_valid_p field, the
399 related functions are replaced by riscv_valid_prefixed_ext.
400 (parse_config): Moved forward and updated. The more letters of the
401 prefix string, the more forward it must be defined. Otherwise, we
402 will get the wrong mapping when using strncmp in riscv_get_prefix_class.
403 (riscv_get_prefix_class): Moved forward. Support to parse the
404 multi-letter prefix, like zxm.
405 (riscv_known_prefixed_ext): New function, check if the prefixed
406 extension is supported according to the right riscv_std_*_ext_strtab.
407 (riscv_valid_prefixed_ext): New function, used to replace the
408 riscv_ext_*_valid_p functions.
409 (riscv_init_ext_order): Do not set the values for prefix keywords
410 since they may have multiple letters for now.
411 (riscv_compare_subsets): Set the order values of prefix keywords
412 to negative numbers according to the riscv_prefix_ext_class.
413 (riscv_parse_std_ext): Call riscv_get_prefix_class to see if we
414 have parsed the prefixed extensions.
415 (riscv_parse_prefixed_ext): Updated and removed the parameter config.
416 Report error when the prefix is unknown.
417 (riscv_parse_subset): Do not parse the prefixed extensions according
418 to the orders in the parse_config. Remove the confused message and
419 let riscv_parse_prefixed_ext to report the details.
420 * elfxx-riscv.h (enum riscv_isa_ext_class): Moved to elfxx-riscv.c.
421 (riscv_get_prefix_class): Removed to static.
422
eec8bf7e
MF
4232021-04-08 Mike Frysinger <vapier@gentoo.org>
424
425 * configure.ac (ACX_BUGURL): Use https://.
426 * configure.com (COPY_TEXT): Likewise.
427 * configure: Regenerate.
428
83c79df8
AM
4292021-04-05 Alan Modra <amodra@gmail.com>
430
431 * configure.ac: Don't check for long long or long double type.
432 Don't check for alloca.h, limits.h, stddef.h, stdlib.h, string.h,
433 strings.h, time.h, wchar.h, wctype.h or sys/time.h. Don't check
434 for strtoull, free, malloc, realloc, getenv, strstr, snprintf,
435 vsnprintf, strlen or setitimer. Sort AC_CHECK_DECLS.
436 (AC_ISC_POSIX): Don't invoke.
437 (AC_HEADER_TIME, AC_HEADER_DIRENT, ACX_HEADER_STRING): Likewise.
438 * sysdep.h: Remove many HAVE_*_H checks and fallback declarations.
439 Do test HAVE_SYS_TYPES_H. Don't include sys/time.h. Reorder
440 header order as per automake AC_INCLUDES_DEFAULT.
441 * bfd-in.h: Include inttypes.h unconditionally.
442 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Assume long long and
443 long double are available.
444 (bfd_scan_vma): Assume long long and strtoull are available.
445 * elflink.c: Include limits.h unconditionally.
446 * elfnn-riscv.c: Likewise.
447 * wasm-module.c: Likewise.
448 * hpux-core.c: Include dirent.h unconditionally.
449 * trad-core.c: Likewise.
450 * hosts/x86-64linux.h: Include stdlib.h unconditionally.
451 * peXXigen.c: Remove HAVE_WCHAR_H and HAVE_WCTYPE_H checks.
452 * elf32-m68hc1x.c: Don't include alloca-conf.h.
453 * elf64-hppa.c: Likewise.
454 * som.c: Likewise.
455 * wasm-module.c: Likewise.
456 * xsym.c: Likewise.
457 * bfd-in2.h: Regenerate.
458 * config.in: Regenerate.
459 * configure: Regenerate.
460
74edb473
TC
4612021-04-01 Tamar Christina <tamar.christina@arm.com>
462
463 PR ld/26659
464 * cofflink.c (_bfd_coff_generic_relocate_section): Ignore overflow.
465
e9b095a5
ML
4662021-04-01 Martin Liska <mliska@suse.cz>
467
468 * ecoff.c (strneq): Remove strneq and use startswith.
469 (_bfd_ecoff_slurp_armap): Likewise.
470
3f3328b8
ML
4712021-04-01 Martin Liska <mliska@suse.cz>
472
473 * elf-bfd.h (bfd_section_is_ctf): Use startswith function.
474 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
475 (elf_get_reloc_section): Likewise.
476 * elf32-arc.c (elf_arc_size_dynamic_sections): Likewise.
477 * elf32-m32r.c (m32r_elf_section_flags): Likewise.
478 * elf32-microblaze.c (microblaze_elf_size_dynamic_sections): Likewise.
479 * elf32-nds32.c (nds32_elf_size_dynamic_sections): Likewise.
480 (nds32_elf_relocate_section): Likewise.
481 (nds32_elf_action_discarded): Likewise.
482 (nds32_elf_check_relocs): Likewise.
483 (nds32_elf_section_flags): Likewise.
484 * elf32-or1k.c (or1k_elf_check_relocs): Likewise.
485 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
486 * elf32-rx.c (rx_table_find): Likewise.
487 (rx_table_map): Likewise.
488 * elf32-spu.c (spu_elf_backend_symbol_processing): Likewise.
489 (spu_elf_find_overlays): Likewise.
490 (needs_ovl_stub): Likewise.
491 (allocate_spuear_stubs): Likewise.
492 (build_spuear_stubs): Likewise.
493 (mark_overlay_section): Likewise.
494 (spu_elf_auto_overlay): Likewise.
495 (spu_elf_output_symbol_hook): Likewise.
496 * elf32-tilepro.c (tilepro_elf_size_dynamic_sections): Likewise.
497 * elf32-xtensa.c (xtensa_property_section_name): Likewise.
498 * elf64-ppc.c (ppc64_elf_section_flags): Likewise.
499 (ppc64_elf_relocate_section): Likewise.
500 * elflink.c (resolve_section): Likewise.
501 (UNARY_OP): Likewise.
502 (BINARY_OP_HEAD): Likewise.
503 (elf_link_input_bfd): Likewise.
504 * elfnn-riscv.c (riscv_elf_size_dynamic_sections): Likewise.
505 * elfxx-riscv.c (riscv_parse_subset): Likewise.
506 * elfxx-tilegx.c (tilegx_elf_size_dynamic_sections): Likewise.
507 * opncls.c (get_build_id): Likewise.
508
65c5fbd4
AM
5092021-03-31 Alan Modra <amodra@gmail.com>
510
511 PR 27671
512 * bfd-in.h: Don't poison FALSE or TRUE.
513 * bfd-in2.h: Regenerate.
514
0a1b45a2
AM
5152021-03-31 Alan Modra <amodra@gmail.com>
516
517 * sysdep.h: POISON_BFD_BOOLEAN: Define.
518 * aix5ppc-core.c, * aout-cris.c, * aout-ns32k.c, * aout-target.h,
519 * aoutx.h, * arc-got.h, * archive.c, * archive64.c, * archures.c,
520 * bfd-in.h, * bfd.c, * bfdwin.c, * binary.c, * cache.c,
521 * coff-alpha.c, * coff-arm.c, * coff-arm.h, * coff-bfd.c,
522 * coff-bfd.h, * coff-go32.c, * coff-i386.c, * coff-ia64.c,
523 * coff-mcore.c, * coff-mips.c, * coff-rs6000.c, * coff-sh.c,
524 * coff-stgo32.c, * coff-tic30.c, * coff-tic4x.c, * coff-tic54x.c,
525 * coff-x86_64.c, * coff-z80.c, * coff-z8k.c, * coff64-rs6000.c,
526 * coffcode.h, * coffgen.c, * cofflink.c, * compress.c,
527 * corefile.c, * cpu-aarch64.c, * cpu-aarch64.h, * cpu-alpha.c,
528 * cpu-arc.c, * cpu-arm.c, * cpu-arm.h, * cpu-avr.c, * cpu-bfin.c,
529 * cpu-bpf.c, * cpu-cr16.c, * cpu-cris.c, * cpu-crx.c,
530 * cpu-csky.c, * cpu-d10v.c, * cpu-d30v.c, * cpu-dlx.c,
531 * cpu-epiphany.c, * cpu-fr30.c, * cpu-frv.c, * cpu-ft32.c,
532 * cpu-h8300.c, * cpu-hppa.c, * cpu-i386.c, * cpu-ia64.c,
533 * cpu-iamcu.c, * cpu-ip2k.c, * cpu-iq2000.c, * cpu-k1om.c,
534 * cpu-l1om.c, * cpu-lm32.c, * cpu-m10200.c, * cpu-m10300.c,
535 * cpu-m32c.c, * cpu-m32r.c, * cpu-m68hc11.c, * cpu-m68hc12.c,
536 * cpu-m68k.c, * cpu-m9s12x.c, * cpu-m9s12xg.c, * cpu-mcore.c,
537 * cpu-mep.c, * cpu-metag.c, * cpu-microblaze.c, * cpu-mips.c,
538 * cpu-mmix.c, * cpu-moxie.c, * cpu-msp430.c, * cpu-mt.c,
539 * cpu-nds32.c, * cpu-nfp.c, * cpu-nios2.c, * cpu-ns32k.c,
540 * cpu-or1k.c, * cpu-pdp11.c, * cpu-pj.c, * cpu-powerpc.c,
541 * cpu-pru.c, * cpu-riscv.c, * cpu-rl78.c, * cpu-rs6000.c,
542 * cpu-rx.c, * cpu-s12z.c, * cpu-s390.c, * cpu-score.c,
543 * cpu-sh.c, * cpu-sparc.c, * cpu-spu.c, * cpu-tic30.c,
544 * cpu-tic4x.c, * cpu-tic54x.c, * cpu-tic6x.c, * cpu-tilegx.c,
545 * cpu-tilepro.c, * cpu-v850.c, * cpu-v850_rh850.c, * cpu-vax.c,
546 * cpu-visium.c, * cpu-wasm32.c, * cpu-xc16x.c, * cpu-xgate.c,
547 * cpu-xstormy16.c, * cpu-xtensa.c, * cpu-z80.c, * cpu-z8k.c,
548 * dwarf1.c, * dwarf2.c, * ecoff-bfd.h, * ecoff.c, * ecofflink.c,
549 * elf-attrs.c, * elf-bfd.h, * elf-eh-frame.c, * elf-hppa.h,
550 * elf-ifunc.c, * elf-m10200.c, * elf-m10300.c, * elf-nacl.c,
551 * elf-nacl.h, * elf-properties.c, * elf-s390-common.c,
552 * elf-s390.h, * elf-strtab.c, * elf-vxworks.c, * elf-vxworks.h,
553 * elf.c, * elf32-am33lin.c, * elf32-arc.c, * elf32-arm.c,
554 * elf32-arm.h, * elf32-avr.c, * elf32-avr.h, * elf32-bfin.c,
555 * elf32-bfin.h, * elf32-cr16.c, * elf32-cr16.h, * elf32-cris.c,
556 * elf32-crx.c, * elf32-csky.c, * elf32-csky.h, * elf32-d10v.c,
557 * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
558 * elf32-fr30.c, * elf32-frv.c, * elf32-ft32.c, * elf32-gen.c,
559 * elf32-h8300.c, * elf32-hppa.c, * elf32-hppa.h, * elf32-i386.c,
560 * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, * elf32-m32c.c,
561 * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
562 * elf32-m68hc1x.c, * elf32-m68hc1x.h, * elf32-m68k.c,
563 * elf32-m68k.h, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
564 * elf32-metag.h, * elf32-microblaze.c, * elf32-mips.c,
565 * elf32-moxie.c, * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c,
566 * elf32-nios2.c, * elf32-nios2.h, * elf32-or1k.c, * elf32-pj.c,
567 * elf32-ppc.c, * elf32-ppc.h, * elf32-pru.c, * elf32-rl78.c,
568 * elf32-rx.c, * elf32-s12z.c, * elf32-s390.c, * elf32-score.c,
569 * elf32-score.h, * elf32-score7.c, * elf32-sh-relocs.h,
570 * elf32-sh.c, * elf32-sparc.c, * elf32-spu.c, * elf32-spu.h,
571 * elf32-tic6x.c, * elf32-tic6x.h, * elf32-tilegx.c,
572 * elf32-tilepro.c, * elf32-v850.c, * elf32-v850.h,
573 * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
574 * elf32-xc16x.c, * elf32-xgate.c, * elf32-xstormy16.c,
575 * elf32-xtensa.c, * elf32-z80.c, * elf64-alpha.c, * elf64-bpf.c,
576 * elf64-gen.c, * elf64-hppa.c, * elf64-ia64-vms.c,
577 * elf64-mips.c, * elf64-mmix.c, * elf64-nfp.c, * elf64-ppc.c,
578 * elf64-ppc.h, * elf64-s390.c, * elf64-sparc.c,
579 * elf64-tilegx.c, * elf64-x86-64.c, * elfcode.h,
580 * elfcore.h, * elflink.c, * elfn32-mips.c, * elfnn-aarch64.c,
581 * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-aarch64.c,
582 * elfxx-aarch64.h, * elfxx-ia64.c, * elfxx-ia64.h,
583 * elfxx-mips.c, * elfxx-mips.h, * elfxx-riscv.c, * elfxx-riscv.h,
584 * elfxx-sparc.c, * elfxx-sparc.h, * elfxx-target.h,
585 * elfxx-tilegx.c, * elfxx-tilegx.h, * elfxx-x86.c, * elfxx-x86.h,
586 * format.c, * genlink.h, * hash.c, * i386aout.c, * i386lynx.c,
587 * i386msdos.c, * ihex.c, * libaout.h, * libbfd-in.h,
588 * libbfd.c, * libcoff-in.h, * libecoff.h, * libpei.h,
589 * libxcoff.h, * linker.c, * mach-o-aarch64.c, * mach-o-arm.c,
590 * mach-o-i386.c, * mach-o-x86-64.c, * mach-o.c, * mach-o.h,
591 * merge.c, * mmo.c, * netbsd.h, * opncls.c, * pc532-mach.c,
592 * pdp11.c, * pe-arm.c, * pe-i386.c, * pe-mcore.c, * pe-sh.c,
593 * pe-x86_64.c, * peXXigen.c, * pef.c, * pei-arm.c, * pei-i386.c,
594 * pei-ia64.c, * pei-mcore.c, * pei-sh.c, * pei-x86_64.c,
595 * peicode.h, * plugin.c, * plugin.h, * ppcboot.c, * reloc.c,
596 * reloc16.c, * rs6000-core.c, * section.c, * simple.c, * som.c,
597 * som.h, * srec.c, * stabs.c, * syms.c, * targets.c, * tekhex.c,
598 * verilog.c, * vms-alpha.c, * vms-lib.c, * vms-misc.c, * vms.h,
599 * wasm-module.c, * xcofflink.c, * xcofflink.h, * xsym.c,
600 * xsym.h: Replace bfd_boolean with bool, FALSE with false, and
601 TRUE with true throughout.
602 * bfd-in2.h: Regenerate.
603 * libbfd.h: Regenerate.
604 * libcoff.h: Regenerate.
605
ad9e24ad
AM
6062021-03-31 Alan Modra <amodra@gmail.com>
607
608 * bfd-in.h: Include stdbool.h.
609 (bfd_boolean): Define as bool
610 * bfd-in2.h: Regenerate.
611
3dfb1b6d
AM
6122021-03-31 Alan Modra <amodra@gmail.com>
613
614 * .gitignore: Delete bfd_stdint.h entry.
615 * Makefile.am (bfdinclude_HEADERS): Delete bfd_stdint.h.
616 (BUILD_HFILES, LOCAL_H_DEPS): Likewise.
617 * bfd-in.h: Include stdint.h in place of bfd_stdint.h.
618 * configure.ac: Don't invoke GCC_HEADER_STDINT.
619 * configure.com: Don't create bfd_stdint.h.
620 * Makefile.in: Regenerate.
621 * aclocal.m4: Regenerate.
622 * bfd-in2.h: Regenerate.
623 * config.in: Regenerate.
624 * configure: Regenerate.
625 * doc/Makefile.in: Regenerate.
626 * po/BLD-POTFILES.in: Regenerate.
627
57ae980e
AM
6282021-03-31 Alan Modra <amodra@gmail.com>
629
630 * bfd-in.h: Include string.h.
631 (LITMEMCPY, LITSTRCPY): Delete.
632 * bfd-in2.h: Regenerate.
633
d1cbe007
AM
6342021-03-30 Alan Modra <amodra@gmail.com>
635
636 * elflink.c (elf_link_add_object_symbols): Don't set h->indx
637 unless is_elf_hash_table.
638
63b4cc53
AM
6392021-03-29 Alan Modra <amodra@gmail.com>
640
641 * aoutx.h (aout_link_write_symbols): Don't cast boolean expression
642 to bfd_boolean.
643 * elf32-or1k.c (or1k_set_got_and_rela_sizes): Dont compare booleans
644 against FALSE.
645 * elf32-arc.c (name_for_global_symbol): Don't compare boolean to TRUE.
646 (is_reloc_PC_relative): Don't use "boolean_condition ? TRUE : FALSE".
647 (is_reloc_SDA_relative, is_reloc_for_GOT): Likewise.
648 (is_reloc_for_PLT, is_reloc_for_TLS): Likewise.
649 * elf32-arm.c (stm32l4xx_need_create_replacing_stub): Likewise.
650 * elf32-nds32.c (insert_nds32_elf_blank): Likewise.
651 * elf32-rx.c (rx_set_section_contents): Likewise.
652 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Likewise.
653 * elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): Likewise.
654 * mach-o.c (bfd_mach_o_read_command): Likewise.
655 * targets.c (bfd_get_target_info): Likewise.
656
f4f9ede0
AM
6572021-03-29 Alan Modra <amodra@gmail.com>
658
659 * coff-z80.c (z80_is_local_label_name): Return bfd_boolean.
660 * elf32-z80.c (z80_is_local_label_name): Likewise.
661 * elf32-spu.c (spu_elf_modify_headers): Likewise.
662 * elf32-nds32.h (struct elf_nds32_link_hash_table <hyper_relax>):
663 Change type to int.
664 * vms-lib.c (_bfd_vms_lib_write_archive_contents): Correct test
665 for error return from vms_write_data_block.
666
1201fda6
AM
6672021-03-29 Alan Modra <amodra@gmail.com>
668
669 * elf32-i386.c (elf_i386_finish_local_dynamic_symbol): Return int.
670 * elf64-ia64-vms.c (elf64_ia64_local_dyn_info_free): Likewise.
671 (elf64_ia64_local_dyn_sym_thunk): Likewise.
672 * elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol): Likewise.
673 * elfnn-aarch64.c (elfNN_aarch64_allocate_local_ifunc_dynrelocs),
674 (elfNN_aarch64_finish_local_dynamic_symbol): Likewise.
675 * elfnn-ia64.c (elfNN_ia64_local_dyn_info_free): Likewise.
676 (elfNN_ia64_local_dyn_sym_thunk): Likewise.
677 * elfnn-riscv.c (allocate_local_ifunc_dynrelocs): Likewise.
678 (riscv_pcrel_reloc_eq): Likewise.
679 (riscv_elf_finish_local_dynamic_symbol): Likewise.
680 * elfxx-sparc.c (allocate_local_dynrelocs): Likewise.
681 (finish_local_dynamic_symbol): Likewise.
682 * elfxx-x86.c (elf_x86_allocate_local_dynreloc): Likewise.
683 * elfxx-mips.c (mips_elf_resolve_got_page_ref): Likewise.
684 (mips_elf_count_got_symbols): Change return type to bfd_boolean.
685
37bb890f
AM
6862021-03-29 Alan Modra <amodra@gmail.com>
687
688 * elflink.c (elf_link_output_symstrtab): Make flinfo parameter
689 a void pointer.
690 (bfd_elf_final_link): Delete out_sym_func typedef and don't cast
691 elf_link_output_symstrtab when calling output_arch_syms and
692 output_arch_local_syms.
693 * elf-bfd.h (struct elf_backend_data <elf_backend_output_arch_syms,
694 elf_backend_output_arch_local_syms>): Change return type of func
695 arg to match elf_link_output_symstrtab.
696 * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Correct
697 return type.
698 * elf32-nds32.c (nds32_elf_output_symbol_hook): Correct return type.
699 (nds32_elf_output_arch_syms): Correct func return type.
700
0f684201
AM
7012021-03-29 Alan Modra <amodra@gmail.com>
702
703 * elf-m10200.c (mn10200_elf_relocate_section): Return int.
704 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
705 * elf32-arc.c (elf_arc_relocate_section): Likewise.
706 * elf32-arm.c (elf32_arm_relocate_section): Likewise.
707 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
708 * elf32-bfin.c (bfin_relocate_section): Likewise.
709 (bfinfdpic_relocate_section): Likewise.
710 * elf32-cr16.c (elf32_cr16_relocate_section): Likewise.
711 * elf32-cris.c (cris_elf_relocate_section): Likewise.
712 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
713 * elf32-csky.c (csky_elf_relocate_section): Likewise.
714 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
715 * elf32-epiphany.c (epiphany_elf_relocate_section): Likewise.
716 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
717 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
718 * elf32-ft32.c (ft32_elf_relocate_section): Likewise.
719 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
720 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
721 * elf32-i386.c (elf_i386_relocate_section): Likewise.
722 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
723 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
724 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
725 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
726 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
727 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
728 * elf32-m68hc1x.h (elf32_m68hc11_relocate_section): Likewise.
729 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
730 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
731 * elf32-mep.c (mep_elf_relocate_section): Likewise.
732 * elf32-metag.c (elf_metag_relocate_section): Likewise.
733 * elf32-microblaze.c (microblaze_elf_relocate_section): Likewise.
734 * elf32-moxie.c (moxie_elf_relocate_section): Likewise.
735 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
736 * elf32-mt.c (mt_elf_relocate_section): Likewise.
737 * elf32-nds32.c (nds32_elf_relocate_section): Likewise.
738 * elf32-nios2.c (nios2_elf32_relocate_section): Likewise.
739 * elf32-or1k.c (or1k_elf_relocate_section): Likewise.
740 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
741 * elf32-pru.c (pru_elf32_relocate_section): Likewise.
742 * elf32-rl78.c (rl78_elf_relocate_section): Likewise.
743 * elf32-rx.c (rx_elf_relocate_section): Likewise.
744 * elf32-s390.c (elf_s390_relocate_section): Likewise.
745 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
746 (_bfd_score_elf_relocate_section): Likewise.
747 * elf32-score.h (s7_bfd_score_elf_relocate_section): Likewise.
748 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
749 * elf32-sh.c (sh_elf_relocate_section): Likewise.
750 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
751 * elf32-tilepro.c (tilepro_elf_relocate_section): Likewise.
752 * elf32-v850.c (v850_elf_relocate_section): Likewise.
753 * elf32-vax.c (elf_vax_relocate_section): Likewise.
754 * elf32-visium.c (visium_elf_relocate_section): Likewise.
755 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
756 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
757 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
758 * elf32-z80.c (z80_elf_relocate_section): Likewise.
759 * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
760 (elf64_alpha_relocate_section): Likewise.
761 * elf64-bpf.c (bpf_elf_relocate_section): Likewise.
762 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
763 * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
764 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
765 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
766 * elf64-s390.c (elf_s390_relocate_section): Likewise.
767 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
768 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Likewise.
769 * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
770 * elfnn-riscv.c (riscv_elf_relocate_section): Likewise.
771 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
772 * elfxx-mips.h (_bfd_mips_elf_relocate_section): Likewise.
773 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
774 * elfxx-sparc.h (_bfd_sparc_elf_relocate_section): Likewise.
775 * elfxx-tilegx.c (tilegx_elf_relocate_section): Likewise.
776 * elfxx-tilegx.h (tilegx_elf_relocate_section): Likewise.
777
ff5b3e14
KS
7782021-03-26 Keith Seitz <keiths@redhat.com>
779
780 * elfcore.h (_bfd_elf_core_find_build_id): Seek file
781 offset of program headers after calling elf_read_notes.
782
f596b03f
JB
7832021-03-23 Jan Beulich <jbeulich@suse.com>
784
785 * dwarf2.c (read_indexed_string): Rename index to idx.
786
08dedd66
ML
7872021-03-22 Martin Liska <mliska@suse.cz>
788
789 * bfd-in.h (startswith): Add startswith function.
790 (CONST_STRNEQ): Remove.
791 * bfd-in2.h (startswith): Regenerate with make headers.
792 * archive.c (bfd_slurp_armap): Replace usage of CONST_STRNEQ with startswith.
793 (_bfd_slurp_extended_name_table): Likewise.
794 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
795 * bfd.c (bfd_get_sign_extend_vma): Likewise.
796 (bfd_convert_section_size): Likewise.
797 (bfd_convert_section_contents): Likewise.
798 * coff-stgo32.c (go32exe_create_stub): Likewise.
799 (go32exe_check_format): Likewise.
800 * coffcode.h (styp_to_sec_flags): Likewise.
801 (GNU_DEBUGALTLINK): Likewise.
802 * coffgen.c (_bfd_coff_section_already_linked): Likewise.
803 (coff_gc_sweep): Likewise.
804 (bfd_coff_gc_sections): Likewise.
805 * cofflink.c (coff_link_add_symbols): Likewise.
806 (process_embedded_commands): Likewise.
807 * compress.c (bfd_is_section_compressed_with_header): Likewise.
808 (bfd_init_section_decompress_status): Likewise.
809 * dwarf2.c (find_debug_info): Likewise.
810 (place_sections): Likewise.
811 * ecoff.c (_bfd_ecoff_slurp_armap): Likewise.
812 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
813 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
814 (assign_section_numbers): Likewise.
815 (elfcore_grok_win32pstatus): Likewise.
816 * elf32-arm.c (cmse_scan): Likewise.
817 (elf32_arm_gc_mark_extra_sections): Likewise.
818 (elf32_arm_size_dynamic_sections): Likewise.
819 (is_arm_elf_unwind_section_name): Likewise.
820 * elf32-bfin.c (bfin_size_dynamic_sections): Likewise.
821 * elf32-cr16.c (_bfd_cr16_elf_size_dynamic_sections): Likewise.
822 * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
823 * elf32-csky.c (csky_elf_size_dynamic_sections): Likewise.
824 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
825 * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise.
826 * elf32-lm32.c (lm32_elf_size_dynamic_sections): Likewise.
827 * elf32-m32r.c (m32r_elf_size_dynamic_sections): Likewise.
828 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
829 * elf32-metag.c (elf_metag_size_dynamic_sections): Likewise.
830 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Likewise.
831 * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Likewise.
832 * elf32-or1k.c (or1k_elf_size_dynamic_sections): Likewise.
833 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
834 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
835 * elf32-score.c (s3_bfd_score_elf_size_dynamic_sections): Likewise.
836 * elf32-score7.c (s7_bfd_score_elf_size_dynamic_sections): Likewise.
837 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
838 * elf32-tic6x.c (is_tic6x_elf_unwind_section_name): Likewise.
839 (elf32_tic6x_size_dynamic_sections): Likewise.
840 * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
841 * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise.
842 (xtensa_is_insntable_section): Likewise.
843 (xtensa_is_littable_section): Likewise.
844 (xtensa_is_proptable_section): Likewise.
845 (xtensa_property_section_name): Likewise.
846 (xtensa_callback_required_dependence): Likewise.
847 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
848 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
849 * elf64-ia64-vms.c (is_unwind_section_name): Likewise.
850 (get_reloc_section): Likewise.
851 (elf64_ia64_size_dynamic_sections): Likewise.
852 (elf64_ia64_object_p): Likewise.
853 * elf64-mmix.c (mmix_elf_add_symbol_hook): Likewise.
854 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Likewise.
855 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
856 * elflink.c (elf_link_add_object_symbols): Likewise.
857 (_bfd_elf_gc_mark_extra_sections): Likewise.
858 (bfd_elf_parse_eh_frame_entries): Likewise.
859 (_bfd_elf_section_already_linked): Likewise.
860 * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections): Likewise.
861 * elfnn-ia64.c (is_unwind_section_name): Likewise.
862 (elfNN_ia64_size_dynamic_sections): Likewise.
863 (elfNN_ia64_object_p): Likewise.
864 * elfxx-mips.c (FN_STUB_P): Likewise.
865 (CALL_STUB_P): Likewise.
866 (CALL_FP_STUB_P): Likewise.
867 (_bfd_mips_elf_section_from_shdr): Likewise.
868 (_bfd_mips_elf_fake_sections): Likewise.
869 (_bfd_mips_elf_size_dynamic_sections): Likewise.
870 (_bfd_mips_final_write_processing): Likewise.
871 (_bfd_mips_elf_final_link): Likewise.
872 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise.
873 * elfxx-x86.c (elf_i386_is_reloc_section): Likewise.
874 (elf_x86_64_is_reloc_section): Likewise.
875 * hpux-core.c (thread_section_p): Likewise.
876 * libcoff.h (bfd_pei_p): Likewise.
877 * linker.c (REAL): Likewise.
878 (unwrap_hash_lookup): Likewise.
879 (_bfd_generic_link_add_one_symbol): Likewise.
880 * mmo.c (mmo_internal_write_section): Likewise.
881 * osf-core.c (osf_core_core_file_p): Likewise.
882 * pef.c (bfd_pef_print_symbol): Likewise.
883 * pei-x86_64.c (pex64_print_all_pdata_sections): Likewise.
884 * som.c (som_slurp_symbol_table): Likewise.
885 (som_slurp_armap): Likewise.
886 * wasm-module.c (wasm_compute_custom_section_file_position): Likewise.
887
2aaf2ce8
JB
8882021-03-22 Jan Beulich <jbeulich@suse.com>
889
890 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Add missing
891 language translation wrapping to _bfd_error_handler()
892 invocations.
893
e9338841
AM
8942021-03-21 Alan Modra <amodra@gmail.com>
895
896 * bfd-in.h (startswith): New inline.
897 (CONST_STRNEQ): Use startswith.
898 * bfd-in2.h: Regenerate.
899
15407e7e
AM
9002021-03-20 Alan Modra <amodra@gmail.com>
901
902 PR 27590
903 * elf.c (_bfd_elf_make_section_from_shdr): Remove SHF_EXCLUDE
904 test for .gnu.debuglto*.
905
3818d4ab
L
9062021-03-18 H.J. Lu <hongjiu.lu@intel.com>
907
908 PR ld/27590
15407e7e 909 * elf.c (_bfd_elf_make_section_from_shdr): Treat
3818d4ab
L
910 .gnu.debuglto_.debug_ section as debugging section unless it is
911 marked with SHF_EXCLUDE.
912 * elflink.c (elf_create_symbuf): Revert commit 994b2513281.
913 (bfd_elf_match_symbols_in_sections): Ignore section symbols when
914 matching non-debugging sections or linkonce section with comdat
915 section.
916
51f6e7a9
L
9172021-03-18 H.J. Lu <hongjiu.lu@intel.com>
918
919 PR ld/27587
920 * dwarf2.c (read_attribute_value): Check version >= 3 for
921 DW_FORM_ref_addr.
922
012d4426
NC
9232021-03-16 Nick Clifton <nickc@redhat.com>
924
925 * peXXigen.c (_bfd_XXi_swap_aux_out): Avoid potential buffer
926 overrun by using sizeof of the destination x_fname field as the
927 limit for a memcpy.
928
80d49d6a
KLC
9292021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
930
931 * elfxx-riscv.c (riscv_std_z_ext_strtab): Add zba, zbb and zbc.
932
1b2cb8e2
CC
9332021-03-12 Clément Chigot <clement.chigot@atos.net>
934
935 * reloc.c (BFD_RELOC_PPC_TLS_LE, BFD_RELOC_PPC_TLS_IE,
936 BFD_RELOC_PPC_TLS_M, BFD_RELOC_PPC_TLS_ML, BFD_RELOC_PPC64_TLS_GD,
937 BFD_RELOC_PPC64_TLS_LD, BFD_RELOC_PPC64_TLS_LE,
938 BFD_RELOC_PPC64_TLS_IE, BFD_RELOC_PPC64_TLS_M,
939 BFD_RELOC_PPC64_TLS_ML): New relocations.
940 * bfd-in2.h: Regenerate.
941 * libbfd.h: Regenerate.
942 * coff-rs6000.c (xcoff_calculate_relocation): Call
943 xcoff_reloc_type_tls for TLS relocations.
944 (xcoff_howto_table): Implement TLS relocations.
945 (_bfd_xcoff_reloc_type_lookup): Add cases TLS relocations.
946 (xcoff_reloc_type_tls): New function.
947 * coff64-rs6000.c (xcoff_calculate_relocation): Likewise.
948 (xcoff_howto_table): Likewise.
949 (_bfd_xcoff_reloc_type_lookup): Likewise.
950 * coffcode.h (sec_to_styp_flags): Handle TLS sections.
951 (styp_to_sec_flags): Likewise.
952 (coff_compute_section_file_positions): Avoid file offset
953 optimisation for .data when the previous section is .tdata.
954 (coff_write_object_contents): Handle TLS sections.
955 * coffswap.h (coff_swap_aouthdr_out): Add support for
956 new fields in aouthdr.
957 * libxcoff.h (xcoff_reloc_type_tls): Add prototype.
958 * xcofflink.c (xcoff_link_add_symbols): Handle XMC_UL.
959 (xcoff_need_ldrel_p): Add cases for TLS relocations.
960 (xcoff_create_ldrel): Add l_symndx for TLS sections.
961
4a403be0
CC
9622021-03-12 Clément Chigot <clement.chigot@atos.net>
963
964 * reloc.c (BFD_RELOC_PPC_TOC16_HI, BFD_RELOC_PPC_TOC16_LO):
965 New relocations.
966 * bfd-in2.h: Regenerate.
967 * libbfd.h: Regenerate.
968 * coff-rs6000.c (xcoff_calculate_relocation): Call
969 xcoff_reloc_type_toc for R_TOCU and R_TOCL.
970 (xcoff_howto_table): Remove src_mask for TOC relocations.
971 Add R_TOCU and R_TOCL howtos.
972 (_bfd_xcoff_reloc_type_lookup): Add cases for
973 BFD_RELOC_PPC_TOC16_HI and BFD_RELOC_PPC_TOC16_LO.
974 (xcoff_reloc_type_toc): Compute the whole offset.
975 Implement R_TOCU and R_TOCL.
976 * coff64-rs6000.c (xcoff64_calculate_relocation):
977 Likewise.
978 (xcoff64_howto_table): Likewise.
979 (xcoff64_reloc_type_lookup): Likewise.
980
2c1bef53
CC
9812021-03-12 Clément Chigot <clement.chigot@atos.net>
982
983 * coff-rs6000.c (xcoff_calculate_relocation): Correct and
984 add new relocations.
985 (xcoff_howto_table): Likewise.
986 (xcoff_rtype2howto): Increase r_type maximum value.
987 (xcoff_ppc_relocate_section): Reuse predefined HOWTOs instead
988 of create a new one from scratch. Enable only some relocations
989 to have a changing r_size.
990 * coff64-rs6000.c (xcoff64_calculate_relocation): Likewise.
991 (xcoff64_howto_table): Likewise.
992 (xcoff64_rtype2howto): Likewise.
993 (xcoff64_ppc_relocate_section): Likewise.
994 * libxcoff.h (XCOFF_MAX_CALCULATE_RELOCATION): Fix value.
995
0c929e83
CC
9962021-03-12 Clément Chigot <clement.chigot@atos.net>
997
998 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Move.
999
6d4d9328
CC
10002021-03-12 Clément Chigot <clement.chigot@atos.net>
1001
1002 * coff64-rs6000.c (xcoff64_write_object_contents): Remove.
1003 * coffcode.h (coff_write_object_contents): Add bfd_mach_ppc_620
1004 support for o_cputype field. Avoid creating an empty a.out header
1005 for XCOFF64.
1006
8aa2d023
CC
10072021-03-12 Clément Chigot <clement.chigot@atos.net>
1008
1009 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): Add
1010 missing smclass.
1011
ebdcad3f
NC
10122021-03-11 Nelson Chu <nelson.chu@sifive.com>
1013
1014 * elfnn-riscv.c (riscv_elf_link_hash_table): New boolean
1015 restart_relax, used to check if we need to run the whole
1016 relaxations from relax pass 0 to 2 again.
1017 (riscv_elf_link_hash_table_create): Init restart_relax to FALSE.
1018 (_bfd_riscv_relax_align): Remove obsolete sec_flg0 set.
1019 (_bfd_riscv_relax_delete): Set again to TRUE if we do delete the code.
1020 (bfd_elfNN_riscv_restart_relax_sections): New function. Called by
1021 after_allocation to check if we need to run the whole relaxations again.
1022 (_bfd_riscv_relax_section): We will only enter into the relax pass 3
1023 when the restart_relax is FALSE; At last set restart_relax to TRUE if
1024 again is TRUE, too.
1025 * elfxx-riscv.h (bfd_elf32_riscv_restart_relax_sections): Declaration.
1026 (bfd_elf64_riscv_restart_relax_sections): Likewise.
1027
67b0f684
JB
10282021-03-10 Jan Beulich <jbeulich@suse.com>
1029
1030 * cofflink.c (_bfd_coff_write_global_sym): Range-check symbol
1031 offset.
1032
2dfa8341
AM
10332021-03-10 Alan Modra <amodra@gmail.com>
1034 Jan Beulich <jbeulich@suse.com>
1035
1036 * elf.c (bfd_elf_generic_reloc): Make references between debug
1037 sections use section relative values.
1038
87fa7d56
JB
10392021-03-09 Jan Beulich <jbeulich@suse.com>
1040
1041 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Diagnose out of range RVA.
1042
8c0546e9
L
10432021-03-05 H.J. Lu <hongjiu.lu@intel.com>
1044
1045 PR ld/27425
1046 PR ld/27432
1047 * bfd.c (_bfd_get_link_info): New function.
1048 * elf-bfd.h (output_elf_obj_tdata): Add link_info.
1049 (elf_link_info): New.
1050 * libbfd-in.h (_bfd_get_link_info): New prototype.
1051 * coff-x86_64.c (coff_amd64_reloc): Also subtract __ImageBase for
1052 R_AMD64_IMAGEBASE when generating x86-64 ELF executable.
1053 * pe-x86_64.c: Include "coff/internal.h" and "libcoff.h".
1054 (pex64_link_add_symbols): New function.
1055 (coff_bfd_link_add_symbols): New macro.
1056 * libbfd.h: Regenerated.
1057
db6092f3
AB
10582021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1059 Andrew Burgess <andrew.burgess@embecosm.com>
1060
1061 * elf-bfd.h (elfcore_write_riscv_csr): Declare.
1062 * elf.c (elfcore_grok_riscv_csr): New function.
1063 (elfcore_grok_note): Handle NT_RISCV_CSR.
1064 (elfcore_write_riscv_csr): New function.
1065 (elfcore_write_register_note): Handle '.reg-riscv-csr'.
1066
0897bb7d
AB
10672021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1068 Andrew Burgess <andrew.burgess@embecosm.com>
1069
1070 * elfnn-riscv.c (PRPSINFO_PR_FNAME_LENGTH): Define.
1071 (PRPSINFO_PR_PSARGS_LENGTH): Define.
1072 (riscv_write_core_note): New function.
1073 (riscv_elf_grok_psinfo): Make use of two new length defines.
1074 (elf_backend_write_core_note): Define.
1075
b63a5e38
AB
10762021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1077 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * elf-bfd.h (elfcore_write_gdb_tdesc): Declare new function.
1080 * elf.c (elfcore_grok_gdb_tdesc): New function.
1081 (elfcore_grok_note): Handle NT_GDB_TDESC.
1082 (elfcore_write_gdb_tdesc): New function.
1083 (elfcore_write_register_note): Handle NT_GDB_TDESC.
1084
2017f387
NC
10852021-03-05 Nick Clifton <nickc@redhat.com>
1086
1087 PR 27521
1088 * dwarf2.c (is_str_attr): Add DW_FORM_strx* forms.
1089 (read_indexed_string): Placeholder function.
1090 (read_attribute_value): Handle DW_FORM_strx* and DW_FORM_addrx*
1091 forms.
1092
b01b5d9a
AM
10932021-03-05 Alan Modra <amodra@gmail.com>
1094
1095 * reloc.c (bfd_perform_relocation): Revert 2021-01-12 and
1096 2020-09-16 changes.
1097 * coff-x86_64.c (coff_amd64_reloc): Do more or less the same
1098 adjustments here instead. Separate pc-relative adjustments
1099 from symbol related adjustments. Tidy comments and formatting.
1100
6b5465b9
JB
11012021-03-04 Jan Beulich <jbeulich@suse.com>
1102
1103 * coffcode.h (sec_to_styp_flags): Don't set IMAGE_SCN_LNK_* in
1104 final PE images.
1105
0b7733b6
AM
11062021-03-04 Alan Modra <amodra@gmail.com>
1107
1108 * rs6000-core.c (rs6000coff_core_p): Correct prototype.
1109
5789f845
AM
11102021-03-03 Alan Modra <amodra@gmail.com>
1111
1112 PR 27500
1113 * elflink.c (_bfd_elf_gc_mark_rsec): Do special start/stop
1114 processing not when start/stop symbol section is unmarked but
1115 on first time a start/stop symbol is processed.
1116
dc83f2d2
AM
11172021-03-03 Alan Modra <amodra@gmail.com>
1118
1119 * reloc.c: Include x86_64.h rather than internal.h.
1120
ca8f6bc6
NC
11212021-03-02 Nick Clifton <nickc@redhat.com>
1122
1123 PR 27484
1124 * dwarf2.c (scan_unit_for_symbols): Scan twice, once to accumulate
1125 function and variable tags and a second time to resolve their
1126 attributes.
1127
211bcd01
NA
11282021-03-02 Nick Alcock <nick.alcock@oracle.com>
1129
1130 * elf-strtab.c (_bfd_elf_strtab_str): Skip strings with zero refcount.
1131
b80e421f
AM
11322021-03-02 Alan Modra <amodra@gmail.com>
1133
1134 PR 27451
1135 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore synthesized
1136 linker defined start/stop symbols when start_stop_gc.
1137
f5b9c288
AM
11382021-03-02 Alan Modra <amodra@gmail.com>
1139
1140 * elf64-ppc.c (ppc64_elf_relocate_section): Don't optimise got
1141 indirect to pc-relative or toc-relative for undefined symbols.
1142
8ee10e86
AM
11432021-03-01 Alan Modra <amodra@gmail.com>
1144 Fangrui Song <maskray@google.com>
1145
1146 * elflink.c (_bfd_elf_gc_mark_rsec): Ignore synthesized linker
1147 defined start/stop symbols when start_stop_gc.
1148 (bfd_elf_gc_mark_dynamic_ref_symbol): Likewise.
1149 (bfd_elf_define_start_stop): Don't modify ldscript_def syms.
1150 * linker.c (bfd_generic_define_start_stop): Likewise.
1151
bbaddd4b
AM
11522021-02-25 Alan Modra <amodra@gmail.com>
1153
1154 PR 27441
1155 * elf-bfd.h (struct elf_link_hash_entry): Add ref_ir_nonweak.
1156 * elflink.c (elf_link_add_object_symbols): Set ref_ir_nonweak and
1157 use when deciding an as-needed library should be loaded instead
1158 of using the binding of the library definition.
1159
93af1b04
AM
11602021-02-24 Alan Modra <amodra@gmail.com>
1161
1162 PR 27459
1163 * coff-stgo32.c (go32exe_check_format): Sanity check size of
1164 header to avoid a buffer overflow.
1165
e9d18e06
AM
11662021-02-22 Alan Modra <amodra@gmail.com>
1167
1168 * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Remove BFD_RELOC_16.
1169 * coff64-rs6000.c (xcoff64_reloc_type_lookup): Likewise.
1170
5a9f5403
NC
11712021-02-19 Nelson Chu <nelson.chu@sifive.com>
1172
1173 PR 27158
1174 * elfnn-riscv.c (perform_relocation): Updated encoding macros.
1175 (_bfd_riscv_relax_call): Likewise.
1176 (_bfd_riscv_relax_lui): Likewise.
1177 * elfxx-riscv.c (howto_table): Likewise.
1178
3d73d29e
NC
11792021-02-18 Nelson Chu <nelson.chu@sifive.com>
1180
1181 * Makefile.am: Added cpu-riscv.h.
1182 * Makefile.in: Regenerated.
1183 * po/SRC-POTFILES.in: Regenerated.
1184 * cpu-riscv.h: Added to support spec versions controlling.
1185 Also added extern arrays and functions for cpu-riscv.c.
1186 (enum riscv_spec_class): Define all spec classes here uniformly.
1187 (struct riscv_spec): Added for all specs.
1188 (RISCV_GET_SPEC_CLASS): Added to reduce repeated code.
1189 (RISCV_GET_SPEC_NAME): Likewise.
1190 (RISCV_GET_ISA_SPEC_CLASS): Added to get ISA spec class.
1191 (RISCV_GET_PRIV_SPEC_CLASS): Added to get privileged spec class.
1192 (RISCV_GET_PRIV_SPEC_NAME): Added to get privileged spec name.
1193 * cpu-riscv.c (struct priv_spec_t): Replaced with struct riscv_spec.
1194 (riscv_get_priv_spec_class): Replaced with RISCV_GET_PRIV_SPEC_CLASS.
1195 (riscv_get_priv_spec_name): Replaced with RISCV_GET_PRIV_SPEC_NAME.
1196 (riscv_priv_specs): Moved below.
1197 (riscv_get_priv_spec_class_from_numbers): Likewise, updated.
1198 (riscv_isa_specs): Moved from include/opcode/riscv.h.
1199 * elfnn-riscv.c: Included cpu-riscv.h.
1200 (riscv_merge_attributes): Initialize in_priv_spec and out_priv_spec.
1201 * elfxx-riscv.c: Included cpu-riscv.h and opcode/riscv.h.
1202 (RISCV_UNKNOWN_VERSION): Moved from include/opcode/riscv.h.
1203 * elfxx-riscv.h: Removed extern functions to cpu-riscv.h.
1204
b9b204b3
AM
12052021-02-17 Alan Modra <amodra@gmail.com>
1206
1207 * wasm-module.c: Guard include of limits.h.
1208 (CHAR_BIT): Provide backup define.
1209 (wasm_read_leb128): Use CHAR_BIT to size "result" in bits.
1210 Correct signed overflow checking.
1211
0d6aab77
NC
12122021-02-17 Nelson Chu <nelson.chu@sifive.com>
1213
1214 PR 27200
1215 * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Delay
1216 copying the elf flags from input BFD to output BFD, until we have
1217 checked if the input BFD has no code section or not. Also fix the
1218 problem that we only check the first section rather than the entire
1219 sections for input BFD.
1220
7b54cadd
AM
12212021-02-16 Alan Modra <amodra@gmail.com>
1222
1223 * libbfd.c (_bfd_read_unsigned_leb128): Avoid excessive shift.
1224 (_bfd_safe_read_leb128, _bfd_read_signed_leb128): Likewise.
1225
8c674061
JB
12262021-02-15 Jan Beulich <jbeulich@suse.com>
1227
1228 * doc/Makefile.am: Replace "cp -p" by "$(LN_S)".
1229 * doc/Makefile.in: Re-generate.
1230
1781a9d0
AM
12312021-02-15 Alan Modra <amodra@gmail.com>
1232
1233 * elf32-nds32.c (nds32_get_section_contents): Replace
1234 bfd_malloc_and_get_section with bfd_get_full_section_contents.
1235 (nds32_elf_relax_delete_blanks): Init contents.
1236 (nds32_elf_relax_section, nds32_relax_fp_as_gp): Likewise.
1237
8b78cbec
AM
12382021-02-15 Alan Modra <amodra@gmail.com>
1239
1240 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
1241 bfd_get_full_section_contents.
1242
d7a7af8f
AM
12432021-02-14 Alan Modra <amodra@gmail.com>
1244
1245 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Apply
1246 all fixes to bfd_generic_get_relocated_section_contents since this
1247 function was split out.
1248
234b98ce
AM
12492021-02-11 Alan Modra <amodra@gmail.com>
1250
1251 * config.bfd: Remove ia64 from obsolete list.
1252
769c253f
AM
12532021-02-11 Alan Modra <amodra@gmail.com>
1254
1255 PR ld/22269
1256 * elfnn-ia64.c: Revert 2017-10-14 git commit db41f6eb5234.
1257
31c711a2
AM
12582021-02-11 Alan Modra <amodra@gmail.com>
1259
1260 PR 27294
1261 * elf32-avr.c (avr_elf32_load_records_from_section): Use
1262 bfd_malloc_and_get_section. Use bfd_byte* vars and remove then
1263 unnecessary casts.
1264
6db658c5
AM
12652021-02-11 Alan Modra <amodra@gmail.com>
1266
1267 PR 27291
1268 * section.c (bfd_get_section_contents): Avoid possible overflow
1269 when range checking offset and count.
1270 (bfd_set_section_contents): Likewise.
1271
95148614
NA
12722021-02-03 Nick Alcock <nick.alcock@oracle.com>
1273
1274 * configure.ac (SHARED_LIBADD): Remove explicit -lintl population in
1275 favour of LIBINTL.
1276 * configure: Regenerated.
1277
a57d1773
AM
12782021-02-09 Alan Modra <amodra@gmail.com>
1279
1280 * config.bfd (arm*-*-symbianelf*): Move from obsolete to removed.
1281 * configure.ac: Delete symbian entries.
1282 * elf-bfd.h (enum elf_target_os): Delete is_symbian.
1283 * elf32-arm.c: Remove symbian support. Formatting.
1284 * targets.c: Delete symbian entries.
1285 * configure: Regenerate.
1286
1a2f1b54
L
12872021-02-04 H.J. Lu <hongjiu.lu@intel.com>
1288
1289 PR ld/19609
1290 * elf64-x86-64.c (elf_x86_64_relocate_section): Provide more
1291 info when failed to convert GOTPCREL relocation.
1292
24075dcc
NC
12932021-02-04 Nelson Chu <nelson.chu@sifive.com>
1294
1295 * elfxx-riscv.c (riscv_parse_prefixed_ext): Removed zb*.
1296
7d409ac0
AM
12972021-02-04 Alan Modra <amodra@gmail.com>
1298
1299 PR 27311
1300 * elflink.c (elf_link_add_object_symbols): Don't pull in as-needed
1301 libraries for IR references on pass over libraries after LTO
1302 recompilation.
1303
f01fb44c
AM
13042021-02-03 Alan Modra <amodra@gmail.com>
1305
1306 PR 27311
1307 * elflink.c (_bfd_elf_add_default_symbol): Revert last two changes.
1308 (elf_link_add_object_symbols): Here too. Don't pull in as-needed
1309 libraries when H is an indirect symbol after calling
1310 _bfd_elf_add_default_symbol.
1311
69551367
AM
13122021-02-03 Alan Modra <amodra@gmail.com>
1313
1314 PR 27311
1315 * elflink.c (_bfd_elf_add_default_symbol): Clear override when
1316 undecorated symbol will have a different version.
1317
9918bff7
AM
13182021-02-02 Alan Modra <amodra@gmail.com>
1319
1320 PR 27311
1321 * elflink.c (_bfd_elf_add_default_symbol): Add override parameter.
1322 Use when handling default versioned symbol. Rename existing
1323 override variable to nondef_override and use for non-default
1324 versioned symbol.
1325 (elf_link_add_object_symbols): Adjust call to suit. Don't
1326 pull in as-needed libraries when override is set.
1327
1f568f9a
EH
13282021-02-01 Emery Hemingway <ehmry@posteo.net>
1329
1330 * config.bfd: Add *-*-genode* as a target for AArch64 and x86.
1331
34c10233
EV
13322021-02-01 Egor Vishnyakov <lenvampir@yandex.ru>
1333
1334 PR 27254
1335 * elf32-rl78.c (rl78_elf_relocate_section): Fix calculation of
1336 offset for the R_RL78_RH_SADDR relocation.
1337
c4566785
AM
13382021-01-29 Alan Modra <amodra@gmail.com>
1339
1340 PR 27271
1341 * elflink.c (bfd_elf_link_record_dynamic_symbol): Don't segfault
1342 on symbols defined in absolute or other special sections.
1343
def97fb9
AM
13442021-01-28 Alan Modra <amodra@gmail.com>
1345
1346 PR 27259
1347 * elflink.c (_bfd_elf_gc_mark_extra_sections): Use linker_mark to
1348 prevent endless looping of linked-to sections.
1349
4cb1265b
MS
13502020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
1351
1352 * bfd-elf.h (elfcore_write_file_note): New function.
1353 * elf.c (elfcore_write_file_note): New function.
1354
4287950e
AM
13552021-01-26 Alan Modra <amodra@gmail.com>
1356
1357 * elf32-ft32.c (ft32_reloc_type_lookup): Don't miss ft32_reloc_map[0].
1358
940d0202
L
13592021-01-24 H.J. Lu <hongjiu.lu@intel.com>
1360
1361 PR binutils/27231
1362 * dwarf2.c (read_rnglists): Ignore empty range when parsing line
1363 number tables.
1364
18454c15
L
13652021-01-23 H.J. Lu <hongjiu.lu@intel.com>
1366
1367 PR binutils/27231
1368 * dwarf2.c (read_rnglists): Advance rngs_ptr after
1369 _bfd_safe_read_leb128 when parsing DW_RLE_offset_pair.
1370
4bd7c902
AM
13712021-01-20 Alan Modra <amodra@gmail.com>
1372
1373 * elf32-ppc.c: Delete outdated comment.
1374 (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): Define.
1375 * elf64-ppc.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): Define.
1376
8bd10d6b
AM
13772021-01-20 Alan Modra <amodra@gmail.com>
1378
1379 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't assume
1380 section symbols are present.
1381
30845f11
AM
13822021-01-19 Alan Modra <amodra@gmail.com>
1383
1384 * elf64-ppc.c (elf_hash_entry): New inline function. Use
1385 throughout to replace casts.
1386 (branch_reloc_hash_match): Remove const from params.
1387 (use_local_plt): New function.
1388 (allocate_dynrelocs, ppc_build_one_stub, ppc_size_one_stub),
1389 (build_global_entry_stubs_and_plt, ppc64_elf_relocate_section):
1390 Use use_local_plt.
1391 * elf32-ppc.c (use_local_plt): New function.
1392 (allocate_dynrelocs, ppc_elf_relocate_section),
1393 (write_global_sym_plt): Use use_local_plt.
1394
994b2513
L
13952021-01-17 H.J. Lu <hongjiu.lu@intel.com>
1396
1397 PR ld/27193
1398 * elflink.c (elf_create_symbuf): Also ignore section symbols.
1399
75a933f3
L
14002021-01-16 H.J. Lu <hongjiu.lu@intel.com>
1401
1402 PR ld/23169
1403 * elfxx-x86.c (_bfd_x86_elf_link_fixup_ifunc_symbol): Don't
1404 check pointer_equality_needed.
1405
68b00778
L
14062021-01-15 H.J. Lu <hongjiu.lu@intel.com>
1407
1408 * elf-linker-x86.h (elf_linker_x86_params): Add
1409 report_relative_reloc.
1410 * elf32-i386.c (elf_i386_relocate_section): Call
1411 _bfd_x86_elf_link_report_relative_reloc to report relative
1412 relocations for -z report-relative-reloc.
1413 (elf_i386_finish_dynamic_symbol): Likewse.
1414 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewse.
1415 (elf_x86_64_finish_dynamic_symbol): Likewse.
1416 * elfxx-x86.c (_bfd_x86_elf_link_report_relative_reloc): New
1417 function.
1418 * elfxx-x86.h (_bfd_x86_elf_link_report_relative_reloc): New
1419 prototype.
1420
ad92f33d
AM
14212021-01-16 Alan Modra <amodra@gmail.com>
1422
1423 * compress.c (decompress_contents): Tidy inflateEnd result test.
1424
eb6e6af8
AM
14252021-01-16 Alan Modra <amodra@gmail.com>
1426
1427 PR 26002
1428 * elflink.c (elf_link_output_extsym): Use version 1 in
1429 .gnu.version for undefined unversioned symbols.
1430
4bb5732e
NC
14312021-01-15 Nelson Chu <nelson.chu@sifive.com>
1432
1433 * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that
1434 caused the by previous commit accidentally.
1435
1942a048
NC
14362021-01-15 Nelson Chu <nelson.chu@sifive.com>
1437
1438 * elfnn-riscv.c: Indent, labels and GNU coding standards tidy,
1439 also aligned the code.
1440
b800637e
NC
14412021-01-15 Nelson Chu <nelson.chu@sifive.com>
1442
1443 * elfnn-riscv.c (riscv_merge_attributes): Fix typos of messages.
1444
dcd709e0
NC
14452021-01-15 Nelson Chu <nelson.chu@sifive.com>
1446
1447 * elfnn-riscv.c: Comments tidy and improvement.
1448 * elfxx-riscv.c: Likewise.
1449 * elfxx-riscv.h: Likewise.
1450
8ca9c7eb
L
14512021-01-14 H.J. Lu <hongjiu.lu@intel.com>
1452
1453 PR ld/26688
1454 * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC
1455 section for R_BFIN_FUNCDESC.
1456
7e0d77ef
NC
14572021-01-14 Nick Clifton <nickc@redhat.com>
1458
1459 * elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
1460
5347ed60
AM
14612021-01-13 Alan Modra <amodra@gmail.com>
1462
1463 * Makefile.in: Regenerate.
1464 * doc/Makefile.in: Regenerate.
1465
b209b5a6
AM
14662021-01-13 Alan Modra <amodra@gmail.com>
1467
1468 PR 27160
1469 * section.c (struct bfd_section): Remove pattern field.
1470 (BFD_FAKE_SECTION): Adjust to suit.
1471 * bfd-in2.h: Regenerate.
1472 * elflink.c (compare_link_order, elf_fixup_link_order): Delete.
1473 (bfd_elf_final_link): Don't call elf_fixup_link_order.
1474
d546b610
L
14752021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1476
1477 PR binutils/26792
1478 * configure.ac: Use GNU_MAKE_JOBSERVER.
1479 * aclocal.m4: Regenerated.
1480 * configure: Likewise.
1481
c2e9a4a3
L
14822021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1483
1484 PR ld/27171
1485 * reloc.c (bfd_perform_relocation): Adjust R_AMD64_DIR64 and
1486 R_AMD64_DIR32 relocations for PE/x86-64 inputs.
1487
83b33c6c
L
14882021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1489
1490 PR ld/27173
1491 * configure: Regenerated.
1492
a8aa72b9
NC
14932021-01-11 Nick Clifton <nickc@redhat.com>
1494
1495 * po/fr.po: Updated French translation.
1496 * po/pt.po: Updated Portuguese translation.
1497 * po/sr.po: Updated Serbian translation.
1498 * po/uk.po: Updated Ukranian translation.
1499
a4966cd9
L
15002021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1501
1502 * configure: Regenerated.
1503
0a94990b
L
15042021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1505
1506 PR ld/27166
1507 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Handle
1508 -z lam-u48 and -z lam-u57.
1509
573fe3fb
NC
15102021-01-09 Nick Clifton <nickc@redhat.com>
1511
1512 * version.m4: Change to 2.36.50.
1513 * configure: Regenerate.
1514 * po/bfd.pot: Regenerate.
1515
055bc77a
NC
15162021-01-09 Nick Clifton <nickc@redhat.com>
1517
1518 * 2.36 release branch crated.
1519
ba9e922f
L
15202021-01-08 H.J. Lu <hongjiu.lu@intel.com>
1521
1522 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Also set
1523 LAM_U57 when setting LAM_U48.
1524
b1b29aa5
L
15252021-01-08 H.J. Lu <hongjiu.lu@intel.com>
1526
1527 PR ld/26256
1528 PR ld/27160
1529 * elflink.c (elf_fixup_link_order): Verify that fixing up
1530 SHF_LINK_ORDER doesn't increase the output section size.
1531
64307045
AM
15322021-01-09 Alan Modra <amodra@gmail.com>
1533
1534 * configure: Regenerate.
1535
f4782128
ST
15362021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1537
1538 * configure: Regenerate.
1539
d1bcae83
L
15402021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1541
1542 PR 27109
1543 * aix386-core.c (core_aix386_vec): Initialize
1544 keep_unused_section_symbol to TARGET_KEEP_UNUSED_SECTION_SYMBOLS.
1545 * aout-target.h (MY (vec)): Likewise.
1546 * binary.c (binary_vec): Likewise.
1547 * cisco-core.c (core_cisco_be_vec): Likewise.
1548 (core_cisco_le_vec): Likewise.
1549 * coff-alpha.c (alpha_ecoff_le_vec): Likewise.
1550 * coff-i386.c (TARGET_SYM): Likewise.
1551 (TARGET_SYM_BIG): Likewise.
1552 * coff-ia64.c (TARGET_SYM): Likewise.
1553 * coff-mips.c (mips_ecoff_le_vec): Likewise.
1554 (mips_ecoff_be_vec): Likewise.
1555 (mips_ecoff_bele_vec): Likewise.
1556 * coff-rs6000.c (rs6000_xcoff_vec): Likewise.
1557 (powerpc_xcoff_vec): Likewise.
1558 * coff-sh.c (sh_coff_small_vec): Likewise.
1559 (sh_coff_small_le_vec): Likewise.
1560 * coff-tic30.c (tic30_coff_vec): Likewise.
1561 * coff-tic54x.c (tic54x_coff0_vec): Likewise.
1562 (tic54x_coff0_beh_vec): Likewise.
1563 (tic54x_coff1_vec): Likewise.
1564 (tic54x_coff1_beh_vec): Likewise.
1565 (tic54x_coff2_vec): Likewise.
1566 (tic54x_coff2_beh_vec): Likewise.
1567 * coff-x86_64.c (TARGET_SYM): Likewise.
1568 (TARGET_SYM_BIG): Likewise.
1569 * coff64-rs6000.c (rs6000_xcoff64_vec): Likewise.
1570 (rs6000_xcoff64_aix_vec): Likewise.
1571 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): Likewise.
1572 (CREATE_BIGHDR_COFF_TARGET_VEC): Likewise.
1573 (CREATE_LITTLE_COFF_TARGET_VEC): Likewise.
1574 * elfxx-target.h (TARGET_BIG_SYM): Likewise.
1575 (TARGET_LITTLE_SYM): Likewise.
1576 * hppabsd-core.c (core_hppabsd_vec): Likewise.
1577 * hpux-core.c (core_hpux_vec): Likewise.
1578 * i386msdos.c (i386_msdos_vec): Likewise.
1579 * ihex.c (ihex_vec): Likewise.
1580 * irix-core.c (core_irix_vec): Likewise.
1581 * mach-o-target.c (TARGET_NAME): Likewise.
1582 * mmo.c (mmix_mmo_vec): Likewise.
1583 * netbsd-core.c (core_netbsd_vec): Likewise.
1584 * osf-core.c (core_osf_vec): Likewise.
1585 * pdp11.c (MY (vec)): Likewise.
1586 * pef.c (pef_vec): Likewise.
1587 (pef_xlib_vec): Likewise.
1588 * plugin.c (plugin_vec): Likewise.
1589 * ppcboot.c (powerpc_boot_vec): Likewise.
1590 * ptrace-core.c (core_ptrace_vec): Likewise.
1591 * sco5-core.c (core_sco5_vec): Likewise.
1592 * som.c (hppa_som_vec): Likewise.
1593 * srec.c (srec_vec): Likewise.
1594 (symbolsrec_vec): Likewise.
1595 * tekhex.c (tekhex_vec): Likewise.
1596 * trad-core.c (core_trad_vec): Likewise.
1597 * verilog.c (verilog_vec): Likewise.
1598 * vms-alpha.c (alpha_vms_vec): Likewise.
1599 * vms-lib.c (alpha_vms_lib_txt_vec): Likewise.
1600 * wasm-module.c (wasm_vec): Likewise.
1601 * xsym.c (sym_vec): Likewise.
1602 * elf.c (ignore_section_sym): Return TRUE if BSF_SECTION_SYM_USED
1603 isn't set.
1604 (elf_map_symbols): Don't include ignored section symbols.
1605 * elfcode.h (elf_slurp_symbol_table): Also set
1606 BSF_SECTION_SYM_USED on STT_SECTION symbols.
1607 * elflink.c (bfd_elf_final_link): Generated section symbols only
1608 when emitting relocations or reqired.
1609 * elfxx-x86.h (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
1610 * syms.c (BSF_SECTION_SYM_USED): New.
1611 * targets.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
1612 (bfd_target): Add keep_unused_section_symbols.
1613 (bfd_keep_unused_section_symbols): New.
1614 * bfd-in2.h: Regenerated.
1615
17d60030
NC
16162021-01-07 Nick Clifton <nickc@redhat.com>
1617
1618 PR 25713
1619 * bfdio.c (_bfd_real_fopen): For Win32 convert relative paths to
1620 absolute paths and check to see if they are longer than MAX_PATH.
1621
aa881ecd
PT
16222021-01-07 Philipp Tomsich <prt@gnu.org>
1623
1624 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zihintpause.
1625
2652cfad
CXW
16262021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
1627 Jim Wilson <jimw@sifive.com>
1628 Andrew Waterman <andrew@sifive.com>
1629 Maxim Blinov <maxim.blinov@embecosm.com>
1630 Kito Cheng <kito.cheng@sifive.com>
1631 Nelson Chu <nelson.chu@sifive.com>
1632
1633 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zba, zbb and zbc.
1634
d4e57b87
L
16352021-01-06 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 * elf32-bfin.c (bfin_check_relocs): Check bfd_link_hash_indirect.
1638 (bfinfdpic_check_relocs): Likewise.
1639
599c86c4
AM
16402021-01-06 Alan Modra <amodra@gmail.com>
1641
1642 * elf32-score.c (s3_bfd_score_info_to_howto): Report an error
1643 on unknown r_type.
1644 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
1645
3677b729
AM
16462021-01-06 Alan Modra <amodra@gmail.com>
1647
1648 * config.bfd (sparc-*-solaris2*): Add sparc_elf32_vec.
1649 (sparc64-*-solaris2*): Add sparc_elf64_vec and
1650 sparc_elf32_vec.
1651
fbc09e7a
MC
16522021-01-06 Marcus Comstedt <marcus@mc.pp.se>
1653
1654 * config.bfd: Added targets riscv64be*-*-*, riscv32be*-*-* and
1655 riscvbe*-*-*. Also added riscv_elf[32|64]_be_vec.
1656 * configure.ac: Handle riscv_elf[32|64]_be_vec.
1657 * configure: Regenerate.
1658 * elfnn-riscv.c: Include <limits.h> and define CHAR_BIT for
1659 riscv_is_insn_reloc.
1660 (riscv_get_insn): RISC-V instructions are always little endian, but
1661 bfd_get may be used for big-endian, so add new riscv_get_insn to handle
1662 the insturctions.
1663 (riscv_put_insn): Likewsie.
1664 (riscv_is_insn_reloc): Check if we are relocaing an instruction.
1665 (perform_relocation): Call riscv_is_insn_reloc to decide if we should
1666 use riscv_[get|put]_insn or bfd_[get|put].
1667 (riscv_zero_pcrel_hi_reloc): Use riscv_[get|put]_insn, bfd_[get|put]l32
1668 or bfd_[get|put]l16 for code.
1669 (riscv_elf_relocate_section): Likewise.
1670 (riscv_elf_finish_dynamic_symbol): Likewise.
1671 (riscv_elf_finish_dynamic_sections): Likewise.
1672 (_bfd_riscv_relax_call): Likewise.
1673 (_bfd_riscv_relax_lui): Likewise.
1674 (_bfd_riscv_relax_align): Likewise.
1675 (_bfd_riscv_relax_pc): Likewise.
1676 (riscv_elf_object_p): Handled for big endian.
1677 (TARGET_BIG_SYM, TARGET_BIG_NAME): Defined.
1678 * targets.c: Add riscv_elf[32|64]_be_vec.
1679 (_bfd_target_vector): Likewise.
1680
c8bad65e
AM
16812021-01-05 Alan Modra <amodra@gmail.com>
1682
1683 * elflink.c (bfd_elf_link_record_dynamic_symbol): Handle no_export
1684 for relocatable executable.
1685
de6a7ee4
AM
16862021-01-05 Alan Modra <amodra@gmail.com>
1687
1688 * vms-alpha.c (_bfd_vms_slurp_egsd): Read flags after size check.
1689
18b98722
NC
16902021-01-05 Nelson Chu <nelson.chu@sifive.com>
1691
1692 * elfnn-riscv.c (allocate_dynrelocs): When we are generating pde,
1693 make sure gp symbol is output as a dynamic symbol.
1694
cd6d537c
L
16952021-01-04 H.J. Lu <hongjiu.lu@intel.com>
1696
1697 PR ld/26256
1698 * elflink.c (compare_link_order): Place unordered sections before
1699 ordered sections.
1700 (elf_fixup_link_order): Add a link info argument. Allow mixed
1701 ordered and unordered input sections for non-relocatable link.
1702 Sort the consecutive bfd_indirect_link_order sections with the
1703 same pattern. Change the offsets of the bfd_indirect_link_order
1704 sections only.
1705 (bfd_elf_final_link): Pass info to elf_fixup_link_order.
1706 * section.c (bfd_section): Add pattern.
1707 (BFD_FAKE_SECTION): Initialize pattern to NULL.
1708 * bfd-in2.h: Regenerated.
1709
dbb078f6
AF
17102021-01-04 Alexander Fedotov <alfedotov@gmail.com>
1711
1712 * elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
1713 of private flags with 0x.
1714 * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
1715
5b4293ba
AM
17162021-01-04 Alan Modra <amodra@gmail.com>
1717
1718 PR 26822
1719 * elflink.c (elf_link_input_bfd): Use the file base name in
1720 linker generated STT_FILE symbols.
1721
4c0e540e
NC
17222021-01-04 Nelson Chu <nelson.chu@sifive.com>
1723
1724 * elfxx-riscv.c (riscv_compare_subsets): Removed static.
1725 * elfxx-riscv.h: Add declaration.
1726 * elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
1727 riscv_compare_subsets to check the orders.
1728 (riscv_skip_prefix): Removed.
1729 (riscv_prefix_cmp): Removed.
1730
e9cf3691
AM
17312021-01-04 Alan Modra <amodra@gmail.com>
1732
1733 PR 26741
1734 * elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
1735 calculating subset version length.
1736
f9a6a8f0
AM
17372021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1738
1739 * xcofflink.c: Correct spelling in comments.
1740
250d07de
AM
17412021-01-01 Alan Modra <amodra@gmail.com>
1742
1743 Update year range in copyright notice of all files.
1744
c2795844 1745For older changes see ChangeLog-2020
3499769a 1746\f
c2795844 1747Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
1748
1749Copying and distribution of this file, with or without modification,
1750are permitted in any medium without royalty provided the copyright
1751notice and this notice are preserved.
1752
1753Local Variables:
1754mode: change-log
1755left-margin: 8
1756fill-column: 74
1757version-control: never
1758End: