diff options
author | Nick Clifton <nickc@redhat.com> | 2006-09-11 14:40:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-09-11 14:40:39 +0000 |
commit | ee873e002e539acfb72f3a1b00cae0158415ddbc (patch) | |
tree | 7b52b67e13b3fdfbe407c2ec28a0b9e037740717 /binutils/ChangeLog | |
parent | f512f76fcdc982a63363490bd2829054c4d7bc7c (diff) | |
download | gdb-ee873e002e539acfb72f3a1b00cae0158415ddbc.zip gdb-ee873e002e539acfb72f3a1b00cae0158415ddbc.tar.gz gdb-ee873e002e539acfb72f3a1b00cae0158415ddbc.tar.bz2 |
PR binutils/3110
* objcopy.c (copy_archive): Add new parameter: force_output_target. If not
true, then perserve the file formats of each copied archive element,
otherwise force them to be one specific file format.
(copy_file): Compute force_output_target parameter to pass to copy_archive.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b36b875..b711b7e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2006-09-09 Nick Clifton <nickc@redhat.com> + + PR binutils/3110 + * objcopy.c (copy_archive): Add new parameter: + force_output_target. If not true, then perserve the file formats + of each copied archive element, otherwise force them to be one + specific file format. + (copy_file): Compute force_output_target parameter to pass to + copy_archive. + 2006-09-05 Nick Clifton <nickc@redhat.com> PR binutils/3166 |