]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Regen ld BLD-POTFILES.in
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2020-01-13 Alan Modra <amodra@gmail.com>
2
3 PR 23560
4 PR 23561
5 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
6 fde_fc col_type and col_offset.
7 * readelf.c (apply_relocations): Move symsec check earlier.
8 (free_debug_section): Free reloc_info.
9 (process_notes_at): Free pnotes on error path.
10 (process_object): Free dump_sects here..
11 (process_archive): ..not here.
12
13 2020-01-13 Alan Modra <amodra@gmail.com>
14
15 PR 25362
16 * nm.c (display_rel_file): Free dyn_syms.
17
18 2020-01-09 Nick Clifton <nickc@redhat.com>
19
20 PR 25220
21 * objcopy.c (empty_name): New variable.
22 (need_sym_before): Prevent an attempt to free a static variable.
23 (filter_symbols): Avoid strcmp test by checking for pointer
24 equality.
25
26 2020-01-09 Nick Clifton <nickc@redhat.com>
27
28 * po/zh_TW.po: Updated Traditional Chinese translation.
29
30 2020-01-09 Aaron Merey <amerey@redhat.com>
31
32 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
33 * Makefile.in: Regenerate.
34 * NEWS: Update.
35 * config.in: Regenerate.
36 * configure: Regenerate.
37 * configure.ac: Call AC_DEBUGINFOD.
38 * doc/Makefile.in: Regenerate.
39 * doc/binutils.texi: Add section on using binutils
40 with debuginfod.
41 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
42 Query debuginfod servers for the target debug file.
43 (load_separate_debug_info): Call
44 debuginfod_fetch_separate_debug_info if configured with
45 debuginfod.
46 (load_separate_debug_files): Add file argument to
47 load_separate_debug_info calls.
48 * dwarf.h (get_build_id): Add declaration.
49 * objdump.c (get_build_id): New function. Get build-id of file.
50 * readelf.c (get_build_id): Likewise.
51 * testsuite/binutils-all/debuginfod.exp: New tests.
52 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
53 section.
54
55 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
56
57 * readelf.c: Add support for new Z*) relocations and machine
58 types.
59
60 2020-01-01 Alan Modra <amodra@gmail.com>
61
62 Update year range in copyright notice of all files.
63
64 For older changes see ChangeLog-2019
65 \f
66 Copyright (C) 2020 Free Software Foundation, Inc.
67
68 Copying and distribution of this file, with or without modification,
69 are permitted in any medium without royalty provided the copyright
70 notice and this notice are preserved.
71
72 Local Variables:
73 mode: change-log
74 left-margin: 8
75 fill-column: 74
76 version-control: never
77 End: