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