decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
text data bss dec hex filename 1021236 559 5052 1026847 fab1f busybox_old 1021120 559 5052 1026731 faaab busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -60,7 +60,7 @@ static const char bdcmd_names[] ALIGN1 =
|
||||
"flushbufs" "\0"
|
||||
"rereadpt" "\0"
|
||||
;
|
||||
static const uint32_t bdcmd_ioctl[] = {
|
||||
static const uint32_t bdcmd_ioctl[] ALIGN4 = {
|
||||
BLKROSET, //setro
|
||||
BLKROSET, //setrw
|
||||
BLKROGET, //getro
|
||||
|
Reference in New Issue
Block a user