readelf: Reset file position to beginning for thin archive members
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
75a2da57
AH
12021-07-01 Andrei Homescu <ah@immunant.com>
2
3 * readelf.c (process_archive): Reset file position to the
4 beginning when calling process_object for thin archive members.
5 * testsuite/binutils-all/readelf.exp: Add test.
6 * testsuite/binutils-all/readelf.h.thin: New file.
7
c63fc368
NC
82021-06-30 Tom Tromey <tom@tromey.com>
9
10 * dwarf.c (read_and_display_attr_value): Handle
11 DW_FORM_implicit_const.
12
280c57ff
RH
132021-06-30 Richard Henderson <richard.henderson@linaro.org>
14
15 * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf
16 and DW_CFA_def_cfa_offset_sf have a signed offset.
17
539b54f0
AM
182021-06-19 Alan Modra <amodra@gmail.com>
19
20 * dwarf.c (display_debug_lines_decoded): Use memcpy rather than
21 strncpy when trimming file name length to MAX_FILENAME_LENGTH.
22 Don't make an unnecessary copy when length is good.
23
5a767724
L
242021-06-18 H.J. Lu <hongjiu.lu@intel.com>
25
26 * readelf.c (print_gnu_property_note): Handle
27 GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
28 GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
29
c8795e1f
NC
302021-06-15 Nick Clifton <nickc@redhat.com>
31
32 * readelf.c (get_note_type): Add support for NT_GO_BUILDID.
33
93df3340
AM
342021-06-15 Alan Modra <amodra@gmail.com>
35
36 * readelf.c (locate_dynamic_section, is_pie): New functions.
37 (get_file_type): Replace e_type parameter with filedata. Call
38 is_pie for ET_DYN. Update all callers.
39 (process_program_headers): Use local variables dynamic_addr and
40 dynamic_size, updating filedata on exit from function. Set
41 dynamic_size of 1 to indicate no dynamic section or segment.
42 Update tests of dynamic_size throughout.
43 * testsuite/binutils-all/x86-64/pr27708.dump: Update expected output.
44
0121f438
EB
452021-06-14 Eric Botcazou <ebotcazou@adacore.com>
46
47 * dwarf.c (struct abbrev_attr): Change type of implicit_const.
48 (add_abbrev_attr): Likewise.
49 (process_abbrev_set): Likewise.
50 (display_debug_abbrev): Adjust to above change.
51
8c60e272
AM
522021-06-12 Alan Modra <amodra@gmail.com>
53
54 * readelf.c (process_file_header): Don't clear section_headers.
55
e331b18d
AM
562021-06-12 Alan Modra <amodra@gmail.com>
57
58 * readelf.c (get_section_headers): Don't test e_shoff here, leave
59 that to get_32bit_section_headers or get_64bit_section_headers.
60 (process_object): Throw away section header read to print file
61 header extension.
62
066f8fbe
AM
632021-06-11 Alan Modra <amodra@gmail.com>
64
65 * readelf.c (struct filedata): Move archive_file_offset and
66 archive_file_size earlier.
67 (free_filedata): Clear using memset.
68
4de91c10
AM
692021-06-11 Alan Modra <amodra@gmail.com>
70
71 * readelf.c (GET_ELF_SYMBOLS): Delete. Replace with..
72 (get_elf_symbols): ..this new function throughout.
73 (get_32bit_section_headers): Don't free section_headers.
74 (get_64bit_section_headers): Likewise.
75 (get_section_headers): New function, use throughout in place of
76 32bit and 64bit variants.
77 (get_dynamic_section): Similarly.
78 (process_section_headers): Don't free filedata memory here.
79 (get_file_header): Don't get section headers here..
80 (process_object): ..Read them here instead. Don't exit without
81 freeing filedata memory.
82
cc96519f
NC
832021-06-09 Nick Clifton <nickc@redhat.com>
84
85 * MAINTAINERS: Remove Daniel Jacobwitz from the maintainers list.
86
6bee34a1
JB
872021-06-07 Jan Beulich <jbeulich@suse.com>
88
89 * dwarf.c (display_debug_aranges): Add u suffix to constant.
90
63e47e10
AM
912021-05-29 Alan Modra <amodra@gmail.com>
92
93 * objdump (usage): Add missing \n.
94
d6249f5f
AM
952021-05-29 Alan Modra <amodra@gmail.com>
96
97 * readelf.c (parse_args): Call dwarf_select_sections_all on
98 --debug-dump without optarg.
99 (usage): Associate -w and --debug-dump options closely.
100 Split up help message. Remove extraneous blank lines around
101 ctf help.
102 * objdump.c (usage): Similarly.
103
9204ccd4
MR
1042021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
105
106 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
107 operand disassembly.
108 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
109
9623cc5d
MR
1102021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
111
112 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Use `mips:3000'
113 machine for disassembly.
114 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: Likewise.
115 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
116 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: Likewise.
117
1273b2f8
L
1182021-05-28 H.J. Lu <hongjiu.lu@intel.com>
119
120 PR ld/27905
121 * readelf.c (decode_x86_feature_2): Revert commit 50c95a739c9.
122
6643bb00
AM
1232021-05-27 Alan Modra <amodra@gmail.com>
124
125 * readelf (usage): Order -w letters to match --debug-dump= and
126 move common '=' for --debug-dump out of brackets.
127
50c95a73
L
1282021-05-26 H.J. Lu <hongjiu.lu@intel.com>
129
130 PR ld/27905
131 * readelf.c (decode_x86_feature_2): Support
132 GNU_PROPERTY_X86_FEATURE_2_CODE16.
133
01a8c731
CX
1342021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
135
136 * readelf.c (get_machine_name): Change Loongson Loongarch to
137 LoongArch.
138
3b2bef8b
LM
1392021-05-21 Luis Machado <luis.machado@linaro.org>
140
141 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
142
894982bf
LM
1432021-05-21 Luis Machado <luis.machado@linaro.org>
144
145 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
146
c485e475
ES
1472021-05-19 Eli Schwartz <eschwartz@archlinux.org>
148
149 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
150
1b3892be
AM
1512021-05-19 Alan Modra <amodra@gmail.com>
152
153 PR 27884
154 * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
155 param with map_return, and return map for DW_FORM_ref_addr.
156 (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
157 Pass returned cu map start and end to recursive call.
158 (read_and_display_attr_value): Similarly.
159
9d9e2a34
AM
1602021-05-19 Alan Modra <amodra@gmail.com>
161
162 PR 27879
163 * sysdump.c (getBARRAY): Sanity check size against max.
164 (getINT): Avoid UB shift left.
165
b9c0d703
AM
1662021-05-15 Alan Modra <amodra@gmail.com>
167
168 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
169 Delete dead code.
170
bb19bf12
AM
1712021-05-15 Alan Modra <amodra@gmail.com>
172
173 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
174 length calculations.
175
d7870f63
AM
1762021-05-15 Alan Modra <amodra@gmail.com>
177
178 * dwarf.c (display_debug_names): Complain when header length is
179 too small. Avoid pointer UB. Sanity check augmentation string,
180 CU table, TU table and foreign TU table sizes.
181
5897a389
AM
1822021-05-15 Alan Modra <amodra@gmail.com>
183
184 * dwarf.c (display_debug_frames): Delete initial_length_size.
185 Avoid pointer UB. Constrain data reads to length given in header.
186 Sanity check cie header length. Only skip up to next FDE on
187 finding augmentation data too long.
188
c93c4a85
AM
1892021-05-15 Alan Modra <amodra@gmail.com>
190
191 * dwarf.c (read_cie): Add more sanity checks to ensure data
192 pointer is not bumped past end.
193
b4951546
AM
1942021-05-15 Alan Modra <amodra@gmail.com>
195
196 * dwarf.c (display_debug_ranges): Delete initial_length_size.
197 Correct fallback size calculated on finding a reloc. Constrain
198 data reads to length given in header. Avoid pointer UB.
199
669f463d
AM
2002021-05-15 Alan Modra <amodra@gmail.com>
201
202 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
203
5250d2f0
AM
2042021-05-15 Alan Modra <amodra@gmail.com>
205
206 * dwarf.c (display_debug_str_offsets): Constrain reads to length
207 given in header.
208
6ca07350
AM
2092021-05-15 Alan Modra <amodra@gmail.com>
210
211 * dwarf.c (display_debug_aranges): Delete initial_length_size.
212 Use end_ranges to constrain data reads to header length. Avoid
213 pointer UB.
214
78480097
AM
2152021-05-15 Alan Modra <amodra@gmail.com>
216
217 * dwarf.c (display_loc_list): Avoid pointer UB. Correct check
218 before reading uleb length. Warn on excess length.
219
b0d461ec
AM
2202021-05-15 Alan Modra <amodra@gmail.com>
221
222 * dwarf.c (display_debug_macro): Print strings that might not
223 be zero terminated with %*s. Don't bump curr if unterminated.
224
46d1214d
AM
2252021-05-15 Alan Modra <amodra@gmail.com>
226
227 * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
228 Simplify length sanity check, and check for too small lengths.
229 Constrain data reads to header length. Avoid pointer UB.
230
c03df922
AM
2312021-05-15 Alan Modra <amodra@gmail.com>
232
233 * dwarf.c (display_debug_macinfo): Print strings that might not
234 be zero terminated with %*s. Don't bump curr if unterminated.
235
35b2c89e
AM
2362021-05-15 Alan Modra <amodra@gmail.com>
237
238 * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
239 Simplify length check. Constrain reads to length given by header.
240
56051e28
AM
2412021-05-15 Alan Modra <amodra@gmail.com>
242
243 * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
244 we have already checked for NUL termination.
245
37195e23
AM
2462021-05-15 Alan Modra <amodra@gmail.com>
247
248 * dwarf.c (read_debug_line_header): Delete initial_length_size.
249 Avoid pointer UB. Keep within length specified by header.
250 Delete dead code.
251
edba4e4a
AM
2522021-05-15 Alan Modra <amodra@gmail.com>
253
254 * dwarf.c (process_debug_info): Always do the first CU length
255 scan for sanity checks. Remove initial_length_size var and
256 instead calculate end_cu. Use end_cu to limit data reads.
257 Delete now dead code checking length.
258
ebb17864
AM
2592021-05-15 Alan Modra <amodra@gmail.com>
260
261 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
262
fc5e0925
AM
2632021-05-15 Alan Modra <amodra@gmail.com>
264
265 * bucomm.h (_mul_overflow): Define.
266 * dwarf.c (get_encoded_value): Avoid pointer UB.
267
b96a1bcb
AM
2682021-05-13 Alan Modra <amodra@gmail.com>
269
270 PR 27861
271 * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
272 header length.
273
d21f875d
AM
2742021-05-13 Alan Modra <amodra@gmail.com>
275
276 PR 27860
277 * dwarf.c (display_debug_frames): Sanity check cie_off before
278 attempting to read cie.
279
a7077ce7
AM
2802021-05-12 Alan Modra <amodra@gmail.com>
281
282 * dwarf.c (process_extended_line_op): Don't bump data pointer past
283 end when strnlen doesn't find string terminator.
284 (decode_location_expression): Remove dead code.
285 (skip_attr_bytes): Remove const from end param. Ensure data
286 pointer doesn't pass end.
287 (get_type_signedness): Remove const from end param.
288 (read_and_display_attr_value): Ensure data pointer doesn't pass end.
289 (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
290 (display_debug_pubnames_worker): Likewise.
291 (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
292 than blindly incrementing data pointer.
293 (display_debug_addr, display_debug_str_offsets): Likewise. Don't
294 compare pointers, compare lengths.
295
6d1ad6f7
AM
2962021-05-12 Alan Modra <amodra@gmail.com>
297
298 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
299 (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
300 (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
301 (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
302 SAFE_BYTE_GET followed by increment.
303 (process_debug_info): Likewise, and test bytes remaining before
304 incrementing section_begin rather than using pointer comparison.
305 (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
306 (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
307
af2ddf69
AM
3082021-05-12 Alan Modra <amodra@gmail.com>
309
310 * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
311 (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
312 SAFE_BYTE_GET_AND_INC.
313 (read_and_display_attr_value): Likewise. Print using dwarf_vmatoa.
314 (process_debug_info, process_cu_tu_index): Likewise.
315 * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
316 (byte_get, byte_get_little_endian, byte_get_big_endian),
317 (byte_get_signed): Make size param unsigned. Remove code dealing
318 with 4-byte elf_vma.
319 (byte_get_64): Delete.
320 * elfcomm.h (byte_put, byte_put_little_endian, byte_put_big_endian),
321 (byte_get, byte_get_little_endian, byte_get_big_endian),
322 (byte_get_signed): Update prototypes.
323 (byte_get_64): Delete.
324
0d872fca
AM
3252021-05-12 Alan Modra <amodra@gmail.com>
326
327 PR 27836
328 * dwarf.c (display_debug_frames): Don't compare pointers derived
329 from user input. Test offset against bounds instead.
330
55b26492
AM
3312021-05-12 Alan Modra <amodra@gmail.com>
332
333 PR 27853
334 * dwarf.c (display_formatted_table): Test for data >= end rather
335 than data == end.
336 (process_extended_line_op): Likewise.
337 (display_debug_lines_raw): Likewise.
338 (display_debug_lines_decoded): Likewise.
339
5ab39075
AM
3402021-05-12 Alan Modra <amodra@gmail.com>
341
342 PR 27849
343 * dwarf.c (fetch_indexed_string): Correct length sanity checks.
344 Sanity check section size for version and padding too. Correct
345 index sanity check. Handle multiple tables in .debug_str_offsets.
346
d30182b5
HPN
3472021-05-11 Hans-Peter Nilsson <hp@axis.com>
348
349 * dwarf.c (process_abbrev_set): Properly parenthesize before
350 casting to unsigned long.
351
f2f9554b
AM
3522021-05-11 Alan Modra <amodra@gmail.com>
353
354 PR 27845
355 * dwarf.c (process_abbrev_set): Replace start and end parameters
356 with section, abbrev_base, abbrev_size, abbrev_offset. Update
357 all callers. Sanity check parameters correctly and emit warnings
358 here rather than..
359 (process_debug_info): ..here.
360
749c7002
TW
3612021-05-10 Thomas Wolff <towo@towo.net>
362
363 PR 4356
364 PR 26865
365 PR 27594
366 * windres.c (quot): Revert previous delta. Do not use double
367 quotes when spaces are detected in options.
368 * doc/binutils.texi (windres): Remove suggestion that the
369 --preprocessor option can take arguments.
370
2d4b4986
AM
3712021-05-10 Alan Modra <amodra@gmail.com>
372
373 * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
374 END rather than adding amount to PTR.
375 (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
376
b05a0fc7
AM
3772021-05-09 Alan Modra <amodra@gmail.com>
378
379 * objcopy.c (eq_string): Delete.
380 (create_symbol_htab): Use htab_eq_string.
381
354c317e
MF
3822021-05-08 Mike Frysinger <vapier@gentoo.org>
383
384 * README-how-to-make-a-release: Update html & pdf entries.
385
cf758b39
MF
3862021-05-08 Mike Frysinger <vapier@gentoo.org>
387
388 * doc/Makefile.am (html-local, binutils/index.html): New targets.
389 * doc/Makefile.in: Regenerate.
390
2faf902d
MF
3912021-05-08 Mike Frysinger <vapier@gentoo.org>
392
393 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
394 * doc/Makefile.in: Regenerate.
395
3ecc00ec
NC
3962021-05-07 Nick Clifton <nickc@redhat.com>
397
398 * readelf.c (no_processor_specific_unwind): New function.
399 (process_unwind): Use no_processor_specific_unwind for X86
400 targets.
401
4896932e
MF
4022021-05-07 Michael Forney <mforney@mforney.org>
403
404 * dwarf.c: Don't omit second operand of '?' operator.
405
bfbfa6e7
NC
4062021-04-30 Nick Clifton <nickc@redhat.com>
407
408 PR 27796
409 * dwarf.c (load_debug_sup_file): Allocate memory for filename in
410 .debug_sup section.
411
5edb8e3f
NC
4122021-04-29 Nick Clifton <nickc@redhat.com>
413
414 PR 27594
415 * doc/binutils.texi (windres): Correct the description of the
416 default value of the --preprocessor argument.
417
3d64c987
NC
4182021-04-27 Nick Clifton <nickc@redhat.com>
419
420 PR 27779
421 * dwarf.c (parse_gnu_debuglink): Reject empty names.
422 (parse_gnu_debugaltlink): Likewise.
423
b11b2969
CC
4242021-04-22 Clément Chigot <clement.chigot@atos.net>
425
426 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
427 aux structures.
428
047c3dbf
NL
4292021-04-21 Nick Lott <nick.lott@gmail.com>
430
431 PR 27672
432 * readelf.c (sym_base): New variable.
433 (enum print_mode): Add more modes.
434 (print_vma): Add suport for new modes.
435 (options): Add sym-base.
436 (usage): Add sym-base.
437 (parse_args): Add support for --sym-base.
438 (print_dynamic_symbol_size): New function.
439 (print_dynamic_symbol): Use new function.
440 * doc/binutils.texi: Document the new feature.
441 * NEWS: Mention the new feature.
442
23356397
NC
4432021-04-21 Nick Clifton <nickc@redhat.com>
444
445 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
446 Adjust expected output to allow for named section symbols.
447 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
448 Likewise.
449 * testsuite/binutils-all/readelf.s-64: Likewise.
450 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
451 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
452 * testsuite/binutils-all/readelf.ss-unused: Likewise.
453
4542021-04-21 Luo Longjun <luolongjun@huawei.com>
455
456 * readelf.c (print_dynamic_symbol): Print the section name for
457 section symbols without a name of their own.
458
aee4e85e
AK
4592021-04-20 Andreas Krebbel <krebbel@linux.ibm.com>
460
461 * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
462 add him to Past Maintainers.
463 Update my email address.
464
229597a1
NC
4652021-04-19 Nick Clifton <nickc@redhat.com>
466
467 PR 21702
468 * arsup.c (ar_addmod): Enable plugin support, if available.
469
4dee4f3e
NC
4702021-04-19 Nick Clifton <nickc@redhat.com>
471
472 * rename.c: (get_stat_atime_ns): Add prototype.
473 (get_stat_mtime_ns): Add prototype.
474
ad7c4616
AM
4752021-04-16 Alan Modra <amodra@gmail.com>
476
477 PR 27725
478 * rename.c (get_stat_atime, get_stat_mtime): Make static.
479 (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
480
4c79248a
PS
4812021-04-15 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
482
483 PR 27725
484 * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
485 (get_stat_mtime_ns): Likewise.
486
985e0264
AM
4872021-04-15 Alan Modra <amodra@gmail.com>
488
489 PR 27725
490 * configure.ac: Check for sys/time.h and utimensat. Use standard
491 checks for mkstemp and mkdtemp. Whitespace. Check for nanosecond
492 members of struct stat.
493 * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
494 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
495 (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
496 (get_stat_atime, get_stat_mtime): Likewise.
497 (set_times): Choose first available of utimensat, utimes, utime.
498 Use above inline functions to set timespec and timeval values.
499 * configure: Regenerate.
500 * config.in: Regenerate.
501 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
502 file timestamp when --preserve-dates is used.
503
d0ecdcdd
AM
5042021-04-15 Alan Modra <amodra@gmail.com>
505
506 PR 27456
507 * rename.c (smart_rename): When TO and FROM are equal, just set
508 file timestamp.
509 * objcopy.c (strip_main, copy_main): Always call smart_rename.
510
9917b559
L
5112021-04-14 H.J. Lu <hongjiu.lu@intel.com>
512
513 PR binutils/27708
514 * testsuite/binutils-all/x86-64/pr27708.dump: New file.
515 * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
516 * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
517 test.
518
6be872a4
MH
5192021-04-14 Mark Harmstone <mark@harmstone.com>
520
521 PR 27686
522 * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
523 end of the structure.
524
5f47741b
FC
5252021-04-14 Frederic Cambus <fred@statdns.com>
526
527 * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
528 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
529
13acb58d
AM
5302021-04-14 Alan Modra <amodra@gmail.com>
531
532 PR 27716
533 * objdump.c (show_line): Don't limit paths to PATH_MAX.
534 * readelf.c (struct filedata): Change program_interpreter from
535 a char array to a char pointer.
536 (process_program_headers): Sanity check PT_INTERP p_filesz.
537 Malloc program_interpreter using p_filesz and read directly from
538 file.
539 (process_dynamic_section): Check program_interpreter is non-NULL.
540 (free_filedata): New function, split out from..
541 (process_object): ..here.
542 (close_debug_file): Call free_filedata.
543 * sysdep.h: Don't include sys/param.h.
544 (PATH_MAX): Don't define.
545 * configure.ac: Don't check for sys/param.h.
546 * configure: Regenerate.
547
0fa29e2d
FC
5482021-04-13 Frederic Cambus <fred@statdns.com>
549
550 * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
551 check for NT_NETBSD_PAX.
552
43e05cd4
AM
5532021-04-12 Alan Modra <amodra@gmail.com>
554
555 * configure.ac (--enable-checking): Add support.
556 * config.in: Regenerate.
557 * configure: Regenerate.
558
c3f72de4
AM
5592021-04-09 Alan Modra <amodra@gmail.com>
560
561 * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
562 dynrelcount.
563 (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
564 (disassemble_section, disassemble_data): Likewise.
565
a2e66773
AM
5662021-04-06 Alan Modra <amodra@gmail.com>
567
568 * objdump.c (objdump_symbol_at_address): Return asymbol*.
569
4db29512
AM
5702021-04-06 Alan Modra <amodra@gmail.com>
571
572 * NEWS: Mention C99 requirement.
573 * README: Likewise. Modernise examples and "Reporting bugs".
574
87b9f255
AM
5752021-04-05 Alan Modra <amodra@gmail.com>
576
577 * configure.ac: Assume long long is available. Don't test for
578 strings.h, stdlib.h, limits.h, locale.h, or wchar.h. Check
579 inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
580 strcoll, setlocale, setmode or location of time_t. Don't check
581 for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
582 (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
583 * sysdep.h: Don't include alloca-conf.h, include config.h instead.
584 Test HAVE_SYS_TYPES_H and reorder includes. Include limits.h,
585 locale.h, string.h and stdlib.h unconditionally. Remove various
586 fallback declarations. Assume long long is available.
587 * addr2line.c: Don't test HAVE_SETLOCALE.
588 * ar.c: Likewise.
589 * coffdump.c: Likewise.
590 * dlltool.c: Likewise.
591 * dllwrap.c: Likewise.
592 * elfedit.c: Likewise.
593 * nm.c: Likewise.
594 * objcopy.c: Likewise.
595 * objdump.c: Likewise.
596 * readelf.c: Likewise.
597 * size.c: Likewise.
598 * srconv.c: Likewise.
599 * strings.c: Likewise.
600 * sysdump.c: Likewise.
601 * windmc.c: Likewise.
602 * windres.c: Likewise.
603 * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
604 * dwarf.c: Include limits.h unconditionally. Assume long long
605 is available.
606 * nm.c: Don't test HAVE_STRCOLL.
607 * readelf.c: Don't test HAVE_WCHAR_H.
608 * strings.c: Assume long long is available.
609 * syslex.l: Include string.h unconditionally.
610 * aclocal.m4: Regenerate.
611 * config.in: Regenerate.
612 * configure: Regenerate.
613 * Makefile.in: Regenerate.
614 * doc/Makefile.in: Regenerate.
615
e9b095a5
ML
6162021-04-01 Martin Liska <mliska@suse.cz>
617
618 * elfcomm.h (strneq): Remove strneq and use startswith.
619 * readelf.c (ia64_process_unwind): Likewise.
620 (process_note): Likewise.
621
3f3328b8
ML
6222021-04-01 Martin Liska <mliska@suse.cz>
623
624 * dllwrap.c: Use startswith function.
625 * objcopy.c (is_dwo_section): Likewise.
626 (handle_remove_section_option): Likewise.
627 (copy_main): Likewise.
628 * objdump.c (is_significant_symbol_name): Likewise.
629
24d127aa
ML
6302021-04-01 Martin Liska <mliska@suse.cz>
631
632 * dwarf.c (display_debug_lines_raw): Replace const_strneq with
633 startswith.
634 (display_debug_lines_decoded): Likewise.
635 (display_debug_links): Likewise.
636 * elfcomm.c (setup_archive): Likewise.
637 * elfcomm.h (const_strneq): Likewise.
638 * readelf.c (process_section_headers): Likewise.
639 (slurp_ia64_unwind_table): Likewise.
640 (slurp_hppa_unwind_table): Likewise.
641 (decode_arm_unwind): Likewise.
642 (display_debug_section): Likewise.
643 (process_note): Likewise.
644
015dc7e1
AM
6452021-03-31 Alan Modra <amodra@gmail.com>
646
647 * sysdep.h (POISON_BFD_BOOLEAN): Define.
648 * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
649 * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
650 * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
651 * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
652 * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
653 * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
654 * windmc.c, * windmc.h, * windres.c, * winduni.c,
655 * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
656 and TRUE with true throughout.
657
3dfb1b6d
AM
6582021-03-31 Alan Modra <amodra@gmail.com>
659
660 * coffdump.c: Include stdint.h in place of bfd_stdint.h.
661 * dwarf.c: Likewise.
662
57ae980e
AM
6632021-03-31 Alan Modra <amodra@gmail.com>
664
665 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
666
63b4cc53
AM
6672021-03-29 Alan Modra <amodra@gmail.com>
668
669 * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
670 * dwarf.c (read_and_display_attr_value): Likewise.
671 (display_debug_str_offsets): Likewise.
672 * objdump.c (dump_bfd): Likewise.
673 * readelf.c (dump_section_as_strings): Likewise.
674 (dump_section_as_bytes): Likewise.
675
1be305ff
AM
6762021-03-29 Alan Modra <amodra@gmail.com>
677
678 * objdump.c (process_links): Use type int.
679 * readelf.c (request_dump): Don't increment do_dump, set it.
680 * windint.h (target_is_bigendian): Use type bfd_boolean.
681 * windmc.c (target_is_bigendian): Likewise.
682 * windres.c (target_is_bigendian): Likewise.
683
08dedd66
ML
6842021-03-22 Martin Liska <mliska@suse.cz>
685
1be305ff
AM
686 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
687 with startswith.
08dedd66
ML
688 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
689 * objcopy.c (is_mergeable_note_section): Likewise.
690 * objdump.c (dump_dwarf_section): Likewise.
691 * prdbg.c (pr_method_type): Likewise.
692 (pr_class_baseclass): Likewise.
693 (tg_class_baseclass): Likewise.
694 * readelf.c (process_lto_symbol_tables): Likewise.
695 * stabs.c (ULLHIGH): Likewise.
696 (parse_stab_argtypes): Likewise.
697 (stab_demangle_function_name): Likewise.
698
7b9f9859
L
6992021-03-19 H.J. Lu <hongjiu.lu@intel.com>
700
701 * readelf.c (get_machine_name): Add EM_INTELGT.
702
835f2fae
NC
7032021-03-18 Nick Clifton <nickc@redhat.com>
704
705 PR 27478
706 * readelf.c (dump_section_as_strings): Mention separate filename.
707 (dump_section_as_bytes): Likewise.
708 (dump_section_as_ctf): Likewise.
709 (initialise_dumkps_byname): Only issue a warning for missing
710 sections if processing the main file.
711 (process_section_contents): Only issue a warning for unsumped
712 section numbers in the main file.
713 (initialise_dump_sects): New function. Contains code extracted
714 from ...
715 (process_object): ... here. Also call initialise_dump_sects for
716 separate files.
717
44266f36
NC
7182021-03-16 Nick Clifton <nickc@redhat.com>
719
720 PR 27534
721 * readelf.c (display_debug_section): Also retain .debug_addr
722 sections.
723
d6bfbc39
NC
7242021-03-16 Nick Clifton <nickc@redhat.com>
725
726 PR 27533
727 * readelf.c (process_section_contents): Only dump debug
728 information for separate files unless process_links is enabled.
729 (process_object): Always call process_section_contents for
730 separate info files.
731
1996d0f1
NC
7322021-03-15 Nick Clifton <nickc@redhat.com>
733
734 PR 27487
735 * nm.c (FORMAT_JUST_SYMBOLS): Define.
736 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
737 (long_options): Add just-symbols.
738 (set_output_format): Add support for just-symbols.
739 (get_print_format): Likewise.
740 (do_not_print_object_filename): New function.
741 (do_not_print_archive_filename): New function.
742 (do_not_print_archive_member): New function.
743 (do_not_print_symbol_filename): New function.
744 (just_print_symbol_name): New function.
745 (main): Handle --just-symbols.
746 * NEWS: Mention the new feature.
747 * doc/binutils.texi: Document the new feature.
748
2c1bef53
CC
7492021-03-12 Clément Chigot <clement.chigot@atos.net>
750
751 * od-xcoff.c: Replace RTB by TRL entry.
752
db6092f3
AB
7532021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
754 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
757
b63a5e38
AB
7582021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
759 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
762
d296b736
NC
7632021-03-05 Nick Clifton <nickc@redhat.com>
764
765 PR 27387
766 * dwarf.c (display_debug_macro): Handle the displaying of
767 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
768 .debug_macro.dwo sections.
769
ca0e11aa
NC
7702021-03-04 Nick Clifton <nickc@redhat.com>
771
772 PR 27478
773 * objdump.c (process_links): New variable.
774 (usage): Add --process-links.
775 (long_options): Likewise.
776 (dump_bfd): Stop processing once the bfd has been loaded unless
777 this is the main file or process_links has been enabled.
778 (main): Handle the process-links option.
779 * readelf.c (process_links): New variable.
780 (struct filedata): Add is_separate field.
781 (options): Add --process-links.
782 (usage): Likewise.
783 (parse_args): Likewise.
784 (process_file_header): Include the filename when dumping
785 information for separate debuginfo files.
786 (process_program_headers): Likewise.
787 (process_section_headers): Likewise.
788 (process_section_groups): Likewise.
789 (process_relocs): Likewise.
790 (process_dynamic_section): Likewise.
791 (process_version_sections): Likewise.
792 (display_lto_symtab): Likewise.
793 (process_symbol_table): Likewise.
794 (process_syminfo): Likewise.
795 (initialise_dumps_by_name): Likewise.
796 (process_section_contents): Likewise.
797 (process_notes_at): Likewise.
798 (process_notes): Likewise.
799 (open_file): Add is_separate parameter. Use to initialise the
800 is_separate field in the filedata structure.
801 (open_deug): Update call to open_file.
802 (process_object): Add processing of the contents of separate
803 debuginfo files, gated by the process_links variable.
804 (process_archive): Update call to open_file.
805 (process_file): Initialise the is_separate field in the filedata
806 structure.
807 * dwarf.c (load_separate_debug_info_file): Only report the
808 loading of a separate file if debug links are being dumped.
809 * objcopy.c (keep_section_symbols): New variable.
810 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
811 (strip_options): Add keep-section-symbols.
812 (copy_options): Likewise.
813 (copy_usage): Likewise.
814 (strip_usage): Likewise.
815 (copy_object): Keep section symbols if requested by command line
816 option.
817 (strip_main): Handle --keep-section-symbols.
818 (copy_main): Likewise.
819 * doc/binutils.texi: Document the new options.
820 * NEWS: Mention the new features.
821 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
822 Update options passed to objdump. Use diff rather than cmp to
823 compare the dumped data.
824 * testsuite/binutils-all/objdump.WK2: Update regexp.
825 * testsuite/binutils-all/objdump.WK3: Update regexp.
826 * testsuite/binutils-all/objdump.exp: Use --process-links
827 instead of --dwarf=follow-links.
828 * testsuite/binutils-all/readelf.exp (readelf_test): Include
829 readelf's output in the log when the test fails.
830 Add the -P option to the -wKis test.
831 * testsuite/binutils-all/readelf.wKis: Update expected output.
832
fd5c076a
AM
8332021-03-03 Alan Modra <amodra@gmail.com>
834
835 PR 27493
836 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
837 * NEWS: Mention feature.
838
ecd65684
L
8392021-03-01 H.J. Lu <hongjiu.lu@intel.com>
840
841 PR binutils/27486
842 * dwarf.c (load_separate_debug_info): Issue warning only if
843 do_debug_links is set.
844 * testsuite/binutils-all/compress.exp: Run objdump and readelf
845 with missing debug file.
846
6a1224ec
AM
8472021-03-01 Alan Modra <amodra@gmail.com>
848
849 PR 27128
850 * doc/binutils.texi: Add nm --with-symbol-versions and
851 --without-symbol-versions documentation.
852 * nm.c (with_symbol_versions): New variable.
853 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
854 (long_options): Make --with-symbol-versions entry twiddle the flag.
855 Add --without-symbol-versions.
856 (print_symname): Strip version when !with_symbol_versions. Add
857 dynamic version info under control of with_symbol_versions.
858 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
859
7fe1b138
FS
8602021-02-26 Fangrui Song <maskray@google.com>
861
862 PR 27408
863 * readelf.c (quiet): New option flag.
864 (enum long_option_values): New enum to hold long option value.
865 (long_options): Add --quiet.
866 (usage): Mention --quiet.
867 (display_rel_file): If quiet is enabled, suppress "no symbols".
868 (main): Handle the new option.
869 * NEWS: Mention --quiet.
870 * docs/binutils.texi: Document --quiet.
871
0e12f6c8
TV
8722021-02-26 Tom de Vries <tdevries@suse.de>
873
874 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
875
32e4f96c
TV
8762021-02-26 Tom de Vries <tdevries@suse.de>
877
878 PR 27390
879 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
880 DW_FORM_addrx*.
881 (read_and_display_attr_value): Likewise.
882
e38332c2
NC
8832021-02-25 Nick Clifton <nickc@redhat.com>
884
885 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
886 forms.
887 (read_and_display_attr_value): Handle sup forms.
888 (display_debug_sup): New function. Displays the contents of a
889 .debug_sup section.
890 (load_debug_sup_file): New function. Loads the contents of a file
891 referenced by a .debug_sup section.
892 (check_for_and_load_links): Call load_debug_sup_file.
893 (debug_displays): Add entry for .debug_sup.
894 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
895 * readelf.c (process_section_headers): Add support for debug_sup.
896 * doc/debug.options.texi: Note that the =links option will display
897 the contents of .debug_sup sections.
898 * NEWS: Mention the new support.
899
40b02646
AM
9002021-02-25 Alan Modra <amodra@gmail.com>
901
902 PR 27456
903 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
904
9d3fcfe0
NC
9052021-02-24 Nick Clifton <nickc@redhat.com>
906
907 PR 27285
908 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
909 when adding together the section sizes.
910
c74147bb
NC
9112021-02-24 Nick Clifton <nickc@redhat.com>
912
913 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
914 build notes.
915 * readelf.c (print_gnu_build_attribute_description): Likewise.
916
c42c71a1
AM
9172021-02-24 Alan Modra <amodra@gmail.com>
918 Siddhesh Poyarekar <siddhesh@gotplt.org>
919
920 PR 27456
921 * bucomm.h (smart_rename): Update prototype.
922 * rename.c (smart_rename): Add fromfd and preserve_dates params.
923 Pass fromfd and target_stat to simple_copy. Call set_times
924 when preserve_dates.
925 (simple_copy): Accept fromfd rather than from filename. Add
926 target_stat param. Rewind fromfd rather than opening. Open
927 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
928 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
929 closing output temp file, and pass tmpfd to smart_rename.
930 * arsup.c (temp_fd): Rename from real_fd.
931 (ar_save): Dup temp_fd and pass to smart_rename.
932 * objcopy.c (strip_main, copy_main): Likewise, and pass
933 preserve_dates.
934
cca8873d
AM
9352021-02-24 Alan Modra <amodra@gmail.com>
936
937 PR 27456
938 * rename.c: Tidy throughout.
939 (smart_rename): Always copy. Remove windows specific code.
940
4d496013
AM
9412021-02-20 Alan Modra <amodra@gmail.com>
942
943 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
944 (run_dump_test): Fail if expecting errors from a file like we do
945 for error strings, if no error is seen.
946
0be51eb4
AM
9472021-02-19 Alan Modra <amodra@gmail.com>
948
949 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
950
3685de75
SP
9512021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
952
953 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
954 SMART_RENAME.
955 * arsup.c (ar_save): Likewise.
956 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
957 temporary file and adjust call to SMART_RENAME.
958 (copy_main): Likewise.
959 * rename.c [!S_ISLNK]: Remove definitions.
960 (try_preserve_permissions): Remove function.
961 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
962 rename system call only if TO does not exist.
963 * bucomm.h (smart_rename): Adjust declaration.
964
85684222
NC
9652021-02-18 Nick Clifton <nickc@redhat.com>
966
967 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
968 address that is higher than the end address.
969
b9b204b3
AM
9702021-02-17 Alan Modra <amodra@gmail.com>
971
972 * dwarf.c: Include limits.h.
973 (CHAR_BIT): Provide backup define.
974 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
975 signed overflow checking.
976 * testsuite/binutils-all/pr26548.s,
977 * testsuite/binutils-all/pr26548.d,
978 * testsuite/binutils-all/pr26548e.d: New tests.
979 * testsuite/binutils-all/readelf.exp: Run them.
980 (readelf_test): Drop unused "xfails" parameter. Update all uses.
981
e6ca1878
JB
9822021-02-16 Jan Beulich <jbeulich@suse.com>
983
984 * dwarf.c (process_debug_info): Initialize "dwo_id".
985
208599d9
AM
9862021-02-15 Alan Modra <amodra@gmail.com>
987
988 * objdump.c (load_specific_debug_section): Don't call
989 bfd_cache_section_contents. Rearrange so that
990 bfd_get_full_section_contents is not called on path where
991 bfd_simple_get_relocated_section_contents is called.
992 Don't set section->user_data.
993 (free_debug_section): Always free section->start. Don't twiddle
994 section flags.
995 * readelf.c (load_specific_debug_section): Don't set user_data.
996 * dwarf.h (struct dwarf_section): Remove use_data field.
997 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
998
1781a9d0
AM
9992021-02-15 Alan Modra <amodra@gmail.com>
1000
1001 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
1002 * testsuite/binutils-all/objdump.exp: Likewise.
1003
1944212b
AM
10042021-02-14 Alan Modra <amodra@gmail.com>
1005
1006 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
1007 to the symbol array.
1008 (slurp_dynamic_symtab): Likewise.
1009 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
1010
0d0a0d86
AM
10112021-02-14 Alan Modra <amodra@gmail.com>
1012
1013 * Makefile.in: Regenerate.
1014 * doc/Makefile.in: Regenerate.
1015
adeab0c5
MF
10162021-02-13 Mike Frysinger <vapier@gentoo.org>
1017
1018 * aclocal.m4: Regenerate.
1019
c46b7066
NC
10202021-02-12 Nick Clifton <nickc@redhat.com>
1021
1022 * configure.ac (follow-debug-links): Add option to enable or
1023 disable the following of debug links by default. Set the
1024 default for the option to be 'follow'.
1025 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
1026 (dwarf_select_sections_by_names): Add no-follow-links option.
1027 (dwarf_select_sections_by_letter): Add 'N' option.
1028 * objdump.c (usage): Add conditional text describing the
1029 follow links option.
1030 (slurp_symtab): Ensure that there is a NULL entry at the end
1031 of the symbol table.
1032 (slurp_dynamic_symtab): Likewise.
1033 (dump_bfd): When extending the symbol table, ensure that there
1034 is still a NULL entry at the end.
1035 * readelf.c (usage): Add conditional text describing the
1036 follow links option.
1037 * doc/binutils.texi: Update documentation for objcopy and
1038 readelf.
1039 * doc/debug.options.texi: Update documentation of the
1040 follow-links option.
1041 * config.in: Regenerate.
1042 * configure: Regenerate.
1043 * testsuite/binutils-all/compress.exp: Add the -WN option to
1044 objdump command lines that are not expecting to follow links.
1045 * testsuite/binutils-all/readelf.exp: Add the
1046 --debug-dump=no-follow-links option to tests that are not
1047 expecting to follow debug links.
1048 * NEWS: Mention the new behaviour.
1049
17e04eff
AM
10502021-02-12 Alan Modra <amodra@gmail.com>
1051
1052 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
1053 gas or ld fails to build a testcase rather than "unresolved".
1054 Report "fail" when readelf returns an error status rather than
1055 "unresolved".
1056 * testsuite/binutils-all/ar.exp: Likewise.
1057 * testsuite/binutils-all/compress.exp: Likewise.
1058 * testsuite/binutils-all/readelf.exp: Likewise.
1059
8f054a7a
AM
10602021-02-12 Alan Modra <amodra@gmail.com>
1061
1062 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
1063 "c" with "ccc" labels.
1064
528a4f87
TV
10652021-02-12 Tom de Vries <tdevries@suse.de>
1066
1067 * dwarf.h (debug_info): Fix typo in comment.
1068
95abb394
TV
10692021-02-12 Tom de Vries <tdevries@suse.de>
1070
1071 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
1072 entries.
1073
d60f7998
TV
10742021-02-12 Tom de Vries <tdevries@suse.de>
1075
1076 * dwarf.c (process_debug_info): Print DWO ID.
1077
1cfcf300
AM
10782021-02-11 Alan Modra <amodra@gmail.com>
1079
1080 PR 27290
1081 PR 27293
1082 PR 27295
1083 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
1084 Use bfd_malloc_and_get_section.
1085 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
1086 check namesz. Return NULL if descsz is too small. Ensure
1087 string table is terminated.
1088 (elf32_avr_get_device_info): Formatting. Add note_size param.
1089 Sanity check note.
1090 (elf32_avr_dump_mem_usage): Adjust to suit.
1091
d9d9d8ef
TV
10922021-02-10 Tom de Vries <tdevries@suse.de>
1093
1094 PR binutils/27391
1095 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
1096
52ff20fe
TV
10972021-02-10 Tom de Vries <tdevries@suse.de>
1098
1099 PR binutils/27371
1100 * dwarf.c (display_debug_ranges): Filter range lists according to
1101 section.
1102
5f128a25
TV
11032021-02-09 Tom de Vries <tdevries@suse.de>
1104
1105 PR binutils/27370
1106 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
1107
9b87f84a
TV
11082021-02-09 Tom de Vries <tdevries@suse.de>
1109
1110 PR binutils/27386
1111 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
1112 DW_UT_split_compile.
1113
a57d1773
AM
11142021-02-09 Alan Modra <amodra@gmail.com>
1115
1116 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
1117 symbianelf.
1118
de8d4203
AM
11192021-02-07 Alan Modra <amodra@gmail.com>
1120
1121 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
1122 uninitialised on invalid input.
1123
51a25252
AM
11242021-02-06 Alan Modra <amodra@gmail.com>
1125
1126 PR 27349
1127 * rename.c (smart_rename): Test for existence and type of output
1128 file with lstat.
1129
e37d88e5
NC
11302021-02-05 Nick Clifton <nickc@redhat.com>
1131
1132 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
1133
887854ba
EZ
11342021-02-05 Eli Zaretskii <eliz@gnu.org>
1135
1136 PR 27252
1137 * elfedit.c (check_file):
1138 * bucomm.c (get_file_size): Fix typos in comments.
1139
c180f095
AM
11402021-02-05 Alan Modra <amodra@gmail.com>
1141
1142 PR 27345
1143 * arsup.c (ar_save): Use stat rather than lstat.
1144
95b91a04
AM
11452021-02-03 Alan Modra <amodra@gmail.com>
1146
1147 PR 27270
1148 PR 27284
1149 PR 26945
1150 * ar.c: Don't include libbfd.h.
1151 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
1152 bfd_stat rather than fstat on iostream. Move stat and fd tests
1153 outside of _WIN32 ifdef. Delete skip_stat variable.
1154 * arsup.c (temp_name, real_ofd): New static variables.
1155 (ar_open): Use make_tempname and bfd_fdopenw.
1156 (ar_save): Adjust to suit ar_open changes. Move stat output
1157 of _WIN32 ifdef.
1158 * objcopy.c: Don't include libbfd.h.
1159 (copy_file): Use bfd_stat.
1160
5424d7ed
L
11612021-02-02 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 PR binutils/27281
1164 * readelf.c (process_section_headers): Add 'R' and 'D' to
1165 "Key to Flags:".
1166 * testsuite/binutils-all/retain1a.d: Updated.
1167
72a51a06
NC
11682021-01-30 Nick Clifton <nickc@redhat.com>
1169
1170 * README-how-to-make-a-release: Small updates after the 2.35.2
1171 release.
1172
cc3edc52
EZ
11732021-01-28 Eli Zaretskii <eliz@gnu.org>
1174
1175 PR 4356
1176 * windres.c (quot): Use double quotes to protect strings on
1177 Windows platforms.
1178
a7ad3cb1
EZ
11792021-01-28 Eli Zaretskii <eliz@gnu.org>
1180
1181 PR 27252
1182 * bucomm.c (get_file_size): Add code to handle /dev/null on
1183 Windows systems.
1184 * elfedit.c (check_file): Likewise.
1185
67965ba2
NC
11862021-01-27 Nick Clifton <nickc@redhat.com>
1187
1188 * objcopy.c (copy_main): Remove conditional control of the calls
1189 to free, simplifying the code and making it easier to detect
1190 typos.
1191
e37709f0
FC
11922021-01-26 Frederic Cambus <fred@statdns.com>
1193
1194 * objcopy.c (copy_main): Fix a double free happening when both
1195 --localize-symbols and --globalize-symbols options are invoked
1196 together.
1197
9b351c9b
NC
11982021-01-24 Nick Clifton <nickc@redhat.com>
1199
1200 * README-how-to-make-a-release: Minor updates after the 2.36 release.
1201
ad92f33d
AM
12022021-01-16 Alan Modra <amodra@gmail.com>
1203
1204 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
1205
3624a6c1
AM
12062021-01-15 Alan Modra <amodra@gmail.com>
1207
1208 PR 26539
1209 * readelf.c (uncompress_section_contents): Always call inflateEnd.
1210
c14dee84
AO
12112021-01-14 Alexandre Oliva <oliva@gnu.org>
1212
1213 * MAINTAINERS: Update my email address.
1214
5a10699f
NC
12152021-01-14 Nick Clifton <nickc@redhat.com>
1216
1217 * po/sv.po: Updated Swedish translation.
1218
5347ed60
AM
12192021-01-13 Alan Modra <amodra@gmail.com>
1220
1221 * Makefile.in: Regenerate.
1222 * doc/Makefile.in: Regenerate.
1223
2ce40d1a
ZF
12242021-01-13 Zebediah Figura <z.figura12@gmail.com>
1225
1226 PR 27037
1227 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
1228 and before exit.
1229 (i386_x64_trampoline): Add SEH annotations.
1230 (struct mac): Add how_seh field.
1231 (make_delay_head): If how_set field is true add SEh instructions.
1232
d546b610
L
12332021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1234
1235 PR binutils/26792
1236 * configure.ac: Use GNU_MAKE_JOBSERVER.
1237 * aclocal.m4: Regenerated.
1238 * configure: Likewise.
1239
6d104cac
NC
12402021-01-12 Nick Clifton <nickc@redhat.com>
1241
1242 * po/fr.po: Updated French translation.
1243
83b33c6c
L
12442021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1245
1246 PR ld/27173
1247 * configure: Regenerated.
1248
a8aa72b9
NC
12492021-01-11 Nick Clifton <nickc@redhat.com>
1250
1251 * po/pt.po: Updated Portuguese translation.
1252 * po/sr.po: Updated Serbian translation.
1253 * po/uk.po: Updated Ukranian translation.
1254
a4966cd9
L
12552021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1256
1257 * configure: Regenerated.
1258
573fe3fb
NC
12592021-01-09 Nick Clifton <nickc@redhat.com>
1260
1261 * configure: Regenerate.
1262 * po/binutils.pot: Regenerate.
1263
055bc77a
NC
12642021-01-09 Nick Clifton <nickc@redhat.com>
1265
1266 * 2.36 release branch crated.
573fe3fb
NC
1267 * README-how-to-make-a-release: Add note about updating Makefiles
1268 and libtool files.
1269 * BRANCHES: Add binutils-2.36-branch.
055bc77a 1270
64307045
AM
12712021-01-09 Alan Modra <amodra@gmail.com>
1272
1273 * configure: Regenerate.
1274
f4782128
ST
12752021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1276
1277 * configure: Regenerate.
1278
d1bcae83
L
12792021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1280
1281 PR 27109
1282 * objcopy.c (copy_object): Handle section symbols for
1283 non-relocatable inputs.
1284 * testsuite/binutils-all/readelf.exp (readelf_test): Check
1285 is_elf_unused_section_symbols.
1286 * testsuite/binutils-all/readelf.s-64: Updated.
1287 * testsuite/binutils-all/readelf.ss: Likewise.
1288 * testsuite/binutils-all/readelf.ss-64: Likewise.
1289 * testsuite/binutils-all/readelf.s-64-unused: New file.
1290 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1291 * testsuite/binutils-all/readelf.ss-unused: Likewise.
1292 * testsuite/lib/binutils-common.exp
1293 (is_elf_unused_section_symbols): New proc.
1294
6987d5a1
RT
12952021-01-06 Reuben Thomas <rrt@sc3d.org>
1296
1297 * binutils/readelf.c: Correct grammar in comment.
1298
f9a6a8f0
AM
12992021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1300
1301 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
1302 * doc/binutils.texi: Correct grammar.
1303 * readelf.c (process_version_sections): Correct spelling of auxiliary
1304 in warning.
1305 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
1306
250d07de
AM
13072021-01-01 Alan Modra <amodra@gmail.com>
1308
1309 Update year range in copyright notice of all files.
1310
c2795844 1311For older changes see ChangeLog-2020
3499769a 1312\f
c2795844 1313Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
1314
1315Copying and distribution of this file, with or without modification,
1316are permitted in any medium without royalty provided the copyright
1317notice and this notice are preserved.
1318
1319Local Variables:
1320mode: change-log
1321left-margin: 8
1322fill-column: 74
1323version-control: never
1324End:
This page took 0.333753 seconds and 4 git commands to generate.