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