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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to