diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-22 20:27:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-22 20:27:30 +0000 |
commit | 45f82cf72a57247a9368466802e5c4477c445900 (patch) | |
tree | de71d53f9f90080688bfa286b0eff3dfd92cd3ed /binutils | |
parent | f5a0908f3be1ceb30a7bbd4b6b1afef7858c1123 (diff) | |
download | gdb-45f82cf72a57247a9368466802e5c4477c445900.zip gdb-45f82cf72a57247a9368466802e5c4477c445900.tar.gz gdb-45f82cf72a57247a9368466802e5c4477c445900.tar.bz2 |
* 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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a86de79..89696a5 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. |