X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2FChangeLog;h=06bbf5d6b7797b9794791699325d1e8b5c7ba7f8;hb=3a5d12fbb4f7888525978f9fba46b977afabe391;hp=c1f6d348f16f2d3d6e3b51d33c9357de6d932cdb;hpb=a788aedd86da983faf0afef3cb41461118a2e9f2;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c1f6d348f1..06bbf5d6b7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,7 +1,166 @@ +2020-02-10 Fangrui Song + + * objcopy.c (parse_flags): Handle "exclude". + * doc/binutils.texi: Document the support. + +2020-02-10 Aaron Merey + + * binutils/testsuite/binutils-all/debuginfod.exp: + Replace set ::env with setenv. + Start server before setting environment variable. + Specify tmpdir as the location of the server's + database. + Check additional server metrics at start-up. + +2020-02-07 Nick Clifton + + * README-how-to-make-a-release: Add note about updating the + GAS/NEWS URL in the next release. + +2020-02-07 Sergey Belyashov + + PR 25469 + * readelf.c (get_machine_flags): Add support for Z80N machine + number. + +2020-02-07 Nick Clifton + + * dwarf.c (display_debug_lines_decoded): Force a NUL termination + of the truncated file name. + +2020-02-06 Andrew Burgess + + * objdump.c (print_jump_visualisation): New function. + (disassemble_bytes): Call new function. + +2020-02-06 Alan Modra + + * testsuite/lib/binutils-common.exp (match_target): Accept '!' before + TCL procedure. + (supports_gnu_osabi): New procedure. + (is_generic): New, from ld-lib.exp. + (supports_gnu_unique): Use the above. + +2020-02-04 Alan Modra + + * Makefile.am (CFILES): Add od-elf32_avr.c. + * Makefile.in: Regenerate. + * po/POTFILES.in: Regenerate. + +2020-02-03 Andreas Schwab + + * readelf.c (dump_relocations, dump_relocations) + (decode_arm_unwind_bytecode, process_dynamic_section) + (get_symbol_visibility, get_alpha_symbol_other): Add newline to + error message. + +2020-02-03 Sergei Trofimovich + + * coffdump.c (program_name): Drop redundant definition. + * srconv.c (program_name): Likewise + * sysdump.c (program_name): Likewise + +2020-02-02 H.J. Lu + + PR gas/25380 + * objdump.c (sym_ok): Return FALSE if 2 sections are in the + same file with different section pointers. + +2020-02-01 Nick Clifton + + * README-how-to-make-a-release: Update with more details on the + release making process. + +2020-01-31 Nick Clifton + + * po/sv.po: Updated Swedish translation. + +2020-01-28 Nick Clifton + + * readelf.c (get_build_id): Simplify warning message about corrupt + notes encountered whilst scanning for the build-id. + +2020-01-27 Roland McGrath + + * objcopy.c (compare_gnu_build_notes): Fix comparison results + for overlapping ranges so that (A == B) == (B == A) holds. + +2020-01-27 Alan Modra + + * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace + case statement with switch statement. + +2020-01-24 Nick Clifton + + * readelf.c (get_build_id): Fix warning messages about corrupt + notes. + +2020-01-23 Nick Clifton + + * po/fr.po: Updated French translation. + +2020-01-22 Yuri Chornoivan + + PR 25417 + * readelf.c (get_alpha_symbol_other): Fix error message typo. + +2020-01-20 Nick Clifton + + * po/pt.po: Updated Portuguese translation. + * po/uk.po: Updated Ukranian translation. + +2020-01-18 Nick Clifton + + * README-how-to-make-a-release: Update notes on how to cut a + branch for a release. + +2020-01-18 Nick Clifton + + * configure: Regenerate. + * po/binutils.pot: Regenerate. + +2020-01-18 Nick Clifton + + Binutils 2.34 branch created. + +2020-01-17 Thomas Troeger + + * objdump.c (jump_info_visualize_address): Discard jumps that are + no longer needed. + (disassemble_bytes): Only compute the maximum level if jumps were + detected. + +2020-01-13 Nick Clifton + + * objdump.c (disassemble_bytes): Remove C99-ism. + * testsuite/binutils-all/debuginfod.exp: New tests. + +2020-01-13 Thomas Troeger + + * objdump.c (visualize_jumps, color_output, extended_color_output) + (detected_jumps): New variables. + (usage): Add the new jump visualization options. + (option_values): Add new option value. + (long_options): Add the new option. + (jump_info_new, jump_info_free): New functions. + (jump_info_min_address, jump_info_max_address): Likewise. + (jump_info_end_address, jump_info_is_start_address): Likewise. + (jump_info_is_end_address, jump_info_size): Likewise. + (jump_info_unlink, jump_info_insert): Likewise. + (jump_info_add_front, jump_info_move_linked): Likewise. + (jump_info_intersect, jump_info_merge): Likewise. + (jump_info_sort, jump_info_visualize_address): Likewise. + (disassemble_jumps): New function - used to locate jumps. + (disassemble_bytes): Add ascii art generation. + (disassemble_section): Add scan to locate jumps. + (main): Parse the new visualization option. + * doc/binutils.texi: Document the new feature. + * NEWS: Mention the new feature. + 2020-01-13 Alan Modra - PR 23560 - PR 23561 + PR 25360 + PR 25361 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free fde_fc col_type and col_offset. * readelf.c (apply_relocations): Move symsec check earlier.