diff options
author | Nick Clifton <nickc@redhat.com> | 2010-09-10 12:11:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-09-10 12:11:28 +0000 |
commit | b7dd81f7c52b52ab6a05c4858afa5da5fcc5c260 (patch) | |
tree | 3153c808752aac03e875198ca430b7d532debe46 /binutils/NEWS | |
parent | fca41f0f7244d3a0782151bd0730aeb74b8ee743 (diff) | |
download | binutils-b7dd81f7c52b52ab6a05c4858afa5da5fcc5c260.zip binutils-b7dd81f7c52b52ab6a05c4858afa5da5fcc5c260.tar.gz binutils-b7dd81f7c52b52ab6a05c4858afa5da5fcc5c260.tar.bz2 |
* objcopy.c: Add --interleave-width option to allow interleaving
of more than one byte at a time.
(copy_width): New variable.
(copy_options): Add --interleave-width.
(copy_section): When interleaving copy in units of copy_width
bytes.
(copy_main): Parse the new option.
* doc/binutils: Document the new option.
* NEWS: Mention the new feature.
* binutils-all/objcopy.exp: Add test of new --interleave-width
option.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 720df35..8e3c4bb 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add --interleave-width option to objcopy to allowing copying a range of + bytes from the input to the output with the --interleave option. + * Add support for the TMS320C6000 (TI C6X) processor family. * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using |