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