Improve warning message from debuginfod support in readelf.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
... / ...
CommitLineData
12020-01-28 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (get_build_id): Simplify warning message about corrupt
4 notes encountered whilst scanning for the build-id.
5
62020-01-27 Roland McGrath <mcgrathr@google.com>
7
8 * objcopy.c (compare_gnu_build_notes): Fix comparison results
9 for overlapping ranges so that (A == B) == (B == A) holds.
10
112020-01-27 Alan Modra <amodra@gmail.com>
12
13 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
14 case statement with switch statement.
15
162020-01-24 Nick Clifton <nickc@redhat.com>
17
18 * readelf.c (get_build_id): Fix warning messages about corrupt
19 notes.
20
212020-01-23 Nick Clifton <nickc@redhat.com>
22
23 * po/fr.po: Updated French translation.
24
252020-01-22 Yuri Chornoivan <yurchor@mageia.org>
26
27 PR 25417
28 * readelf.c (get_alpha_symbol_other): Fix error message typo.
29
302020-01-20 Nick Clifton <nickc@redhat.com>
31
32 * po/pt.po: Updated Portuguese translation.
33 * po/uk.po: Updated Ukranian translation.
34
352020-01-18 Nick Clifton <nickc@redhat.com>
36
37 * README-how-to-make-a-release: Update notes on how to cut a
38 branch for a release.
39
402020-01-18 Nick Clifton <nickc@redhat.com>
41
42 * configure: Regenerate.
43 * po/binutils.pot: Regenerate.
44
452020-01-18 Nick Clifton <nickc@redhat.com>
46
47 Binutils 2.34 branch created.
48
492020-01-17 Thomas Troeger <tstroege@gmx.de>
50
51 * objdump.c (jump_info_visualize_address): Discard jumps that are
52 no longer needed.
53 (disassemble_bytes): Only compute the maximum level if jumps were
54 detected.
55
562020-01-13 Nick Clifton <nickc@redhat.com>
57
58 * objdump.c (disassemble_bytes): Remove C99-ism.
59 * testsuite/binutils-all/debuginfod.exp: New tests.
60
612020-01-13 Thomas Troeger <tstroege@gmx.de>
62
63 * objdump.c (visualize_jumps, color_output, extended_color_output)
64 (detected_jumps): New variables.
65 (usage): Add the new jump visualization options.
66 (option_values): Add new option value.
67 (long_options): Add the new option.
68 (jump_info_new, jump_info_free): New functions.
69 (jump_info_min_address, jump_info_max_address): Likewise.
70 (jump_info_end_address, jump_info_is_start_address): Likewise.
71 (jump_info_is_end_address, jump_info_size): Likewise.
72 (jump_info_unlink, jump_info_insert): Likewise.
73 (jump_info_add_front, jump_info_move_linked): Likewise.
74 (jump_info_intersect, jump_info_merge): Likewise.
75 (jump_info_sort, jump_info_visualize_address): Likewise.
76 (disassemble_jumps): New function - used to locate jumps.
77 (disassemble_bytes): Add ascii art generation.
78 (disassemble_section): Add scan to locate jumps.
79 (main): Parse the new visualization option.
80 * doc/binutils.texi: Document the new feature.
81 * NEWS: Mention the new feature.
82
832020-01-13 Alan Modra <amodra@gmail.com>
84
85 PR 25360
86 PR 25361
87 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
88 fde_fc col_type and col_offset.
89 * readelf.c (apply_relocations): Move symsec check earlier.
90 (free_debug_section): Free reloc_info.
91 (process_notes_at): Free pnotes on error path.
92 (process_object): Free dump_sects here..
93 (process_archive): ..not here.
94
952020-01-13 Alan Modra <amodra@gmail.com>
96
97 PR 25362
98 * nm.c (display_rel_file): Free dyn_syms.
99
1002020-01-09 Nick Clifton <nickc@redhat.com>
101
102 PR 25220
103 * objcopy.c (empty_name): New variable.
104 (need_sym_before): Prevent an attempt to free a static variable.
105 (filter_symbols): Avoid strcmp test by checking for pointer
106 equality.
107
1082020-01-09 Nick Clifton <nickc@redhat.com>
109
110 * po/zh_TW.po: Updated Traditional Chinese translation.
111
1122020-01-09 Aaron Merey <amerey@redhat.com>
113
114 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
115 * Makefile.in: Regenerate.
116 * NEWS: Update.
117 * config.in: Regenerate.
118 * configure: Regenerate.
119 * configure.ac: Call AC_DEBUGINFOD.
120 * doc/Makefile.in: Regenerate.
121 * doc/binutils.texi: Add section on using binutils
122 with debuginfod.
123 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
124 Query debuginfod servers for the target debug file.
125 (load_separate_debug_info): Call
126 debuginfod_fetch_separate_debug_info if configured with
127 debuginfod.
128 (load_separate_debug_files): Add file argument to
129 load_separate_debug_info calls.
130 * dwarf.h (get_build_id): Add declaration.
131 * objdump.c (get_build_id): New function. Get build-id of file.
132 * readelf.c (get_build_id): Likewise.
133 * testsuite/binutils-all/debuginfod.exp: New tests.
134 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
135 section.
136
1372020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
138
139 * readelf.c: Add support for new Z*) relocations and machine
140 types.
141
1422020-01-01 Alan Modra <amodra@gmail.com>
143
144 Update year range in copyright notice of all files.
145
146For older changes see ChangeLog-2019
147\f
148Copyright (C) 2020 Free Software Foundation, Inc.
149
150Copying and distribution of this file, with or without modification,
151are permitted in any medium without royalty provided the copyright
152notice and this notice are preserved.
153
154Local Variables:
155mode: change-log
156left-margin: 8
157fill-column: 74
158version-control: never
159End:
This page took 0.023398 seconds and 4 git commands to generate.