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