On Mon, Jul 16, 2012 at 10:56 AM, Aurelien Jarno <[email protected]> wrote: > Some messages strings are defined with ALIGN1 in libbb/messages.c > to make sure strings are not aligned and thus to save some bytes. The > corresponding declaration in include/libbb.h should also use ALIGN1, > otherwise the compiler may assume they are aligned and generate wrong > code to access them. This is the case on at least s390x.
Applied, thanks! What is the bloatcheck result for this change on s390? IOW: does ALIGN1 make code bigger on s390? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
