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