*: slap on a few ALIGN1/2s where appropriate
The result of looking at "grep -F -B2 '*fill*' busybox_unstripped.map" text data bss dec hex filename 829901 4086 1904 835891 cc133 busybox_before 829665 4086 1904 835655 cc047 busybox Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
# include <sys/timex.h>
|
||||
#endif
|
||||
|
||||
static const uint16_t statlist_bit[] = {
|
||||
static const uint16_t statlist_bit[] ALIGN2 = {
|
||||
STA_PLL,
|
||||
STA_PPSFREQ,
|
||||
STA_PPSTIME,
|
||||
@@ -45,7 +45,7 @@ static const uint16_t statlist_bit[] = {
|
||||
STA_CLOCKERR,
|
||||
0
|
||||
};
|
||||
static const char statlist_name[] =
|
||||
static const char statlist_name[] ALIGN1 =
|
||||
"PLL" "\0"
|
||||
"PPSFREQ" "\0"
|
||||
"PPSTIME" "\0"
|
||||
@@ -61,7 +61,7 @@ static const char statlist_name[] =
|
||||
"CLOCKERR"
|
||||
;
|
||||
|
||||
static const char ret_code_descript[] =
|
||||
static const char ret_code_descript[] ALIGN1 =
|
||||
"clock synchronized" "\0"
|
||||
"insert leap second" "\0"
|
||||
"delete leap second" "\0"
|
||||
|
Reference in New Issue
Block a user