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