* objcopy.c: Add --interleave-width option to allow interleaving
authorNick Clifton <nickc@redhat.com>
Fri, 10 Sep 2010 12:11:28 +0000 (12:11 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 10 Sep 2010 12:11:28 +0000 (12:11 +0000)
commitb7dd81f7c52b52ab6a05c4858afa5da5fcc5c260
tree3153c808752aac03e875198ca430b7d532debe46
parentfca41f0f7244d3a0782151bd0730aeb74b8ee743
    * 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.
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/objcopy.c
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp
This page took 0.047112 seconds and 4 git commands to generate.