]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Add test driver for the debuginfod support in the binutils sub-directory.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2020-01-13 Nick Clifton <nickc@redhat.com>
2
3 * testsuite/binutils-all/debuginfod.exp: New tests.
4
5 2020-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
27 2020-01-13 Alan Modra <amodra@gmail.com>
28
29 PR 25360
30 PR 25361
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
39 2020-01-13 Alan Modra <amodra@gmail.com>
40
41 PR 25362
42 * nm.c (display_rel_file): Free dyn_syms.
43
44 2020-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
52 2020-01-09 Nick Clifton <nickc@redhat.com>
53
54 * po/zh_TW.po: Updated Traditional Chinese translation.
55
56 2020-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
81 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
82
83 * readelf.c: Add support for new Z*) relocations and machine
84 types.
85
86 2020-01-01 Alan Modra <amodra@gmail.com>
87
88 Update year range in copyright notice of all files.
89
90 For older changes see ChangeLog-2019
91 \f
92 Copyright (C) 2020 Free Software Foundation, Inc.
93
94 Copying and distribution of this file, with or without modification,
95 are permitted in any medium without royalty provided the copyright
96 notice and this notice are preserved.
97
98 Local Variables:
99 mode: change-log
100 left-margin: 8
101 fill-column: 74
102 version-control: never
103 End: