ELF: Add support for unique section ID to assembler
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a8c4d40b
L
12020-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
cb6ad9bb
NC
72020-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
53943f32
NC
122020-01-31 Nick Clifton <nickc@redhat.com>
13
14 * po/sv.po: Updated Swedish translation.
15
55be8fd0
NC
162020-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
82ef9cad
RM
212020-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
e3696f67
AM
262020-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
2f796de6
NC
312020-01-24 Nick Clifton <nickc@redhat.com>
32
33 * readelf.c (get_build_id): Fix warning messages about corrupt
34 notes.
35
24e648d4
NC
362020-01-23 Nick Clifton <nickc@redhat.com>
37
38 * po/fr.po: Updated French translation.
39
c48acf6f
YC
402020-01-22 Yuri Chornoivan <yurchor@mageia.org>
41
42 PR 25417
43 * readelf.c (get_alpha_symbol_other): Fix error message typo.
44
26916852
NC
452020-01-20 Nick Clifton <nickc@redhat.com>
46
47 * po/pt.po: Updated Portuguese translation.
48 * po/uk.po: Updated Ukranian translation.
49
b248e9ce
NC
502020-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
1b1bb2c6
NC
552020-01-18 Nick Clifton <nickc@redhat.com>
56
57 * configure: Regenerate.
58 * po/binutils.pot: Regenerate.
59
ae774686
NC
602020-01-18 Nick Clifton <nickc@redhat.com>
61
62 Binutils 2.34 branch created.
63
82a9ed20
TT
642020-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
6a1939f5
NC
712020-01-13 Nick Clifton <nickc@redhat.com>
72
c87c17c1 73 * objdump.c (disassemble_bytes): Remove C99-ism.
6a1939f5
NC
74 * testsuite/binutils-all/debuginfod.exp: New tests.
75
1d67fe3b
TT
762020-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
a788aedd
AM
982020-01-13 Alan Modra <amodra@gmail.com>
99
a4f2b7c5
AM
100 PR 25360
101 PR 25361
a788aedd
AM
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
805f38bc
AM
1102020-01-13 Alan Modra <amodra@gmail.com>
111
112 PR 25362
113 * nm.c (display_rel_file): Free dyn_syms.
114
ffebb0bb
NC
1152020-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
ade4fd9b
NC
1232020-01-09 Nick Clifton <nickc@redhat.com>
124
125 * po/zh_TW.po: Updated Traditional Chinese translation.
126
1272020-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
6655dba2
SB
1522020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
153
154 * readelf.c: Add support for new Z*) relocations and machine
155 types.
156
b14ce8bf
AM
1572020-01-01 Alan Modra <amodra@gmail.com>
158
159 Update year range in copyright notice of all files.
160
0b114740 161For older changes see ChangeLog-2019
3499769a 162\f
0b114740 163Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
164
165Copying and distribution of this file, with or without modification,
166are permitted in any medium without royalty provided the copyright
167notice and this notice are preserved.
168
169Local Variables:
170mode: change-log
171left-margin: 8
172fill-column: 74
173version-control: never
174End:
This page took 0.19176 seconds and 4 git commands to generate.