12020-02-01 Nick Clifton <nickc@redhat.com> 2 3 Binutils 2.34 release. 4 52020-01-31 Nick Clifton <nickc@redhat.com> 6 7 * po/sv.po: Updated Swedish translation. 8 92020-01-27 Roland McGrath <mcgrathr@google.com> 10 11 * objcopy.c (compare_gnu_build_notes): Fix comparison results 12 for overlapping ranges so that (A == B) == (B == A) holds. 13 142020-01-23 Nick Clifton <nickc@redhat.com> 15 16 * po/fr.po: Updated French translation. 17 182020-01-20 Nick Clifton <nickc@redhat.com> 19 20 * po/pt.po: Updated Portuguese translation. 21 * po/uk.po: Updated Ukranian translation. 22 232020-01-18 Nick Clifton <nickc@redhat.com> 24 25 * configure: Regenerate. 26 * po/binutils.pot: Regenerate. 27 282020-01-18 Nick Clifton <nickc@redhat.com> 29 30 Binutils 2.34 branch created. 31 322020-01-17 Thomas Troeger <tstroege@gmx.de> 33 34 * objdump.c (jump_info_visualize_address): Discard jumps that are 35 no longer needed. 36 (disassemble_bytes): Only compute the maximum level if jumps were 37 detected. 38 392020-01-13 Nick Clifton <nickc@redhat.com> 40 41 * objdump.c (disassemble_bytes): Remove C99-ism. 42 * testsuite/binutils-all/debuginfod.exp: New tests. 43 442020-01-13 Thomas Troeger <tstroege@gmx.de> 45 46 * objdump.c (visualize_jumps, color_output, extended_color_output) 47 (detected_jumps): New variables. 48 (usage): Add the new jump visualization options. 49 (option_values): Add new option value. 50 (long_options): Add the new option. 51 (jump_info_new, jump_info_free): New functions. 52 (jump_info_min_address, jump_info_max_address): Likewise. 53 (jump_info_end_address, jump_info_is_start_address): Likewise. 54 (jump_info_is_end_address, jump_info_size): Likewise. 55 (jump_info_unlink, jump_info_insert): Likewise. 56 (jump_info_add_front, jump_info_move_linked): Likewise. 57 (jump_info_intersect, jump_info_merge): Likewise. 58 (jump_info_sort, jump_info_visualize_address): Likewise. 59 (disassemble_jumps): New function - used to locate jumps. 60 (disassemble_bytes): Add ascii art generation. 61 (disassemble_section): Add scan to locate jumps. 62 (main): Parse the new visualization option. 63 * doc/binutils.texi: Document the new feature. 64 * NEWS: Mention the new feature. 65 662020-01-13 Alan Modra <amodra@gmail.com> 67 68 PR 25360 69 PR 25361 70 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free 71 fde_fc col_type and col_offset. 72 * readelf.c (apply_relocations): Move symsec check earlier. 73 (free_debug_section): Free reloc_info. 74 (process_notes_at): Free pnotes on error path. 75 (process_object): Free dump_sects here.. 76 (process_archive): ..not here. 77 782020-01-13 Alan Modra <amodra@gmail.com> 79 80 PR 25362 81 * nm.c (display_rel_file): Free dyn_syms. 82 832020-01-09 Nick Clifton <nickc@redhat.com> 84 85 PR 25220 86 * objcopy.c (empty_name): New variable. 87 (need_sym_before): Prevent an attempt to free a static variable. 88 (filter_symbols): Avoid strcmp test by checking for pointer 89 equality. 90 912020-01-09 Nick Clifton <nickc@redhat.com> 92 93 * po/zh_TW.po: Updated Traditional Chinese translation. 94 952020-01-09 Aaron Merey <amerey@redhat.com> 96 97 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod. 98 * Makefile.in: Regenerate. 99 * NEWS: Update. 100 * config.in: Regenerate. 101 * configure: Regenerate. 102 * configure.ac: Call AC_DEBUGINFOD. 103 * doc/Makefile.in: Regenerate. 104 * doc/binutils.texi: Add section on using binutils 105 with debuginfod. 106 * dwarf.c (debuginfod_fetch_separate_debug_info): New function. 107 Query debuginfod servers for the target debug file. 108 (load_separate_debug_info): Call 109 debuginfod_fetch_separate_debug_info if configured with 110 debuginfod. 111 (load_separate_debug_files): Add file argument to 112 load_separate_debug_info calls. 113 * dwarf.h (get_build_id): Add declaration. 114 * objdump.c (get_build_id): New function. Get build-id of file. 115 * readelf.c (get_build_id): Likewise. 116 * testsuite/binutils-all/debuginfod.exp: New tests. 117 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id 118 section. 119 1202020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com> 121 122 * readelf.c: Add support for new Z*) relocations and machine 123 types. 124 1252020-01-01 Alan Modra <amodra@gmail.com> 126 127 Update year range in copyright notice of all files. 128 129For older changes see ChangeLog-2019 130 131Copyright (C) 2020 Free Software Foundation, Inc. 132 133Copying and distribution of this file, with or without modification, 134are permitted in any medium without royalty provided the copyright 135notice and this notice are preserved. 136 137Local Variables: 138mode: change-log 139left-margin: 8 140fill-column: 74 141version-control: never 142End: 143