X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=5e4f5b4df6c65d6575d3e05656efe3c05a44d16b;hb=03d0d46a0e60203528f8d385a4136c870ff02261;hp=45817f41ec99ff077ddc4d503a55b60a7f23d279;hpb=aa739c59d3db95d1709b0417cdf7d082bfdea911;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 45817f41ec..5e4f5b4df6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,83 @@ +2019-10-12 Nick Clifton + + * README-how-to-make-a-release: Tweak a few sections based on the + results of the 2.33.1 release. + +2019-10-11 Nick Clifton + + * po/zh_TW.po: Updated Chinese (traditional) translation. + +2019-10-09 Alan Modra + + PR 25079 + * ar.c (decode_options): Don't try for command options if + write_armap or mri_mode is selected. + +2019-10-07 Jozef Lawrynowicz + + * readelf.c (display_msp430_gnu_attribute): New. + (process_arch_specific): Use msp430 specific handler for GNU + attributes. + +2019-09-30 Nick Alcock + + * objdump.c (main): Fix tabdamage. + * readelf.c (CTF_DUMP): Likewise. + (options): Likewise. + (dump_section_as_ctf): Likewise. + +2019-08-03 Nick Alcock + + * objdump.c (dump_ctf): Use the default CTF archive member as the + parent even when no parent section is specified. + (dump_ctf_archive_member): Only import from the parent + if this is not the default ".ctf" member. + +2019-09-23 Nick Alcock + + * Makefile.am (LIBCTF): Mention the .la file. + (LIBCTF_NOBFD): New. + (readelf_DEPENDENCIES): Use it. + (readelf_LDADD): Likewise. + * Makefile.in: Regenerated. + +2019-07-13 Nick Alcock + + * readelf.c (dump_ctf_symtab_name): Give default value. + (dump_ctf_strtab_name): Likewise. + (dump_section_as_ctf): Allow for the null string. + +2019-07-08 Nick Alcock + + * objdump.c (dump_ctf_archive_member): Dump the CTF header. + * readelf.c (dump_section_as_ctf): Likewise. + +2019-10-02 Niklas Gürtler + + PR 24942 + * objcopy.c (copy_usage): Update description of + --set-section-alignment. + (copy_main): Interpret numeric argument of --set-section-alignment + as a byte alignment, not a power of two alignment. + * doc/binutils.texi: Update description of + --set-section-alignment. + * testsuite/binutils-all/set-section-alignment.d: New test. + * testsuite/binutils-all/objcopy.exp: Run the new test. + +2019-09-30 Alan Modra + + PR 25046 + * readelf.c (process_program_headers): Clear dynamic_addr and + dynamic_size earlier. + +2019-09-24 Alan Modra + + PR 25031 + * nm.c (print_format_string): New. + (get_print_format): Delete saved_format. Move earlier. + (set_print_width): Call get_print_format. + (print_value): Use print_format_string. + 2019-09-23 Alan Modra * dlltool.c: Include coff-bfd.h.