aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-09-11 14:40:39 +0000
committerNick Clifton <nickc@redhat.com>2006-09-11 14:40:39 +0000
commitee873e002e539acfb72f3a1b00cae0158415ddbc (patch)
tree7b52b67e13b3fdfbe407c2ec28a0b9e037740717 /binutils/ChangeLog
parentf512f76fcdc982a63363490bd2829054c4d7bc7c (diff)
downloadgdb-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/ChangeLog10
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