X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2FChangeLog;h=4fabf0cb063ed5ee5bf54d6ada8410ce6506ebd5;hb=dd68a12bc4b19c50c31fe357335bb8ee9a3322fc;hp=61a2e0020ccf56e4e9b0fd32109b7e1dc32e2d2b;hpb=75802ccb60bfece30005d85de983181afe4e5306;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 61a2e0020c..4fabf0cb06 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,40 @@ +2019-11-19 Alan Modra + + PR 25191 + * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour. + (copy_object): Likewise. + (setup_section): Likewise. If flavour of input and output files + differ, restrict section flags to the intersection of input and + output bfd_applicable_section_flags. + +2019-11-19 Alan Modra + + * bucomm.c (bfd_nonfatal_message): Add a space between program + name and file. + +2019-11-18 Alan Modra + + PR 25198 + * prdbg.c (tg_start_class_type): Correct scope of idbuf. + +2019-11-08 Alan Modra + + PR 25172 + * objdump.c (usage): Correct --stop-address description. + +2019-11-07 Nick Clifton + + * ar.c (open_output_file): Check for filename validity before + prefixing with output directory. + Display the constructed output filename if in verbose mode. + (extract_file): Let open_output_file display the filename. + +2019-11-07 Nick Clifton + + * objcopy.c (copy_object): Skip note sections that do not have + an output section. Always copy note sections, even if no + changes are made. + 2019-11-06 Christian Eggers * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add