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