3 * coffdump.c (program_name): Drop redundant definition.
4 * srconv.c (program_name): Likewise
5 * sysdump.c (program_name): Likewise
10 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
11 same file with different section pointers.
15 * README-how-to-make-a-release: Update with more details on the
16 release making process.
20 * po/sv.po: Updated Swedish translation.
24 * readelf.c (get_build_id): Simplify warning message about corrupt
25 notes encountered whilst scanning for the build-id.
29 * objcopy.c (compare_gnu_build_notes): Fix comparison results
30 for overlapping ranges so that (A == B) == (B == A) holds.
34 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
35 case statement with switch statement.
39 * readelf.c (get_build_id): Fix warning messages about corrupt
44 * po/fr.po: Updated French translation.
49 * readelf.c (get_alpha_symbol_other): Fix error message typo.
53 * po/pt.po: Updated Portuguese translation.
54 * po/uk.po: Updated Ukranian translation.
58 * README-how-to-make-a-release: Update notes on how to cut a
63 * configure: Regenerate.
64 * po/binutils.pot: Regenerate.
68 Binutils 2.34 branch created.
72 * objdump.c (jump_info_visualize_address): Discard jumps that are
74 (disassemble_bytes): Only compute the maximum level if jumps were
79 * objdump.c (disassemble_bytes): Remove C99-ism.
80 * testsuite/binutils-all/debuginfod.exp: New tests.
84 * objdump.c (visualize_jumps, color_output, extended_color_output)
85 (detected_jumps): New variables.
86 (usage): Add the new jump visualization options.
87 (option_values): Add new option value.
88 (long_options): Add the new option.
89 (jump_info_new, jump_info_free): New functions.
90 (jump_info_min_address, jump_info_max_address): Likewise.
91 (jump_info_end_address, jump_info_is_start_address): Likewise.
92 (jump_info_is_end_address, jump_info_size): Likewise.
93 (jump_info_unlink, jump_info_insert): Likewise.
94 (jump_info_add_front, jump_info_move_linked): Likewise.
95 (jump_info_intersect, jump_info_merge): Likewise.
96 (jump_info_sort, jump_info_visualize_address): Likewise.
97 (disassemble_jumps): New function - used to locate jumps.
98 (disassemble_bytes): Add ascii art generation.
99 (disassemble_section): Add scan to locate jumps.
100 (main): Parse the new visualization option.
101 * doc/binutils.texi: Document the new feature.
102 * NEWS: Mention the new feature.
108 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
109 fde_fc col_type and col_offset.
110 * readelf.c (apply_relocations): Move symsec check earlier.
111 (free_debug_section): Free reloc_info.
112 (process_notes_at): Free pnotes on error path.
113 (process_object): Free dump_sects here..
114 (process_archive): ..not here.
119 * nm.c (display_rel_file): Free dyn_syms.
124 * objcopy.c (empty_name): New variable.
125 (need_sym_before): Prevent an attempt to free a static variable.
126 (filter_symbols): Avoid strcmp test by checking for pointer
131 * po/zh_TW.po: Updated Traditional Chinese translation.
135 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
136 * Makefile.in: Regenerate.
138 * config.in: Regenerate.
139 * configure: Regenerate.
140 * configure.ac: Call AC_DEBUGINFOD.
141 * doc/Makefile.in: Regenerate.
142 * doc/binutils.texi: Add section on using binutils
144 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
145 Query debuginfod servers for the target debug file.
146 (load_separate_debug_info): Call
147 debuginfod_fetch_separate_debug_info if configured with
149 (load_separate_debug_files): Add file argument to
150 load_separate_debug_info calls.
151 * dwarf.h (get_build_id): Add declaration.
152 * objdump.c (get_build_id): New function. Get build-id of file.
153 * readelf.c (get_build_id): Likewise.
154 * testsuite/binutils-all/debuginfod.exp: New tests.
155 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
160 * readelf.c: Add support for new Z*) relocations and machine
165 Update year range in copyright notice of all files.
167 For older changes see ChangeLog-2019
169 Copyright (C) 2020 Free Software Foundation, Inc.
171 Copying and distribution of this file, with or without modification,
172 are permitted in any medium without royalty provided the copyright
173 notice and this notice are preserved.
179 version-control: never