]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Move pending obsolete targets onto the definitely obsolete list
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
53943f32
NC
12020-01-31 Nick Clifton <nickc@redhat.com>
2
3 * po/sv.po: Updated Swedish translation.
4
55be8fd0
NC
52020-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
82ef9cad
RM
102020-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
e3696f67
AM
152020-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
2f796de6
NC
202020-01-24 Nick Clifton <nickc@redhat.com>
21
22 * readelf.c (get_build_id): Fix warning messages about corrupt
23 notes.
24
24e648d4
NC
252020-01-23 Nick Clifton <nickc@redhat.com>
26
27 * po/fr.po: Updated French translation.
28
c48acf6f
YC
292020-01-22 Yuri Chornoivan <yurchor@mageia.org>
30
31 PR 25417
32 * readelf.c (get_alpha_symbol_other): Fix error message typo.
33
26916852
NC
342020-01-20 Nick Clifton <nickc@redhat.com>
35
36 * po/pt.po: Updated Portuguese translation.
37 * po/uk.po: Updated Ukranian translation.
38
b248e9ce
NC
392020-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
1b1bb2c6
NC
442020-01-18 Nick Clifton <nickc@redhat.com>
45
46 * configure: Regenerate.
47 * po/binutils.pot: Regenerate.
48
ae774686
NC
492020-01-18 Nick Clifton <nickc@redhat.com>
50
51 Binutils 2.34 branch created.
52
82a9ed20
TT
532020-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
6a1939f5
NC
602020-01-13 Nick Clifton <nickc@redhat.com>
61
c87c17c1 62 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
63 * testsuite/binutils-all/debuginfod.exp: New tests.
64
1d67fe3b
TT
652020-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
a788aedd
AM
872020-01-13 Alan Modra <amodra@gmail.com>
88
a4f2b7c5
AM
89 PR 25360
90 PR 25361
a788aedd
AM
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
805f38bc
AM
992020-01-13 Alan Modra <amodra@gmail.com>
100
101 PR 25362
102 * nm.c (display_rel_file): Free dyn_syms.
103
ffebb0bb
NC
1042020-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
ade4fd9b
NC
1122020-01-09 Nick Clifton <nickc@redhat.com>
113
114 * po/zh_TW.po: Updated Traditional Chinese translation.
115
1162020-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
6655dba2
SB
1412020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
142
143 * readelf.c: Add support for new Z*) relocations and machine
144 types.
145
b14ce8bf
AM
1462020-01-01 Alan Modra <amodra@gmail.com>
147
148 Update year range in copyright notice of all files.
149
0b114740 150For older changes see ChangeLog-2019
3499769a 151\f
0b114740 152Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
153
154Copying and distribution of this file, with or without modification,
155are permitted in any medium without royalty provided the copyright
156notice and this notice are preserved.
157
158Local Variables:
159mode: change-log
160left-margin: 8
161fill-column: 74
162version-control: never
163End: