commit | eef64366e1e9052b121a0c235c49be362aa2fe65 | [log] [tgz] |
---|---|---|
author | Christian Eggers <ceggers@gmx.de> | Mon Mar 02 22:08:20 2020 +0100 |
committer | Alan Modra <amodra@gmail.com> | Wed Mar 04 10:59:30 2020 +1030 |
tree | 994f441e0a19d37e36327f12303bb75a7ee0e3eb | |
parent | 3ba07c177d504ded569198b530ff448602e017cb [diff] |
objcopy: Fix for pr19005 on machines with more than one octet per byte. On machines with more than one octet per byte, objcopy fills only a part of the gap between sections. * objcopy.c (copy_object): Convert from bytes to octets for --gap-fill and --pad-to.