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