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