]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Rename PowerPC64 pcrel GOT TLS relocations
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8affa48a
JA
12020-06-05 Joel Anderson <joelanderson333@gmail.com>
2
3 PR 26082
4 * mclex.c (yylex): Add test for an empty input stream.
5
8eca5c7d
SC
62020-06-04 Stephen Casner <casner@acm.org>
7
8 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
9 for test using section pseudo-ops compatible with pdp11.
10 * testsuite/binutils-all/objcopy.exp: Select alternate source.
11
b3db6d07
JM
122020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
13
14 * objdump.c (disassemble_data): Set disasm_info.endian_code to
15 disasm_info.endian after the latter is initialized to the
16 endianness reported by BFD.
17
0a4f37af
AM
182020-06-04 Alan Modra <amodra@gmail.com>
19
20 * testsuite/binutils-all/i386/i386.exp: Remove global directive
21 outside proc body.
22 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
23 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
24
913e0fd4
JA
252020-06-03 Joel Anderson <joelanderson333@gmail.com>
26
27 * windmc.h (struct mc_node): Add id_typecast field.
28 * mcparse.y (message): Initialise the id_typecast field.
29 * windmc.c (write_dbg): Use the id_typecast field as a parameter
30 when calling write_dbg_define.
31 (write_header): Likewise.
32
4a322448
AM
332020-06-03 Alan Modra <amodra@gmail.com>
34
35 PR 26069
36 * objcopy.c (copy_relocations_in_section): Free relpp on error.
37 Don't accidentally free isection->orelocation.
38
0bee4d1c
AM
392020-06-02 Alan Modra <amodra@gmail.com>
40
41 * testsuite/binutils-all/ar.exp (obj): Set up object file name
42 extension. Use throughout. Don't completely exclude non-ELF
43 alpha targets. Run long_filenames test for tic30. Exclude thin
44 archive tests for aix, ecoff and vms.
45 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
46 extension. Use throughout. Don't exclude non-ELF alpha targets
47 from "bintest.a".
48
ab7ad287
MF
492020-05-28 Max Filippov <jcmvbkbc@gmail.com>
50
51 * MAINTAINERS (Xtensa): Add myself as maintainer.
52
3f3c3608
AM
532020-05-23 Alan Modra <amodra@gmail.com>
54
55 * testsuite/binutils-all/ar.exp (many_files): New test.
56
9db70fc3
AM
572020-05-21 Alan Modra <amodra@gmail.com>
58
59 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
60 * dlltool.c: Likewise.
61 * elfcomm.c: Likewise.
62 * rddbg.c: Likewise.
63 * readelf.c: Likewise.
64 * stabs.c: Likewise.
65 * windmc.c: Likewise.
66 * windres.c: Likewise.
67 * wrstabs.c: Likewise.
68
c31ab5a0
AM
692020-05-21 Alan Modra <amodra@gmail.com>
70
71 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
72 access.
73
8f595e9b
NC
742020-05-20 Nelson Chu <nelson.chu@sifive.com>
75
76 * dwarf.c: Updated since DECLARE_CSR is changed.
77
8ac10c5b
L
782020-05-19 H.J. Lu <hjl.tools@gmail.com>
79
80 PR binutils/25809
81 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
82 segment doesn't match the .dynamic section and checks are
83 enabled.
84 (struct filedata): Add dynamic_symtab_section and
85 dynamic_strtab_section fields.
86 (process_section_headers): Set dynamic_symtab_section to the
87 .dynsym section. Set dynamic_strtab_section to the .dynstr
88 section.
89 (process_dynamic_section): Warn if the .dynsym section doesn't
90 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
91 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
92
c177f377
AM
932020-05-19 Alan Modra <amodra@gmail.com>
94
95 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
96 (replace_members): Use bfd_get_filename rather than accessing
97 bfd->filename directly.
98 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
99 * binemul.c (do_ar_emul_append): Likewise.
100 * coffgrok.c (coff_grok): Likewise.
101
83d27139
SH
1022020-05-18 Stafford Horne <shorne@gmail.com>
103
104 * MAINTAINERS (OR1K): Add myself as maintainer.
105
d11a9fab
AB
1062020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * doc/binutils.texi: Mention 'entry address' in the set-start and
109 adjust-start options descriptions.
110
546cb2d8
NC
1112020-05-05 Nick Clifton <nickc@redhat.com>
112
113 * dwarf.c (do_checks): New global variable.
114 (display_formatted_table): Warn about an unexpected number of
115 columns in the table, if checks are enabled. Do not complain
116 about the lack of data following the number of entries in the
117 table if the table is empty.
118 (display_debug_lines_decoded): Only warn about an unexpected
119 number of columns in a table if checks are enabled.
120 * dwarf.h (do_checks): Add a prototype.
121 * elfcomm.c (error): Remove weak attribute.
122 (warn): Likewise.
123 * readelf.c (do_checks): Delete.
124 (warn): Delete.
125 (process_section_headers): Only warn about empty sections if
126 checks are enabled.
127
e052e2ba
FS
1282020-05-04 Fangrui Song <maskray@google.com>
129
130 * objcopy.c (copy_object): Allow empty section.
131 * testsuite/binutils-all/update-section.exp: Add test.
132
070b775f
NC
1332020-05-04 Nick Clifton <nickc@redhat.com>
134
135 PR 25917
136 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
137 supicious number of entries for DWARF-5 format directory and file
138 name tables. Do not display file name table header if the table
139 is empty. Do not allocate space for empty tables.
140
9c7b8e9b
AM
1412020-05-04 Alan Modra <amodra@gmail.com>
142
143 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
144 section. Don't assume endian of host matches nds32 target. Free
145 buffer.
146
60832332
AM
1472020-05-01 Alan Modra <amodra@gmail.com>
148 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
149
150 * objdump.c (disassemble_bytes): Don't scan for zeros when
151 disassembling zeros. Translate "resuming at file offset" message.
152 Formatting. Replace some signed variables with unsigned.
153
09c1e68a
AC
1542020-04-30 Alex Coplan <alex.coplan@arm.com>
155
156 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
157 disassembly.
158 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
159
8a8a1171
NC
1602020-04-30 Nick Clifton <nickc@redhat.com>
161
162 * testsuite/lib/binutils-common.exp (check_pie_support): New
163 proc.
164
cb4c35cf
AB
1652020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
168 range_entries for the same offset.
169
1b513401
NC
1702020-04-29 Nick Clifton <nickc@redhat.com>
171
172 * readelf.c (warn): New function - like elfcomm.c version but only
173 produces output if warnings are enabled.
174 (struct options): Add --lint and --enable-checks.
175 (usage): Add entry for --lint.
176 (parse_args): Handle -L. If checks are enabled but no dumps have
177 been selected then enable all dumps.
178 (process_section_headers): Replace long if-then-else sequence with
179 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
180 SHT_PROGBITS sections.
181 (process_file): Do not complain if the file is an archive and lint
182 mode has been enabled.
183 * elfcomm.c (error): Make the function weak.
184 (warn): Likewise.
185 * NEWS: Mention the new feature.
186 * doc/binutils.texi: Document the new feature.
187 * dwarf.h (report_leb_status): Add file name and line number
188 parameters. Include them in the diagnostic output.
189 (READ_ULEB): Pass file and line number to report_leb_status.
190 (READ_SLEB): Likewise.
191 * dwarf.c (read_and_print_leb128): Pass file and line number to
192 report_leb_status.
193 * testsuite/binutils-all/readelf.exp: Add test of new feature.
194 * testsuite/binutils-all/zero-sec.s: New test source file.
195 * testsuite/binutils-all/zero-sec.r: Expected output from new
196 test.
197
c2e71e57
NC
1982020-04-29 Nick Clifton <nickc@redhat.com>
199
200 * po/sr.po: Updated Serbian translation.
201
90837ea7
AM
2022020-04-26 Alan Modra <amodra@gmail.com>
203
204 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
205 read before dereferencing, and gracefully return. Remove
206 gnu_hash_error variable. Free gnu hash arrays if number of
207 syms found is zero.
208
2482f306
AM
2092020-04-24 Alan Modra <amodra@gmail.com>
210
211 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
212 non-zero.
213 (process_dynamic_section): Call get_num_dynamic_syms once rather
214 than in segment loop. Break out of segment loop on a successful
215 load of dynamic symbols. Formatting.
216 (process_object): Return error status from process_dynamic_section.
217
27456742
AK
2182020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
219
220 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
221 * elf.c (elfcore_grok_arc_v2): New function.
222 (elfcore_grok_note): Call the new function to handle the corresponding
223 note.
224 (elfcore_write_arc_v2): New function.
225 (elfcore_write_register_note): Call the new function to handle the
226 corresponding pseudo-sections.
227
30ce8e47
MF
2282020-04-22 Max Filippov <jcmvbkbc@gmail.com>
229
230 PR ld/25861
231 * readelf.c (is_none_reloc): Recognize
232 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
233 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
234
33b5a830
NC
2352020-04-22 Nick Clifton <nickc@redhat.com>
236
237 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
238
978c4450
AM
2392020-04-22 Alan Modra <amodra@gmail.com>
240
241 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
242 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
243 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
244 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
245 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
246 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
247 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
248 (dynamic_section, symtab_shndx_list, group_count, section_groups),
249 (section_headers_groups): Move to struct filedata. Update use
250 throughout file.
251
6431e409
AM
2522020-04-22 Alan Modra <amodra@gmail.com>
253
254 * readelf.c (struct dump_data): New, used..
255 (cmdline): ..here, and..
256 (struct filedata): ..here. Adjust all uses.
257 (request_dump_bynumber, request_dump, parse_args): Pass in a
258 struct dump_data* rather than Filedata*. Adjust callers.
259 (main): Don't set cmdline.file_name.
260
a5e0be5c
AM
2612020-04-20 Alan Modra <amodra@gmail.com>
262
263 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
264 and nbuckets.
265
8ff66993
AM
2662020-04-20 Alan Modra <amodra@gmail.com>
267
268 * readelf.c (process_section_headers): Free dynamic symbols etc.
269 earlier.
270
ceb9bf11
AM
2712020-04-20 Alan Modra <amodra@gmail.com>
272
273 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
274 on error without freeing.
275 (process_dynamic_section): Don't recreate dynamic symbols from
276 dynamic tag info when the dynamic symbols have already been
277 read via section headers.
278
e409955d
FS
2792020-04-17 Fredrik Strupe <fredrik@strupe.net>
280
281 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
282 conditional VDUP instructions are disassembled correctly.
283 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
284 vdup-cond.d.
285 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
286 that VDUP instructions (which are conditional in A32) can be
287 disassembled in thumb mode.
288 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
289 vdup-thumb.d.
290
ca3f923f
AM
2912020-04-17 Alan Modra <amodra@gmail.com>
292
293 PR 25840
294 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
295
937f6614
AM
2962020-04-16 Alan Modra <amodra@gmail.com>
297
298 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
299 --no-addresses description.
300
b1bc1394
AM
3012020-04-15 Alan Modra <amodra@gmail.com>
302
303 * objdump.c (no_addresses): New static var.
304 (usage): Print help for --no-addresses.
305 (long_options): Add --no-addresses entry.
306 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
307 (disassemble_bytes): Don't print current line address, or reloc
308 address.
309 * doc/binutils.texi: Document objdump --no-addresses.
310
001890e1
AM
3112020-04-15 Alan Modra <amodra@gmail.com>
312
313 PR 25822
314 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
315 reading buckets or chains fails.
316
b71d4fa7
AM
3172020-04-15 Alan Modra <amodra@gmail.com>
318
319 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
320 etc. after freeing.
321
89246a0e
AM
3222020-04-15 Alan Modra <amodra@gmail.com>
323
324 * readelf.c (get_group_flags): Translate text.
325 (get_file_type, get_symbol_binding, get_symbol_type),
326 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
327
c98a4545
AM
3282020-04-15 Alan Modra <amodra@gmail.com>
329
330 PR 25821
331 * readelf.c (get_num_dynamic_syms): Typo fix.
332
645f43a8
AM
3332020-04-14 Alan Modra <amodra@gmail.com>
334
335 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
336 possibility of overflow when checking number of conflicts.
337
10ca4b04
L
3382020-04-14 H.J. Lu <hongjiu.lu@intel.com>
339
340 PR binutils/25707
341 * readelf.c (nbuckets): New.
342 (nchains): Likewise.
343 (buckets): Likewise.
344 (chains): Likewise.
345 (ngnubuckets): Likewise.
346 (gnubuckets): Likewise.
347 (gnuchains): Likewise.
348 (mipsxlat): Likewise.
349 (ngnuchains): Likewise.
350 (gnusymidx): Likewise.
351 (VALID_SYMBOL_NAME): Likewise.
352 (VALID_DYNAMIC_NAME): Use it.
353 (get_dynamic_data): Moved before process_dynamic_section.
354 (get_num_dynamic_syms): New function.
355 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
356 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
357 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
358 table.
359 (get_symbol_index_type): Don't print "bad section index" when
360 there is no section header.
361 (print_dynamic_symbol): Rewrite.
362 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
363 symbol table.
364
bb897477
RO
3652020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
366
367 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
368 enable on *-*-solaris*.
369
00386881
NC
3702020-03-30 Nick Clifton <nickc@redhat.com>
371
372 PR binutils/25662
373 * objcopy.c (copy_object): When copying PE format files set the
374 timestamp field in the pe_data structure if the preserve_dates
375 flag is set.
376 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
377 --preserve-dates in place of the -p option, in order to make its
378 effect more obvious.
379
0a6a8b59
AM
3802020-03-28 Alan Modra <amodra@gmail.com>
381
382 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
383 clear_xfail hppa*-*-*elf*. Revert mips xfails.
384
6a81c59b
AM
3852020-03-28 Alan Modra <amodra@gmail.com>
386
387 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
388 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
389 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
390 test. Pass "-p" to objcopy for the executable test.
391
1fafefd5
JL
3922020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
393
394 PR binutils/25662
395 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
396 specify whether an object file or executable should be built and tested.
397 Change test names to report whether an object file or executable is
398 being tested.
399 * testsuite/binutils-all/pr25662.ld: New test.
400 * testsuite/binutils-all/pr25662.s: New test.
401
80e2a3b6
AM
4022020-03-27 Alan Modra <amodra@gmail.com>
403
404 * readelf.c (process_archive): Don't double free qualified_name.
405 Don't break out of loop with "negative" archive_file_size, just
406 set file offset to max.
407
4c836627
AM
4082020-03-25 Alan Modra <amodra@gmail.com>
409
410 * readelf.c (process_archive): Prevent endless loop.
411
1081065c
L
4122020-03-24 H.J. Lu <hongjiu.lu@intel.com>
413
414 PR binutils/25708
415 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
416 with bfd_get_symbol_version_string.
417 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
418 * objdump.c (objdump_print_symname): Likewise.
419
7e6e972f
L
4202020-03-24 H.J. Lu <hongjiu.lu@intel.com>
421
422 PR binutils/25708
423 * nm.c (SYM_NAME): Removed.
424 (print_symname): Add a pointer to struct extended_symbol_info
425 argument. Call _bfd_elf_get_symbol_version_name to get symbol
426 version.
427 (print_symdef_entry): Pass NULL to print_symname.
428 (print_symbol_info_bsd): Update call to print_symname.
429 (print_symbol_info_sysv): Likewise.
430 (print_symbol_info_posix): Likewise.
431
5a814d6d
AM
4322020-03-24 Alan Modra <amodra@gmail.com>
433
434 * readelf.c (process_mips_specific): Free iconf on error path.
435
0636b245
NC
4362020-03-23 Nick Clifton <nickc@redhat.com>
437
438 PR 25714
439 * wrstabs.c (stab_pop_type): Replace assertion with error return.
440 * write_stabs_in_sections_debugging_info: Likewise.
441 * stab_enum_type: Likewise.
442 * stab_modify_type: Likewise.
443 * stab_struct_field: Likewise.
444 * stab_end_struct_type: Likewise.
445 * stab_start_class_type: Likewise.
446 * stab_class_static_member: Likewise.
447 * stab_class_baseclass: Likewise.
448 * stab_class_start_method: Likewise.
449 * stab_class_method_var: Likewise.
450 * stab_class_end_method: Likewise.
451 * stab_end_class_type: Likewise.
452 * stab_typedef_type: Likewise.
453 * stab_start_function: Likewise.
454 * stab_end_block: Likewise.
455 * stab_lineno: Likewise.
456
5844b465
NC
4572020-03-20 Nick Clifton <nickc@redhat.com>
458
459 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
460 (process_section_headers): Check the return value from
461 get_compression_header.
462 (dump_section_as_strings): Likewise.
463 (dump_section_as_bytes): Likewise.
464 (load_specific_debug_section): Likewise.
465
3d98c460
L
4662020-03-20 H.J. Lu <hongjiu.lu@intel.com>
467
468 * ar.c (main): Update bfd_plugin_set_program_name call.
469 * nm.c (main): Likewise.
470
f3a08f77
NC
4712020-03-19 Nick Clifton <nickc@redhat.com>
472
473 PR 25676
474 * testsuite/binutils-all/dw4.s: New test source file.
475 * testsuite/binutils-all/nm.exp: Run the new test.
476
ef3df110
L
4772020-03-19 H.J. Lu <hongjiu.lu@intel.com>
478
479 * readelf.c (process_symbol_table): Use unsigned long for si.
480
81a65eb3
AM
4812020-03-19 Alan Modra <amodra@gmail.com>
482
483 * elfcomm.c: Don't include bfd.h or bucomm.h.
484 (program_name): Declare.
485 (process_archive_index_and_symbols): Replace bfd_boolean with int,
486 and substitute FALSE and TRUE.
487 (setup_archive, setup_nested_archive): Likewise.
488 * elfcomm.h: Likewise.
489
1cb7d8b1
AM
4902020-03-19 Alan Modra <amodra@gmail.com>
491
492 * readelf.c (process_archive): Always return via path freeing
493 memory. Formatting.
494
b966f55f
AM
4952020-03-19 Alan Modra <amodra@gmail.com>
496
497 * readelf.c (process_netbsd_elf_note): Validate descsz before
498 accessing descdata. Formatting.
499
645ba681
AM
5002020-03-19 Alan Modra <amodra@gmail.com>
501
502 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
503 * elfcomm.h (setup_archive): Update prototype.
504
28d13567
AM
5052020-03-16 Alan Modra <amodra@gmail.com>
506
507 * readelf.c (get_symbols): New function.
508 (process_relocs, ia64_process_unwind, hppa_process_unwind),
509 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
510
60e63c3e
AM
5112020-03-16 Alan Modra <amodra@gmail.com>
512
513 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
514 Detect shift overflows and check that terminating byte is found.
515 Print an error on a bad uleb128.
516
1bd6175a
AM
5172020-03-14 Alan Modra <amodra@gmail.com>
518
519 * readelf.c (process_file): Clean ba_cache.
520
780f96ae
AM
5212020-03-14 Alan Modra <amodra@gmail.com>
522
523 * elfcomm.h (setup_archive): Update prototype.
524 * elfcomm.c (setup_archive): Add file_size parameter and sanity
525 check longnames_size.
526 (setup_nested_archive): Get file size and pass to setup_archive.
527 * elfedit.c (process_archive): Likewise.
528 * readelf.c (process_archive): Pass filedata->file_size to
529 setup_archive.
530
f761cb13
AM
5312020-03-14 Alan Modra <amodra@gmail.com>
532
533 * readelf.c (dump_section_as_strings): Free memory on error exit.
534 (dump_section_as_bytes, process_notes_at): Likewise.
535 (get_build_id): Free enote.
536
06d949ec
KR
5372020-03-13 Kamil Rytarowski <n54@gmx.com>
538
539 * readelf.c (get_netbsd_elfcore_note_type): Add support for
540 NT_NETBSDCORE_LWPSTATUS notes.
541
fd486f32
AM
5422020-03-13 Alan Modra <amodra@gmail.com>
543
544 * elfcomm.c (get_archive_member_name): Always return malloc'd
545 string or NULL.
546 * elfedit.c (process_archive): Tidy memory on all return paths.
547 * readelf.c (process_archive): Likewise.
548 (process_symbol_table): Likewise.
549 (ba_cache): New, replacing ..
550 (get_symbol_for_build_attribute): ..static vars here. Free
551 strtab and symtab before loading new ones. Reject symtab without
552 valid strtab in loop, breaking out of loop on valid symtab.
553 (process_file): Free ba_cache symtab and strtab here, resetting
554 ba_cache.
555
8fb879cd
AM
5562020-03-12 Alan Modra <amodra@gmail.com>
557
558 * readelf.c (process_section_headers): Don't just set
559 filedata->section_headers NULL, free it first. Similarly for
560 dynamic_symbols, dynamic_strings, dynamic_syminfo and
561 symtab_shndx_list. Zero associated counts too.
562 (process_object): Free symtab_shndx_list.
563 (process_file): Free various allocated filedata tables.
564
5496f3c6
NC
5652020-03-11 Nick Clifton <nickc@redhat.com>
566
567 PR 25611
568 PR 25614
569 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
570 li_segment_size fields.
571 * dwarf.c (read_debug_line_header): Record the address size and
572 segment selector size values (if present) in the lineinfo
573 structure.
574 (display_formatted_table): Warn if the format count is empty but
575 the table itself is not empty.
576 Display the format count and entry count at the start of the table
577 dump.
578 (display_debug_lines_raw): Display the address size and segement
579 selector size fields, if present.
580 * testsuite/binutils-all/dw5.W: Update expected output.
581
9cc89dc0
AM
5822020-03-11 Alan Modra <amodra@gmail.com>
583
584 PR 25651
585 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
586 pad_to_set on second block of code dealing with padding.
587 Replace "c" with "num_sec" and don't recalculate number of
588 sections on second block. Size arrays using sizeof (element)
589 rather than sizeof (element type).
590
41da0822
AM
5912020-03-10 Alan Modra <amodra@gmail.com>
592
593 * objdump.c (disassemble_section): Don't call qsort unless
594 sym count is at least two.
595 (disassemble_data): Don't call memcpy with NULL src.
596
95099889
AM
5972020-03-09 Alan Modra <amodra@gmail.com>
598
599 PR 25645
600 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
601 to get_data rather than multiplying.
602 (dump_ia64_vms_dynamic_relocs): Likewise.
603 (process_version_sections): Correct order of size and nmemb args
604 in get_data call.
605 (process_mips_specific): Likewise.
606
a15de1f5
L
6072020-03-08 H.J. Lu <hongjiu.lu@intel.com>
608
609 * readelf.c (get_dynamic_data): Replace "memory chekers" with
610 "memory checkers" in comments.
611
9979ab66
SM
6122020-03-06 Simon Marchi <simon.marchi@efficios.com>
613
614 PR 25491
615 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
616 * doc/Makefile.in: Re-generate.
617
a0dcf297
NC
6182020-03-06 Nick Clifton <nickc@redhat.com>
619
620 * objcopy.c (check_new_section_flags): New function. Reject the
621 SEC_COFF_SHARED flag if the target is not a COFF binary.
622 (copy_object): Call check_new_section_flags.
623 (setup_section): Likewise.
624 * doc/binutils.texi (objcopy): Add a note that the 'share' section
625 flag cannot be applied to ELF binaries.
626
a9b90127
AM
6272020-03-06 Alan Modra <amodra@gmail.com>
628
629 PR 25637
630 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
631
d1faf7ca
AM
6322020-03-05 Alan Modra <amodra@gmail.com>
633
634 PR 25629
635 * objcopy.c (filter_symbols): Don't segfault on NULL
636 prefix_symbols_string.
637
eef64366
CE
6382020-03-04 Christian Eggers <ceggers@gmx.de>
639
640 * objcopy.c (copy_object): Convert from bytes to octets for
641 --gap-fill and --pad-to.
642
5be2b2f5
NC
6432020-03-03 Nick Clifton <nickc@redhat.com>
644
645 PR 25625
646 * prdbg.c (pr_tag_type): Remove call to abort.
647
b312fea1
AM
6482020-03-02 Aaron Merey <amerey@redhat.com>
649
650 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
651 selection.
652
ba3265d0
NC
6532020-03-02 Nick Clifton <nickc@redhat.com>
654
655 PR 25543
656 * readelf.c (dump_section_as_strings): Display new-line characters
657 as \n and then insert a line break.
658 * testsuite/binutils-all/pr25543.s: New test.
659 * testsuite/binutils-all/pr25543.d: Test driver.
660 * testsuite/binutils-all/readelf.exp: Run the new test.
661
736990c4
NC
6622020-02-27 Nick Clifton <nickc@redhat.com>
663
664 PR 25526
665 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
666 get_data is unable to load the string table.
667
dc1e8a47
AM
6682020-02-26 Alan Modra <amodra@gmail.com>
669
670 * elfedit.c: Indent labels correctly.
671 * readelf.c: Likewise.
672 * resres.c: Likewise.
673
ecda9016
L
6742020-02-25 H.J. Lu <hongjiu.lu@intel.com>
675
676 PR binutils/25584
677 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
678 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
679
83d4d556
NC
6802020-02-24 Nick Clifton <nickc@redhat.com>
681
682 PR 25499
683 * doc/binutils.texi (objdump): Fix typo in description of
684 objdump's -g option.
685
bd0cf5a6
NC
6862020-02-20 Nelson Chu <nelson.chu@sifive.com>
687
688 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
689 is changed.
690
741cb839
EC
6912020-02-19 Jordan Rupprecht <rupprecht@google.com>
692
693 * objdump.c (show_line): call bfd_demangle when using do_demangle.
694
9f1528a1
AB
6952020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
696
697 * configure: Regenerate.
698
3a5d12fb
FS
6992020-02-10 Fangrui Song <maskray@google.com>
700
701 * objcopy.c (parse_flags): Handle "exclude".
702 * doc/binutils.texi: Document the support.
703
678d457f
AM
7042020-02-10 Aaron Merey <amerey@redhat.com>
705
706 * binutils/testsuite/binutils-all/debuginfod.exp:
707 Replace set ::env with setenv.
46471187
AM
708 Start server before setting environment variable.
709 Specify tmpdir as the location of the server's
710 database.
711 Check additional server metrics at start-up.
678d457f 712
e8319fde
NC
7132020-02-07 Nick Clifton <nickc@redhat.com>
714
715 * README-how-to-make-a-release: Add note about updating the
716 GAS/NEWS URL in the next release.
717
9fc0b501
SB
7182020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
719
720 PR 25469
721 * readelf.c (get_machine_flags): Add support for Z80N machine
722 number.
723
e1104d08
NC
7242020-02-07 Nick Clifton <nickc@redhat.com>
725
726 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
727 of the truncated file name.
728
c2e6f744 7292020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
730
731 * objdump.c (print_jump_visualisation): New function.
732 (disassemble_bytes): Call new function.
733
02e0be69
AM
7342020-02-06 Alan Modra <amodra@gmail.com>
735
736 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
737 TCL procedure.
738 (supports_gnu_osabi): New procedure.
739 (is_generic): New, from ld-lib.exp.
740 (supports_gnu_unique): Use the above.
741
e8b79122
AM
7422020-02-04 Alan Modra <amodra@gmail.com>
743
744 * Makefile.am (CFILES): Add od-elf32_avr.c.
745 * Makefile.in: Regenerate.
746 * po/POTFILES.in: Regenerate.
747
27a45f42
AS
7482020-02-03 Andreas Schwab <schwab@linux-m68k.org>
749
750 * readelf.c (dump_relocations, dump_relocations)
751 (decode_arm_unwind_bytecode, process_dynamic_section)
752 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
753 error message.
754
0b398d69
ST
7552020-02-03 Sergei Trofimovich <siarheit@google.com>
756
757 * coffdump.c (program_name): Drop redundant definition.
758 * srconv.c (program_name): Likewise
759 * sysdump.c (program_name): Likewise
760
a8c4d40b
L
7612020-02-02 H.J. Lu <hongjiu.lu@intel.com>
762
763 PR gas/25380
764 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
765 same file with different section pointers.
766
cb6ad9bb
NC
7672020-02-01 Nick Clifton <nickc@redhat.com>
768
769 * README-how-to-make-a-release: Update with more details on the
770 release making process.
771
53943f32
NC
7722020-01-31 Nick Clifton <nickc@redhat.com>
773
774 * po/sv.po: Updated Swedish translation.
775
55be8fd0
NC
7762020-01-28 Nick Clifton <nickc@redhat.com>
777
778 * readelf.c (get_build_id): Simplify warning message about corrupt
779 notes encountered whilst scanning for the build-id.
780
82ef9cad
RM
7812020-01-27 Roland McGrath <mcgrathr@google.com>
782
783 * objcopy.c (compare_gnu_build_notes): Fix comparison results
784 for overlapping ranges so that (A == B) == (B == A) holds.
785
e3696f67
AM
7862020-01-27 Alan Modra <amodra@gmail.com>
787
788 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
789 case statement with switch statement.
790
2f796de6
NC
7912020-01-24 Nick Clifton <nickc@redhat.com>
792
793 * readelf.c (get_build_id): Fix warning messages about corrupt
794 notes.
795
24e648d4
NC
7962020-01-23 Nick Clifton <nickc@redhat.com>
797
798 * po/fr.po: Updated French translation.
799
c48acf6f
YC
8002020-01-22 Yuri Chornoivan <yurchor@mageia.org>
801
802 PR 25417
803 * readelf.c (get_alpha_symbol_other): Fix error message typo.
804
26916852
NC
8052020-01-20 Nick Clifton <nickc@redhat.com>
806
807 * po/pt.po: Updated Portuguese translation.
808 * po/uk.po: Updated Ukranian translation.
809
b248e9ce
NC
8102020-01-18 Nick Clifton <nickc@redhat.com>
811
812 * README-how-to-make-a-release: Update notes on how to cut a
813 branch for a release.
814
1b1bb2c6
NC
8152020-01-18 Nick Clifton <nickc@redhat.com>
816
817 * configure: Regenerate.
818 * po/binutils.pot: Regenerate.
819
ae774686
NC
8202020-01-18 Nick Clifton <nickc@redhat.com>
821
822 Binutils 2.34 branch created.
823
82a9ed20
TT
8242020-01-17 Thomas Troeger <tstroege@gmx.de>
825
826 * objdump.c (jump_info_visualize_address): Discard jumps that are
827 no longer needed.
828 (disassemble_bytes): Only compute the maximum level if jumps were
829 detected.
830
6a1939f5
NC
8312020-01-13 Nick Clifton <nickc@redhat.com>
832
c87c17c1 833 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
834 * testsuite/binutils-all/debuginfod.exp: New tests.
835
1d67fe3b
TT
8362020-01-13 Thomas Troeger <tstroege@gmx.de>
837
838 * objdump.c (visualize_jumps, color_output, extended_color_output)
839 (detected_jumps): New variables.
840 (usage): Add the new jump visualization options.
841 (option_values): Add new option value.
842 (long_options): Add the new option.
843 (jump_info_new, jump_info_free): New functions.
844 (jump_info_min_address, jump_info_max_address): Likewise.
845 (jump_info_end_address, jump_info_is_start_address): Likewise.
846 (jump_info_is_end_address, jump_info_size): Likewise.
847 (jump_info_unlink, jump_info_insert): Likewise.
848 (jump_info_add_front, jump_info_move_linked): Likewise.
849 (jump_info_intersect, jump_info_merge): Likewise.
850 (jump_info_sort, jump_info_visualize_address): Likewise.
851 (disassemble_jumps): New function - used to locate jumps.
852 (disassemble_bytes): Add ascii art generation.
853 (disassemble_section): Add scan to locate jumps.
854 (main): Parse the new visualization option.
855 * doc/binutils.texi: Document the new feature.
856 * NEWS: Mention the new feature.
857
a788aedd
AM
8582020-01-13 Alan Modra <amodra@gmail.com>
859
a4f2b7c5
AM
860 PR 25360
861 PR 25361
a788aedd
AM
862 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
863 fde_fc col_type and col_offset.
864 * readelf.c (apply_relocations): Move symsec check earlier.
865 (free_debug_section): Free reloc_info.
866 (process_notes_at): Free pnotes on error path.
867 (process_object): Free dump_sects here..
868 (process_archive): ..not here.
869
805f38bc
AM
8702020-01-13 Alan Modra <amodra@gmail.com>
871
872 PR 25362
873 * nm.c (display_rel_file): Free dyn_syms.
874
ffebb0bb
NC
8752020-01-09 Nick Clifton <nickc@redhat.com>
876
877 PR 25220
878 * objcopy.c (empty_name): New variable.
879 (need_sym_before): Prevent an attempt to free a static variable.
880 (filter_symbols): Avoid strcmp test by checking for pointer
881 equality.
882
ade4fd9b
NC
8832020-01-09 Nick Clifton <nickc@redhat.com>
884
885 * po/zh_TW.po: Updated Traditional Chinese translation.
886
8872020-01-09 Aaron Merey <amerey@redhat.com>
888
889 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
890 * Makefile.in: Regenerate.
891 * NEWS: Update.
892 * config.in: Regenerate.
893 * configure: Regenerate.
894 * configure.ac: Call AC_DEBUGINFOD.
895 * doc/Makefile.in: Regenerate.
896 * doc/binutils.texi: Add section on using binutils
897 with debuginfod.
898 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
899 Query debuginfod servers for the target debug file.
900 (load_separate_debug_info): Call
901 debuginfod_fetch_separate_debug_info if configured with
902 debuginfod.
903 (load_separate_debug_files): Add file argument to
904 load_separate_debug_info calls.
905 * dwarf.h (get_build_id): Add declaration.
906 * objdump.c (get_build_id): New function. Get build-id of file.
907 * readelf.c (get_build_id): Likewise.
908 * testsuite/binutils-all/debuginfod.exp: New tests.
909 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
910 section.
911
6655dba2
SB
9122020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
913
914 * readelf.c: Add support for new Z*) relocations and machine
915 types.
916
b14ce8bf
AM
9172020-01-01 Alan Modra <amodra@gmail.com>
918
919 Update year range in copyright notice of all files.
920
0b114740 921For older changes see ChangeLog-2019
3499769a 922\f
0b114740 923Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
924
925Copying and distribution of this file, with or without modification,
926are permitted in any medium without royalty provided the copyright
927notice and this notice are preserved.
928
929Local Variables:
930mode: change-log
931left-margin: 8
932fill-column: 74
933version-control: never
934End: