From: Ian Lance Taylor Date: Fri, 22 Apr 1994 20:27:30 +0000 (+0000) Subject: * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45f82cf72a57247a9368466802e5c4477c445900;p=binutils-gdb.git * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after copying everything else, to let it fiddle with the file in its final state. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a86de797fc1..89696a5dd6e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ Fri Apr 22 11:14:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after + copying everything else, to let it fiddle with the file in its + final state. + * objdump.c: Include libiberty.h. (display_target_list): If a format fails, just go on to the next one. Check return value of bfd_set_format.