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