Fix an attempt to free a static pointer when using objcopy's symbol addition feature.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-01-09 Nick Clifton <nickc@redhat.com>
2
3 PR 25220
4 * objcopy.c (empty_name): New variable.
5 (need_sym_before): Prevent an attempt to free a static variable.
6 (filter_symbols): Avoid strcmp test by checking for pointer
7 equality.
8
9 2020-01-09 Nick Clifton <nickc@redhat.com>
10
11 * po/zh_TW.po: Updated Traditional Chinese translation.
12
13 2020-01-09 Aaron Merey <amerey@redhat.com>
14
15 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
16 * Makefile.in: Regenerate.
17 * NEWS: Update.
18 * config.in: Regenerate.
19 * configure: Regenerate.
20 * configure.ac: Call AC_DEBUGINFOD.
21 * doc/Makefile.in: Regenerate.
22 * doc/binutils.texi: Add section on using binutils
23 with debuginfod.
24 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
25 Query debuginfod servers for the target debug file.
26 (load_separate_debug_info): Call
27 debuginfod_fetch_separate_debug_info if configured with
28 debuginfod.
29 (load_separate_debug_files): Add file argument to
30 load_separate_debug_info calls.
31 * dwarf.h (get_build_id): Add declaration.
32 * objdump.c (get_build_id): New function. Get build-id of file.
33 * readelf.c (get_build_id): Likewise.
34 * testsuite/binutils-all/debuginfod.exp: New tests.
35 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
36 section.
37
38 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
39
40 * readelf.c: Add support for new Z*) relocations and machine
41 types.
42
43 2020-01-01 Alan Modra <amodra@gmail.com>
44
45 Update year range in copyright notice of all files.
46
47 For older changes see ChangeLog-2019
48 \f
49 Copyright (C) 2020 Free Software Foundation, Inc.
50
51 Copying and distribution of this file, with or without modification,
52 are permitted in any medium without royalty provided the copyright
53 notice and this notice are preserved.
54
55 Local Variables:
56 mode: change-log
57 left-margin: 8
58 fill-column: 74
59 version-control: never
60 End:
This page took 0.030665 seconds and 4 git commands to generate.