]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
ELF: Add support for unique section ID to assembler
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/25380
4 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
5 same file with different section pointers.
6
7 2020-02-01 Nick Clifton <nickc@redhat.com>
8
9 * README-how-to-make-a-release: Update with more details on the
10 release making process.
11
12 2020-01-31 Nick Clifton <nickc@redhat.com>
13
14 * po/sv.po: Updated Swedish translation.
15
16 2020-01-28 Nick Clifton <nickc@redhat.com>
17
18 * readelf.c (get_build_id): Simplify warning message about corrupt
19 notes encountered whilst scanning for the build-id.
20
21 2020-01-27 Roland McGrath <mcgrathr@google.com>
22
23 * objcopy.c (compare_gnu_build_notes): Fix comparison results
24 for overlapping ranges so that (A == B) == (B == A) holds.
25
26 2020-01-27 Alan Modra <amodra@gmail.com>
27
28 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
29 case statement with switch statement.
30
31 2020-01-24 Nick Clifton <nickc@redhat.com>
32
33 * readelf.c (get_build_id): Fix warning messages about corrupt
34 notes.
35
36 2020-01-23 Nick Clifton <nickc@redhat.com>
37
38 * po/fr.po: Updated French translation.
39
40 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
41
42 PR 25417
43 * readelf.c (get_alpha_symbol_other): Fix error message typo.
44
45 2020-01-20 Nick Clifton <nickc@redhat.com>
46
47 * po/pt.po: Updated Portuguese translation.
48 * po/uk.po: Updated Ukranian translation.
49
50 2020-01-18 Nick Clifton <nickc@redhat.com>
51
52 * README-how-to-make-a-release: Update notes on how to cut a
53 branch for a release.
54
55 2020-01-18 Nick Clifton <nickc@redhat.com>
56
57 * configure: Regenerate.
58 * po/binutils.pot: Regenerate.
59
60 2020-01-18 Nick Clifton <nickc@redhat.com>
61
62 Binutils 2.34 branch created.
63
64 2020-01-17 Thomas Troeger <tstroege@gmx.de>
65
66 * objdump.c (jump_info_visualize_address): Discard jumps that are
67 no longer needed.
68 (disassemble_bytes): Only compute the maximum level if jumps were
69 detected.
70
71 2020-01-13 Nick Clifton <nickc@redhat.com>
72
73 * objdump.c (disassemble_bytes): Remove C99-ism.
74 * testsuite/binutils-all/debuginfod.exp: New tests.
75
76 2020-01-13 Thomas Troeger <tstroege@gmx.de>
77
78 * objdump.c (visualize_jumps, color_output, extended_color_output)
79 (detected_jumps): New variables.
80 (usage): Add the new jump visualization options.
81 (option_values): Add new option value.
82 (long_options): Add the new option.
83 (jump_info_new, jump_info_free): New functions.
84 (jump_info_min_address, jump_info_max_address): Likewise.
85 (jump_info_end_address, jump_info_is_start_address): Likewise.
86 (jump_info_is_end_address, jump_info_size): Likewise.
87 (jump_info_unlink, jump_info_insert): Likewise.
88 (jump_info_add_front, jump_info_move_linked): Likewise.
89 (jump_info_intersect, jump_info_merge): Likewise.
90 (jump_info_sort, jump_info_visualize_address): Likewise.
91 (disassemble_jumps): New function - used to locate jumps.
92 (disassemble_bytes): Add ascii art generation.
93 (disassemble_section): Add scan to locate jumps.
94 (main): Parse the new visualization option.
95 * doc/binutils.texi: Document the new feature.
96 * NEWS: Mention the new feature.
97
98 2020-01-13 Alan Modra <amodra@gmail.com>
99
100 PR 25360
101 PR 25361
102 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
103 fde_fc col_type and col_offset.
104 * readelf.c (apply_relocations): Move symsec check earlier.
105 (free_debug_section): Free reloc_info.
106 (process_notes_at): Free pnotes on error path.
107 (process_object): Free dump_sects here..
108 (process_archive): ..not here.
109
110 2020-01-13 Alan Modra <amodra@gmail.com>
111
112 PR 25362
113 * nm.c (display_rel_file): Free dyn_syms.
114
115 2020-01-09 Nick Clifton <nickc@redhat.com>
116
117 PR 25220
118 * objcopy.c (empty_name): New variable.
119 (need_sym_before): Prevent an attempt to free a static variable.
120 (filter_symbols): Avoid strcmp test by checking for pointer
121 equality.
122
123 2020-01-09 Nick Clifton <nickc@redhat.com>
124
125 * po/zh_TW.po: Updated Traditional Chinese translation.
126
127 2020-01-09 Aaron Merey <amerey@redhat.com>
128
129 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
130 * Makefile.in: Regenerate.
131 * NEWS: Update.
132 * config.in: Regenerate.
133 * configure: Regenerate.
134 * configure.ac: Call AC_DEBUGINFOD.
135 * doc/Makefile.in: Regenerate.
136 * doc/binutils.texi: Add section on using binutils
137 with debuginfod.
138 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
139 Query debuginfod servers for the target debug file.
140 (load_separate_debug_info): Call
141 debuginfod_fetch_separate_debug_info if configured with
142 debuginfod.
143 (load_separate_debug_files): Add file argument to
144 load_separate_debug_info calls.
145 * dwarf.h (get_build_id): Add declaration.
146 * objdump.c (get_build_id): New function. Get build-id of file.
147 * readelf.c (get_build_id): Likewise.
148 * testsuite/binutils-all/debuginfod.exp: New tests.
149 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
150 section.
151
152 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
153
154 * readelf.c: Add support for new Z*) relocations and machine
155 types.
156
157 2020-01-01 Alan Modra <amodra@gmail.com>
158
159 Update year range in copyright notice of all files.
160
161 For older changes see ChangeLog-2019
162 \f
163 Copyright (C) 2020 Free Software Foundation, Inc.
164
165 Copying and distribution of this file, with or without modification,
166 are permitted in any medium without royalty provided the copyright
167 notice and this notice are preserved.
168
169 Local Variables:
170 mode: change-log
171 left-margin: 8
172 fill-column: 74
173 version-control: never
174 End: