]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
microblaze-linux XPASS ld-elf/var1
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
9f27c364
HPN
12020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
2
3 * dwarf.c (display_debug_str_offsets): Rename local variable
4 index to idx. Move to top of function.
5
279edac5
AM
62020-06-29 Alan Modra <amodra@gmail.com>
7
8 * dwarf.c: Use C style comments.
9 * resrc.c: Likewise.
10
cfc16775
AM
112020-06-27 Alan Modra <amodra@gmail.com>
12
13 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
14 after freeing.
15 (release_archive): Set fields of arch to NULL after freeing.
16
2f6ecaed
NA
172020-06-26 Nick Alcock <nick.alcock@oracle.com>
18
19 * readelf.c (dump_section_as_ctf): Support .ctf archives using
20 ctf_arc_bufopen. Automatically load the .ctf member of such
21 archives as the parent of all other members, unless specifically
22 overridden via --ctf-parent. Split out dumping code into...
23 (dump_ctf_archive_member): ... here, as in objdump, and call
24 it once per archive member.
25 (dump_ctf_indent_lines): Code style fix.
26
094e34f2
NA
272020-06-26 Nick Alcock <nick.alcock@oracle.com>
28
29 * configure.ac [--enable-libctf]: New, default yes.
30 Set ENABLE_LIBCTF accordingly.
31 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
32 * configure: Regenerate.
33 * config.in: Regenerate.
34 * Makefile.in: Regenerate.
35 * aclocal.m4: Regenerate.
36 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
37 (option_values): Likewise.
38 (long_options): Likewise.
39 (main): Likewise.
40 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
41 (make_ctfsect): Likewise.
42 (dump_ctf_archive_member): Likewise.
43 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
44 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
45 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
46 (usage): Likewise.
47 (process_section_contents): Likewise.
48 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
49 (dump_ctf_indent_lines): Likewise.
50 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
51
2a1bb84c
JB
522020-06-26 Jan Beulich <jbeulich@suse.com>
53
54 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
55 redundant text from x86 specific part of -M section.
56
85f7484a
PB
572020-06-26 Pat Bernardi <bernardi@adacore.com>
58
59 * readelf.c (display_m68k_gnu_attribute): New function.
60 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
61
d0dded5b
L
622020-06-23 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR binutils/26160
65 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
66 * testsuite/binutils-all/pr26160.r: Likewise.
67 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
68
39f381cb
NC
692020-06-23 Nick Clifton <nickc@redhat.com>
70
71 PR 26160
72 * dwarf.c (fetch_indexed_string): Detect and handle old style
73 .debug_str_offset tables.
74 (display_debug_str_offsets): Likewise. Also add support for
75 .debug_str_offsets.dwo sections.
76
80fda85c
L
772020-06-23 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR binutils/26112
80 * testsuite/binutils-all/pr26112.o.bz2: New file.
81 * testsuite/binutils-all/pr26112.r: Likewise.
82 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
83
d081ffff
AM
842020-06-23 Alan Modra <amodra@gmail.com>
85
86 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
87 remote_file delete command.
88
e4b7104b
NC
892020-06-22 Nick Clifton <nickc@redhat.com>
90
91 PR 26112
92 * dwarf.c (display_debug_str_offsets): Add code to display the
93 contents of the .debug_str_offsets section.
94 (display_debug_macro): Add support for DW_MACRO_define_strx and
95 DW_MACRO_undef_strx.
96
d768f160
SJ
972020-06-22 Saagar Jha <saagar@saagarjha.com>
98
99 * od-macho.c: Dump linkedit data for new load commands.
100
5fd104ad
AM
1012020-06-19 Alan Modra <amodra@gmail.com>
102
103 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
104 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
105 (run_dump_test): Use check_relro_support to decide whether to pass
106 extra ld option "-z norelro".
107
fd17d1e6
AM
1082020-06-11 Alan Modra <amodra@gmail.com>
109
110 * readelf.c (process_mips_specific): Don't alloc memory for
111 Elf_Internal_Options.
112
d0c4e780
AM
1132020-06-11 Alan Modra <amodra@gmail.com>
114
115 * readelf.c (process_mips_specific): Assert size of internal
116 types match size of external types, and simplify allocation of
117 internal buffer. Catch possible integer overflow when sanity
118 checking option size. Don't assume options are a regular array.
119 Sanity check reginfo option against option size. Use PRI macros
120 when printing.
121
25065fcd
RH
1222020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
123
124 PR 26082
125 * mclex.c (yylex): Reject lines that reach end-of-file without a
126 terminating newline character.
127
b37a7714
NC
1282020-06-08 Nick Clifton <nickc@redhat.com>
129
130 PR 26093
131 * doc/binutils.texi (strings): Fix typo.
132
c4b2f181
NC
1332020-06-08 Nick Clifton <nickc@redhat.com>
134
135 PR 26086
136 * dwarf.c (process_debug_info): Check that there is space in the
137 debug_information array before filling in an entry.
138
1424c35d
AM
1392020-06-06 Alan Modra <amodra@gmail.com>
140
141 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
142
8affa48a
JA
1432020-06-05 Joel Anderson <joelanderson333@gmail.com>
144
145 PR 26082
146 * mclex.c (yylex): Add test for an empty input stream.
147
8eca5c7d
SC
1482020-06-04 Stephen Casner <casner@acm.org>
149
150 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
151 for test using section pseudo-ops compatible with pdp11.
152 * testsuite/binutils-all/objcopy.exp: Select alternate source.
153
b3db6d07
JM
1542020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
155
156 * objdump.c (disassemble_data): Set disasm_info.endian_code to
157 disasm_info.endian after the latter is initialized to the
158 endianness reported by BFD.
159
0a4f37af
AM
1602020-06-04 Alan Modra <amodra@gmail.com>
161
162 * testsuite/binutils-all/i386/i386.exp: Remove global directive
163 outside proc body.
164 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
165 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
166
913e0fd4
JA
1672020-06-03 Joel Anderson <joelanderson333@gmail.com>
168
169 * windmc.h (struct mc_node): Add id_typecast field.
170 * mcparse.y (message): Initialise the id_typecast field.
171 * windmc.c (write_dbg): Use the id_typecast field as a parameter
172 when calling write_dbg_define.
173 (write_header): Likewise.
174
4a322448
AM
1752020-06-03 Alan Modra <amodra@gmail.com>
176
177 PR 26069
178 * objcopy.c (copy_relocations_in_section): Free relpp on error.
179 Don't accidentally free isection->orelocation.
180
0bee4d1c
AM
1812020-06-02 Alan Modra <amodra@gmail.com>
182
183 * testsuite/binutils-all/ar.exp (obj): Set up object file name
184 extension. Use throughout. Don't completely exclude non-ELF
185 alpha targets. Run long_filenames test for tic30. Exclude thin
186 archive tests for aix, ecoff and vms.
187 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
188 extension. Use throughout. Don't exclude non-ELF alpha targets
189 from "bintest.a".
190
ab7ad287
MF
1912020-05-28 Max Filippov <jcmvbkbc@gmail.com>
192
193 * MAINTAINERS (Xtensa): Add myself as maintainer.
194
3f3c3608
AM
1952020-05-23 Alan Modra <amodra@gmail.com>
196
197 * testsuite/binutils-all/ar.exp (many_files): New test.
198
9db70fc3
AM
1992020-05-21 Alan Modra <amodra@gmail.com>
200
201 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
202 * dlltool.c: Likewise.
203 * elfcomm.c: Likewise.
204 * rddbg.c: Likewise.
205 * readelf.c: Likewise.
206 * stabs.c: Likewise.
207 * windmc.c: Likewise.
208 * windres.c: Likewise.
209 * wrstabs.c: Likewise.
210
c31ab5a0
AM
2112020-05-21 Alan Modra <amodra@gmail.com>
212
213 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
214 access.
215
8f595e9b
NC
2162020-05-20 Nelson Chu <nelson.chu@sifive.com>
217
218 * dwarf.c: Updated since DECLARE_CSR is changed.
219
8ac10c5b
L
2202020-05-19 H.J. Lu <hjl.tools@gmail.com>
221
222 PR binutils/25809
223 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
224 segment doesn't match the .dynamic section and checks are
225 enabled.
226 (struct filedata): Add dynamic_symtab_section and
227 dynamic_strtab_section fields.
228 (process_section_headers): Set dynamic_symtab_section to the
229 .dynsym section. Set dynamic_strtab_section to the .dynstr
230 section.
231 (process_dynamic_section): Warn if the .dynsym section doesn't
232 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
233 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
234
c177f377
AM
2352020-05-19 Alan Modra <amodra@gmail.com>
236
237 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
238 (replace_members): Use bfd_get_filename rather than accessing
239 bfd->filename directly.
240 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
241 * binemul.c (do_ar_emul_append): Likewise.
242 * coffgrok.c (coff_grok): Likewise.
243
83d27139
SH
2442020-05-18 Stafford Horne <shorne@gmail.com>
245
246 * MAINTAINERS (OR1K): Add myself as maintainer.
247
d11a9fab
AB
2482020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * doc/binutils.texi: Mention 'entry address' in the set-start and
251 adjust-start options descriptions.
252
546cb2d8
NC
2532020-05-05 Nick Clifton <nickc@redhat.com>
254
255 * dwarf.c (do_checks): New global variable.
256 (display_formatted_table): Warn about an unexpected number of
257 columns in the table, if checks are enabled. Do not complain
258 about the lack of data following the number of entries in the
259 table if the table is empty.
260 (display_debug_lines_decoded): Only warn about an unexpected
261 number of columns in a table if checks are enabled.
262 * dwarf.h (do_checks): Add a prototype.
263 * elfcomm.c (error): Remove weak attribute.
264 (warn): Likewise.
265 * readelf.c (do_checks): Delete.
266 (warn): Delete.
267 (process_section_headers): Only warn about empty sections if
268 checks are enabled.
269
e052e2ba
FS
2702020-05-04 Fangrui Song <maskray@google.com>
271
272 * objcopy.c (copy_object): Allow empty section.
273 * testsuite/binutils-all/update-section.exp: Add test.
274
070b775f
NC
2752020-05-04 Nick Clifton <nickc@redhat.com>
276
277 PR 25917
278 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
279 supicious number of entries for DWARF-5 format directory and file
280 name tables. Do not display file name table header if the table
281 is empty. Do not allocate space for empty tables.
282
9c7b8e9b
AM
2832020-05-04 Alan Modra <amodra@gmail.com>
284
285 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
286 section. Don't assume endian of host matches nds32 target. Free
287 buffer.
288
60832332
AM
2892020-05-01 Alan Modra <amodra@gmail.com>
290 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
291
292 * objdump.c (disassemble_bytes): Don't scan for zeros when
293 disassembling zeros. Translate "resuming at file offset" message.
294 Formatting. Replace some signed variables with unsigned.
295
09c1e68a
AC
2962020-04-30 Alex Coplan <alex.coplan@arm.com>
297
298 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
299 disassembly.
300 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
301
8a8a1171
NC
3022020-04-30 Nick Clifton <nickc@redhat.com>
303
304 * testsuite/lib/binutils-common.exp (check_pie_support): New
305 proc.
306
cb4c35cf
AB
3072020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
310 range_entries for the same offset.
311
1b513401
NC
3122020-04-29 Nick Clifton <nickc@redhat.com>
313
314 * readelf.c (warn): New function - like elfcomm.c version but only
315 produces output if warnings are enabled.
316 (struct options): Add --lint and --enable-checks.
317 (usage): Add entry for --lint.
318 (parse_args): Handle -L. If checks are enabled but no dumps have
319 been selected then enable all dumps.
320 (process_section_headers): Replace long if-then-else sequence with
321 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
322 SHT_PROGBITS sections.
323 (process_file): Do not complain if the file is an archive and lint
324 mode has been enabled.
325 * elfcomm.c (error): Make the function weak.
326 (warn): Likewise.
327 * NEWS: Mention the new feature.
328 * doc/binutils.texi: Document the new feature.
329 * dwarf.h (report_leb_status): Add file name and line number
330 parameters. Include them in the diagnostic output.
331 (READ_ULEB): Pass file and line number to report_leb_status.
332 (READ_SLEB): Likewise.
333 * dwarf.c (read_and_print_leb128): Pass file and line number to
334 report_leb_status.
335 * testsuite/binutils-all/readelf.exp: Add test of new feature.
336 * testsuite/binutils-all/zero-sec.s: New test source file.
337 * testsuite/binutils-all/zero-sec.r: Expected output from new
338 test.
339
c2e71e57
NC
3402020-04-29 Nick Clifton <nickc@redhat.com>
341
342 * po/sr.po: Updated Serbian translation.
343
90837ea7
AM
3442020-04-26 Alan Modra <amodra@gmail.com>
345
346 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
347 read before dereferencing, and gracefully return. Remove
348 gnu_hash_error variable. Free gnu hash arrays if number of
349 syms found is zero.
350
2482f306
AM
3512020-04-24 Alan Modra <amodra@gmail.com>
352
353 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
354 non-zero.
355 (process_dynamic_section): Call get_num_dynamic_syms once rather
356 than in segment loop. Break out of segment loop on a successful
357 load of dynamic symbols. Formatting.
358 (process_object): Return error status from process_dynamic_section.
359
27456742
AK
3602020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
361
362 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
363 * elf.c (elfcore_grok_arc_v2): New function.
364 (elfcore_grok_note): Call the new function to handle the corresponding
365 note.
366 (elfcore_write_arc_v2): New function.
367 (elfcore_write_register_note): Call the new function to handle the
368 corresponding pseudo-sections.
369
30ce8e47
MF
3702020-04-22 Max Filippov <jcmvbkbc@gmail.com>
371
372 PR ld/25861
373 * readelf.c (is_none_reloc): Recognize
374 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
375 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
376
33b5a830
NC
3772020-04-22 Nick Clifton <nickc@redhat.com>
378
379 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
380
978c4450
AM
3812020-04-22 Alan Modra <amodra@gmail.com>
382
383 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
384 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
385 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
386 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
387 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
388 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
389 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
390 (dynamic_section, symtab_shndx_list, group_count, section_groups),
391 (section_headers_groups): Move to struct filedata. Update use
392 throughout file.
393
6431e409
AM
3942020-04-22 Alan Modra <amodra@gmail.com>
395
396 * readelf.c (struct dump_data): New, used..
397 (cmdline): ..here, and..
398 (struct filedata): ..here. Adjust all uses.
399 (request_dump_bynumber, request_dump, parse_args): Pass in a
400 struct dump_data* rather than Filedata*. Adjust callers.
401 (main): Don't set cmdline.file_name.
402
a5e0be5c
AM
4032020-04-20 Alan Modra <amodra@gmail.com>
404
405 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
406 and nbuckets.
407
8ff66993
AM
4082020-04-20 Alan Modra <amodra@gmail.com>
409
410 * readelf.c (process_section_headers): Free dynamic symbols etc.
411 earlier.
412
ceb9bf11
AM
4132020-04-20 Alan Modra <amodra@gmail.com>
414
415 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
416 on error without freeing.
417 (process_dynamic_section): Don't recreate dynamic symbols from
418 dynamic tag info when the dynamic symbols have already been
419 read via section headers.
420
e409955d
FS
4212020-04-17 Fredrik Strupe <fredrik@strupe.net>
422
423 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
424 conditional VDUP instructions are disassembled correctly.
425 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
426 vdup-cond.d.
427 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
428 that VDUP instructions (which are conditional in A32) can be
429 disassembled in thumb mode.
430 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
431 vdup-thumb.d.
432
ca3f923f
AM
4332020-04-17 Alan Modra <amodra@gmail.com>
434
435 PR 25840
436 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
437
937f6614
AM
4382020-04-16 Alan Modra <amodra@gmail.com>
439
440 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
441 --no-addresses description.
442
b1bc1394
AM
4432020-04-15 Alan Modra <amodra@gmail.com>
444
445 * objdump.c (no_addresses): New static var.
446 (usage): Print help for --no-addresses.
447 (long_options): Add --no-addresses entry.
448 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
449 (disassemble_bytes): Don't print current line address, or reloc
450 address.
451 * doc/binutils.texi: Document objdump --no-addresses.
452
001890e1
AM
4532020-04-15 Alan Modra <amodra@gmail.com>
454
455 PR 25822
456 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
457 reading buckets or chains fails.
458
b71d4fa7
AM
4592020-04-15 Alan Modra <amodra@gmail.com>
460
461 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
462 etc. after freeing.
463
89246a0e
AM
4642020-04-15 Alan Modra <amodra@gmail.com>
465
466 * readelf.c (get_group_flags): Translate text.
467 (get_file_type, get_symbol_binding, get_symbol_type),
468 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
469
c98a4545
AM
4702020-04-15 Alan Modra <amodra@gmail.com>
471
472 PR 25821
473 * readelf.c (get_num_dynamic_syms): Typo fix.
474
645f43a8
AM
4752020-04-14 Alan Modra <amodra@gmail.com>
476
477 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
478 possibility of overflow when checking number of conflicts.
479
10ca4b04
L
4802020-04-14 H.J. Lu <hongjiu.lu@intel.com>
481
482 PR binutils/25707
483 * readelf.c (nbuckets): New.
484 (nchains): Likewise.
485 (buckets): Likewise.
486 (chains): Likewise.
487 (ngnubuckets): Likewise.
488 (gnubuckets): Likewise.
489 (gnuchains): Likewise.
490 (mipsxlat): Likewise.
491 (ngnuchains): Likewise.
492 (gnusymidx): Likewise.
493 (VALID_SYMBOL_NAME): Likewise.
494 (VALID_DYNAMIC_NAME): Use it.
495 (get_dynamic_data): Moved before process_dynamic_section.
496 (get_num_dynamic_syms): New function.
497 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
498 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
499 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
500 table.
501 (get_symbol_index_type): Don't print "bad section index" when
502 there is no section header.
503 (print_dynamic_symbol): Rewrite.
504 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
505 symbol table.
506
bb897477
RO
5072020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
508
509 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
510 enable on *-*-solaris*.
511
00386881
NC
5122020-03-30 Nick Clifton <nickc@redhat.com>
513
514 PR binutils/25662
515 * objcopy.c (copy_object): When copying PE format files set the
516 timestamp field in the pe_data structure if the preserve_dates
517 flag is set.
518 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
519 --preserve-dates in place of the -p option, in order to make its
520 effect more obvious.
521
0a6a8b59
AM
5222020-03-28 Alan Modra <amodra@gmail.com>
523
524 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
525 clear_xfail hppa*-*-*elf*. Revert mips xfails.
526
6a81c59b
AM
5272020-03-28 Alan Modra <amodra@gmail.com>
528
529 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
530 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
531 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
532 test. Pass "-p" to objcopy for the executable test.
533
1fafefd5
JL
5342020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
535
536 PR binutils/25662
537 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
538 specify whether an object file or executable should be built and tested.
539 Change test names to report whether an object file or executable is
540 being tested.
541 * testsuite/binutils-all/pr25662.ld: New test.
542 * testsuite/binutils-all/pr25662.s: New test.
543
80e2a3b6
AM
5442020-03-27 Alan Modra <amodra@gmail.com>
545
546 * readelf.c (process_archive): Don't double free qualified_name.
547 Don't break out of loop with "negative" archive_file_size, just
548 set file offset to max.
549
4c836627
AM
5502020-03-25 Alan Modra <amodra@gmail.com>
551
552 * readelf.c (process_archive): Prevent endless loop.
553
1081065c
L
5542020-03-24 H.J. Lu <hongjiu.lu@intel.com>
555
556 PR binutils/25708
557 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
558 with bfd_get_symbol_version_string.
559 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
560 * objdump.c (objdump_print_symname): Likewise.
561
7e6e972f
L
5622020-03-24 H.J. Lu <hongjiu.lu@intel.com>
563
564 PR binutils/25708
565 * nm.c (SYM_NAME): Removed.
566 (print_symname): Add a pointer to struct extended_symbol_info
567 argument. Call _bfd_elf_get_symbol_version_name to get symbol
568 version.
569 (print_symdef_entry): Pass NULL to print_symname.
570 (print_symbol_info_bsd): Update call to print_symname.
571 (print_symbol_info_sysv): Likewise.
572 (print_symbol_info_posix): Likewise.
573
5a814d6d
AM
5742020-03-24 Alan Modra <amodra@gmail.com>
575
576 * readelf.c (process_mips_specific): Free iconf on error path.
577
0636b245
NC
5782020-03-23 Nick Clifton <nickc@redhat.com>
579
580 PR 25714
581 * wrstabs.c (stab_pop_type): Replace assertion with error return.
582 * write_stabs_in_sections_debugging_info: Likewise.
583 * stab_enum_type: Likewise.
584 * stab_modify_type: Likewise.
585 * stab_struct_field: Likewise.
586 * stab_end_struct_type: Likewise.
587 * stab_start_class_type: Likewise.
588 * stab_class_static_member: Likewise.
589 * stab_class_baseclass: Likewise.
590 * stab_class_start_method: Likewise.
591 * stab_class_method_var: Likewise.
592 * stab_class_end_method: Likewise.
593 * stab_end_class_type: Likewise.
594 * stab_typedef_type: Likewise.
595 * stab_start_function: Likewise.
596 * stab_end_block: Likewise.
597 * stab_lineno: Likewise.
598
5844b465
NC
5992020-03-20 Nick Clifton <nickc@redhat.com>
600
601 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
602 (process_section_headers): Check the return value from
603 get_compression_header.
604 (dump_section_as_strings): Likewise.
605 (dump_section_as_bytes): Likewise.
606 (load_specific_debug_section): Likewise.
607
3d98c460
L
6082020-03-20 H.J. Lu <hongjiu.lu@intel.com>
609
610 * ar.c (main): Update bfd_plugin_set_program_name call.
611 * nm.c (main): Likewise.
612
f3a08f77
NC
6132020-03-19 Nick Clifton <nickc@redhat.com>
614
615 PR 25676
616 * testsuite/binutils-all/dw4.s: New test source file.
617 * testsuite/binutils-all/nm.exp: Run the new test.
618
ef3df110
L
6192020-03-19 H.J. Lu <hongjiu.lu@intel.com>
620
621 * readelf.c (process_symbol_table): Use unsigned long for si.
622
81a65eb3
AM
6232020-03-19 Alan Modra <amodra@gmail.com>
624
625 * elfcomm.c: Don't include bfd.h or bucomm.h.
626 (program_name): Declare.
627 (process_archive_index_and_symbols): Replace bfd_boolean with int,
628 and substitute FALSE and TRUE.
629 (setup_archive, setup_nested_archive): Likewise.
630 * elfcomm.h: Likewise.
631
1cb7d8b1
AM
6322020-03-19 Alan Modra <amodra@gmail.com>
633
634 * readelf.c (process_archive): Always return via path freeing
635 memory. Formatting.
636
b966f55f
AM
6372020-03-19 Alan Modra <amodra@gmail.com>
638
639 * readelf.c (process_netbsd_elf_note): Validate descsz before
640 accessing descdata. Formatting.
641
645ba681
AM
6422020-03-19 Alan Modra <amodra@gmail.com>
643
644 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
645 * elfcomm.h (setup_archive): Update prototype.
646
28d13567
AM
6472020-03-16 Alan Modra <amodra@gmail.com>
648
649 * readelf.c (get_symbols): New function.
650 (process_relocs, ia64_process_unwind, hppa_process_unwind),
651 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
652
60e63c3e
AM
6532020-03-16 Alan Modra <amodra@gmail.com>
654
655 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
656 Detect shift overflows and check that terminating byte is found.
657 Print an error on a bad uleb128.
658
1bd6175a
AM
6592020-03-14 Alan Modra <amodra@gmail.com>
660
661 * readelf.c (process_file): Clean ba_cache.
662
780f96ae
AM
6632020-03-14 Alan Modra <amodra@gmail.com>
664
665 * elfcomm.h (setup_archive): Update prototype.
666 * elfcomm.c (setup_archive): Add file_size parameter and sanity
667 check longnames_size.
668 (setup_nested_archive): Get file size and pass to setup_archive.
669 * elfedit.c (process_archive): Likewise.
670 * readelf.c (process_archive): Pass filedata->file_size to
671 setup_archive.
672
f761cb13
AM
6732020-03-14 Alan Modra <amodra@gmail.com>
674
675 * readelf.c (dump_section_as_strings): Free memory on error exit.
676 (dump_section_as_bytes, process_notes_at): Likewise.
677 (get_build_id): Free enote.
678
06d949ec
KR
6792020-03-13 Kamil Rytarowski <n54@gmx.com>
680
681 * readelf.c (get_netbsd_elfcore_note_type): Add support for
682 NT_NETBSDCORE_LWPSTATUS notes.
683
fd486f32
AM
6842020-03-13 Alan Modra <amodra@gmail.com>
685
686 * elfcomm.c (get_archive_member_name): Always return malloc'd
687 string or NULL.
688 * elfedit.c (process_archive): Tidy memory on all return paths.
689 * readelf.c (process_archive): Likewise.
690 (process_symbol_table): Likewise.
691 (ba_cache): New, replacing ..
692 (get_symbol_for_build_attribute): ..static vars here. Free
693 strtab and symtab before loading new ones. Reject symtab without
694 valid strtab in loop, breaking out of loop on valid symtab.
695 (process_file): Free ba_cache symtab and strtab here, resetting
696 ba_cache.
697
8fb879cd
AM
6982020-03-12 Alan Modra <amodra@gmail.com>
699
700 * readelf.c (process_section_headers): Don't just set
701 filedata->section_headers NULL, free it first. Similarly for
702 dynamic_symbols, dynamic_strings, dynamic_syminfo and
703 symtab_shndx_list. Zero associated counts too.
704 (process_object): Free symtab_shndx_list.
705 (process_file): Free various allocated filedata tables.
706
5496f3c6
NC
7072020-03-11 Nick Clifton <nickc@redhat.com>
708
709 PR 25611
710 PR 25614
711 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
712 li_segment_size fields.
713 * dwarf.c (read_debug_line_header): Record the address size and
714 segment selector size values (if present) in the lineinfo
715 structure.
716 (display_formatted_table): Warn if the format count is empty but
717 the table itself is not empty.
718 Display the format count and entry count at the start of the table
719 dump.
720 (display_debug_lines_raw): Display the address size and segement
721 selector size fields, if present.
722 * testsuite/binutils-all/dw5.W: Update expected output.
723
9cc89dc0
AM
7242020-03-11 Alan Modra <amodra@gmail.com>
725
726 PR 25651
727 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
728 pad_to_set on second block of code dealing with padding.
729 Replace "c" with "num_sec" and don't recalculate number of
730 sections on second block. Size arrays using sizeof (element)
731 rather than sizeof (element type).
732
41da0822
AM
7332020-03-10 Alan Modra <amodra@gmail.com>
734
735 * objdump.c (disassemble_section): Don't call qsort unless
736 sym count is at least two.
737 (disassemble_data): Don't call memcpy with NULL src.
738
95099889
AM
7392020-03-09 Alan Modra <amodra@gmail.com>
740
741 PR 25645
742 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
743 to get_data rather than multiplying.
744 (dump_ia64_vms_dynamic_relocs): Likewise.
745 (process_version_sections): Correct order of size and nmemb args
746 in get_data call.
747 (process_mips_specific): Likewise.
748
a15de1f5
L
7492020-03-08 H.J. Lu <hongjiu.lu@intel.com>
750
751 * readelf.c (get_dynamic_data): Replace "memory chekers" with
752 "memory checkers" in comments.
753
9979ab66
SM
7542020-03-06 Simon Marchi <simon.marchi@efficios.com>
755
756 PR 25491
757 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
758 * doc/Makefile.in: Re-generate.
759
a0dcf297
NC
7602020-03-06 Nick Clifton <nickc@redhat.com>
761
762 * objcopy.c (check_new_section_flags): New function. Reject the
763 SEC_COFF_SHARED flag if the target is not a COFF binary.
764 (copy_object): Call check_new_section_flags.
765 (setup_section): Likewise.
766 * doc/binutils.texi (objcopy): Add a note that the 'share' section
767 flag cannot be applied to ELF binaries.
768
a9b90127
AM
7692020-03-06 Alan Modra <amodra@gmail.com>
770
771 PR 25637
772 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
773
d1faf7ca
AM
7742020-03-05 Alan Modra <amodra@gmail.com>
775
776 PR 25629
777 * objcopy.c (filter_symbols): Don't segfault on NULL
778 prefix_symbols_string.
779
eef64366
CE
7802020-03-04 Christian Eggers <ceggers@gmx.de>
781
782 * objcopy.c (copy_object): Convert from bytes to octets for
783 --gap-fill and --pad-to.
784
5be2b2f5
NC
7852020-03-03 Nick Clifton <nickc@redhat.com>
786
787 PR 25625
788 * prdbg.c (pr_tag_type): Remove call to abort.
789
b312fea1
AM
7902020-03-02 Aaron Merey <amerey@redhat.com>
791
792 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
793 selection.
794
ba3265d0
NC
7952020-03-02 Nick Clifton <nickc@redhat.com>
796
797 PR 25543
798 * readelf.c (dump_section_as_strings): Display new-line characters
799 as \n and then insert a line break.
800 * testsuite/binutils-all/pr25543.s: New test.
801 * testsuite/binutils-all/pr25543.d: Test driver.
802 * testsuite/binutils-all/readelf.exp: Run the new test.
803
736990c4
NC
8042020-02-27 Nick Clifton <nickc@redhat.com>
805
806 PR 25526
807 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
808 get_data is unable to load the string table.
809
dc1e8a47
AM
8102020-02-26 Alan Modra <amodra@gmail.com>
811
812 * elfedit.c: Indent labels correctly.
813 * readelf.c: Likewise.
814 * resres.c: Likewise.
815
ecda9016
L
8162020-02-25 H.J. Lu <hongjiu.lu@intel.com>
817
818 PR binutils/25584
819 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
820 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
821
83d4d556
NC
8222020-02-24 Nick Clifton <nickc@redhat.com>
823
824 PR 25499
825 * doc/binutils.texi (objdump): Fix typo in description of
826 objdump's -g option.
827
bd0cf5a6
NC
8282020-02-20 Nelson Chu <nelson.chu@sifive.com>
829
830 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
831 is changed.
832
741cb839
EC
8332020-02-19 Jordan Rupprecht <rupprecht@google.com>
834
835 * objdump.c (show_line): call bfd_demangle when using do_demangle.
836
9f1528a1
AB
8372020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * configure: Regenerate.
840
3a5d12fb
FS
8412020-02-10 Fangrui Song <maskray@google.com>
842
843 * objcopy.c (parse_flags): Handle "exclude".
844 * doc/binutils.texi: Document the support.
845
678d457f
AM
8462020-02-10 Aaron Merey <amerey@redhat.com>
847
848 * binutils/testsuite/binutils-all/debuginfod.exp:
849 Replace set ::env with setenv.
46471187
AM
850 Start server before setting environment variable.
851 Specify tmpdir as the location of the server's
852 database.
853 Check additional server metrics at start-up.
678d457f 854
e8319fde
NC
8552020-02-07 Nick Clifton <nickc@redhat.com>
856
857 * README-how-to-make-a-release: Add note about updating the
858 GAS/NEWS URL in the next release.
859
9fc0b501
SB
8602020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
861
862 PR 25469
863 * readelf.c (get_machine_flags): Add support for Z80N machine
864 number.
865
e1104d08
NC
8662020-02-07 Nick Clifton <nickc@redhat.com>
867
868 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
869 of the truncated file name.
870
c2e6f744 8712020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
ece12829
TT
872
873 * objdump.c (print_jump_visualisation): New function.
874 (disassemble_bytes): Call new function.
875
02e0be69
AM
8762020-02-06 Alan Modra <amodra@gmail.com>
877
878 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
879 TCL procedure.
880 (supports_gnu_osabi): New procedure.
881 (is_generic): New, from ld-lib.exp.
882 (supports_gnu_unique): Use the above.
883
e8b79122
AM
8842020-02-04 Alan Modra <amodra@gmail.com>
885
886 * Makefile.am (CFILES): Add od-elf32_avr.c.
887 * Makefile.in: Regenerate.
888 * po/POTFILES.in: Regenerate.
889
27a45f42
AS
8902020-02-03 Andreas Schwab <schwab@linux-m68k.org>
891
892 * readelf.c (dump_relocations, dump_relocations)
893 (decode_arm_unwind_bytecode, process_dynamic_section)
894 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
895 error message.
896
0b398d69
ST
8972020-02-03 Sergei Trofimovich <siarheit@google.com>
898
899 * coffdump.c (program_name): Drop redundant definition.
900 * srconv.c (program_name): Likewise
901 * sysdump.c (program_name): Likewise
902
a8c4d40b
L
9032020-02-02 H.J. Lu <hongjiu.lu@intel.com>
904
905 PR gas/25380
906 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
907 same file with different section pointers.
908
cb6ad9bb
NC
9092020-02-01 Nick Clifton <nickc@redhat.com>
910
911 * README-how-to-make-a-release: Update with more details on the
912 release making process.
913
53943f32
NC
9142020-01-31 Nick Clifton <nickc@redhat.com>
915
916 * po/sv.po: Updated Swedish translation.
917
55be8fd0
NC
9182020-01-28 Nick Clifton <nickc@redhat.com>
919
920 * readelf.c (get_build_id): Simplify warning message about corrupt
921 notes encountered whilst scanning for the build-id.
922
82ef9cad
RM
9232020-01-27 Roland McGrath <mcgrathr@google.com>
924
925 * objcopy.c (compare_gnu_build_notes): Fix comparison results
926 for overlapping ranges so that (A == B) == (B == A) holds.
927
e3696f67
AM
9282020-01-27 Alan Modra <amodra@gmail.com>
929
930 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
931 case statement with switch statement.
932
2f796de6
NC
9332020-01-24 Nick Clifton <nickc@redhat.com>
934
935 * readelf.c (get_build_id): Fix warning messages about corrupt
936 notes.
937
24e648d4
NC
9382020-01-23 Nick Clifton <nickc@redhat.com>
939
940 * po/fr.po: Updated French translation.
941
c48acf6f
YC
9422020-01-22 Yuri Chornoivan <yurchor@mageia.org>
943
944 PR 25417
945 * readelf.c (get_alpha_symbol_other): Fix error message typo.
946
26916852
NC
9472020-01-20 Nick Clifton <nickc@redhat.com>
948
949 * po/pt.po: Updated Portuguese translation.
950 * po/uk.po: Updated Ukranian translation.
951
b248e9ce
NC
9522020-01-18 Nick Clifton <nickc@redhat.com>
953
954 * README-how-to-make-a-release: Update notes on how to cut a
955 branch for a release.
956
1b1bb2c6
NC
9572020-01-18 Nick Clifton <nickc@redhat.com>
958
959 * configure: Regenerate.
960 * po/binutils.pot: Regenerate.
961
ae774686
NC
9622020-01-18 Nick Clifton <nickc@redhat.com>
963
964 Binutils 2.34 branch created.
965
82a9ed20
TT
9662020-01-17 Thomas Troeger <tstroege@gmx.de>
967
968 * objdump.c (jump_info_visualize_address): Discard jumps that are
969 no longer needed.
970 (disassemble_bytes): Only compute the maximum level if jumps were
971 detected.
972
6a1939f5
NC
9732020-01-13 Nick Clifton <nickc@redhat.com>
974
c87c17c1 975 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
976 * testsuite/binutils-all/debuginfod.exp: New tests.
977
1d67fe3b
TT
9782020-01-13 Thomas Troeger <tstroege@gmx.de>
979
980 * objdump.c (visualize_jumps, color_output, extended_color_output)
981 (detected_jumps): New variables.
982 (usage): Add the new jump visualization options.
983 (option_values): Add new option value.
984 (long_options): Add the new option.
985 (jump_info_new, jump_info_free): New functions.
986 (jump_info_min_address, jump_info_max_address): Likewise.
987 (jump_info_end_address, jump_info_is_start_address): Likewise.
988 (jump_info_is_end_address, jump_info_size): Likewise.
989 (jump_info_unlink, jump_info_insert): Likewise.
990 (jump_info_add_front, jump_info_move_linked): Likewise.
991 (jump_info_intersect, jump_info_merge): Likewise.
992 (jump_info_sort, jump_info_visualize_address): Likewise.
993 (disassemble_jumps): New function - used to locate jumps.
994 (disassemble_bytes): Add ascii art generation.
995 (disassemble_section): Add scan to locate jumps.
996 (main): Parse the new visualization option.
997 * doc/binutils.texi: Document the new feature.
998 * NEWS: Mention the new feature.
999
a788aedd
AM
10002020-01-13 Alan Modra <amodra@gmail.com>
1001
a4f2b7c5
AM
1002 PR 25360
1003 PR 25361
a788aedd
AM
1004 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1005 fde_fc col_type and col_offset.
1006 * readelf.c (apply_relocations): Move symsec check earlier.
1007 (free_debug_section): Free reloc_info.
1008 (process_notes_at): Free pnotes on error path.
1009 (process_object): Free dump_sects here..
1010 (process_archive): ..not here.
1011
805f38bc
AM
10122020-01-13 Alan Modra <amodra@gmail.com>
1013
1014 PR 25362
1015 * nm.c (display_rel_file): Free dyn_syms.
1016
ffebb0bb
NC
10172020-01-09 Nick Clifton <nickc@redhat.com>
1018
1019 PR 25220
1020 * objcopy.c (empty_name): New variable.
1021 (need_sym_before): Prevent an attempt to free a static variable.
1022 (filter_symbols): Avoid strcmp test by checking for pointer
1023 equality.
1024
ade4fd9b
NC
10252020-01-09 Nick Clifton <nickc@redhat.com>
1026
1027 * po/zh_TW.po: Updated Traditional Chinese translation.
1028
10292020-01-09 Aaron Merey <amerey@redhat.com>
1030
1031 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1032 * Makefile.in: Regenerate.
1033 * NEWS: Update.
1034 * config.in: Regenerate.
1035 * configure: Regenerate.
1036 * configure.ac: Call AC_DEBUGINFOD.
1037 * doc/Makefile.in: Regenerate.
1038 * doc/binutils.texi: Add section on using binutils
1039 with debuginfod.
1040 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1041 Query debuginfod servers for the target debug file.
1042 (load_separate_debug_info): Call
1043 debuginfod_fetch_separate_debug_info if configured with
1044 debuginfod.
1045 (load_separate_debug_files): Add file argument to
1046 load_separate_debug_info calls.
1047 * dwarf.h (get_build_id): Add declaration.
1048 * objdump.c (get_build_id): New function. Get build-id of file.
1049 * readelf.c (get_build_id): Likewise.
1050 * testsuite/binutils-all/debuginfod.exp: New tests.
1051 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1052 section.
1053
6655dba2
SB
10542020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1055
1056 * readelf.c: Add support for new Z*) relocations and machine
1057 types.
1058
b14ce8bf
AM
10592020-01-01 Alan Modra <amodra@gmail.com>
1060
1061 Update year range in copyright notice of all files.
1062
0b114740 1063For older changes see ChangeLog-2019
3499769a 1064\f
0b114740 1065Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1066
1067Copying and distribution of this file, with or without modification,
1068are permitted in any medium without royalty provided the copyright
1069notice and this notice are preserved.
1070
1071Local Variables:
1072mode: change-log
1073left-margin: 8
1074fill-column: 74
1075version-control: never
1076End: