bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19020] objcopy interleave feature broken


From: ams at sourceware dot org
Subject: [Bug binutils/19020] objcopy interleave feature broken
Date: Tue, 29 Sep 2015 15:28:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19020

--- Comment #4 from Andrew Stubbs <ams at sourceware dot org> ---
It generates an output file, the same as the interleave test does:

$ echo -n abcdefgh > in
$ objcopy -I binary -O binary \
          --pad-to=10 --gap-fill=65 \
          --reverse-bytes=8 \
          in out
$ xxd out
0000000: 6867 6665 6463 6261 4141                 hgfedcbaAA

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]