Updated translations for various binutils sub-directories
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-01-20 Nick Clifton <nickc@redhat.com>
2
3 * po/pt.po: Updated Portuguese translation.
4 * po/uk.po: Updated Ukranian translation.
5
6 2020-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
11 2020-01-18 Nick Clifton <nickc@redhat.com>
12
13 * configure: Regenerate.
14 * po/binutils.pot: Regenerate.
15
16 2020-01-18 Nick Clifton <nickc@redhat.com>
17
18 Binutils 2.34 branch created.
19
20 2020-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
27 2020-01-13 Nick Clifton <nickc@redhat.com>
28
29 * objdump.c (disassemble_bytes): Remove C99-ism.
30 * testsuite/binutils-all/debuginfod.exp: New tests.
31
32 2020-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
54 2020-01-13 Alan Modra <amodra@gmail.com>
55
56 PR 25360
57 PR 25361
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
66 2020-01-13 Alan Modra <amodra@gmail.com>
67
68 PR 25362
69 * nm.c (display_rel_file): Free dyn_syms.
70
71 2020-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
79 2020-01-09 Nick Clifton <nickc@redhat.com>
80
81 * po/zh_TW.po: Updated Traditional Chinese translation.
82
83 2020-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
108 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
109
110 * readelf.c: Add support for new Z*) relocations and machine
111 types.
112
113 2020-01-01 Alan Modra <amodra@gmail.com>
114
115 Update year range in copyright notice of all files.
116
117 For older changes see ChangeLog-2019
118 \f
119 Copyright (C) 2020 Free Software Foundation, Inc.
120
121 Copying and distribution of this file, with or without modification,
122 are permitted in any medium without royalty provided the copyright
123 notice and this notice are preserved.
124
125 Local Variables:
126 mode: change-log
127 left-margin: 8
128 fill-column: 74
129 version-control: never
130 End:
This page took 0.045852 seconds and 4 git commands to generate.