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