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