X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=3edf233af1a9bd8d2d712b5e741983b0cc24c3f2;hb=e1104d08fe2fbfabcfa98aa00525211e47548bd8;hp=a7fd43176b51dae515564d98aa4267d56a8c65ca;hpb=a8c4d40b578378be3b12575d127d4c7bd9972f32;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a7fd43176b..3edf233af1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,40 @@ +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