K 10 svn:author V 8 jchandra K 8 svn:date V 27 2010-06-25T05:07:42.505475Z K 7 svn:log V 256 Add an alignment of 8 for sections in the n32 ABI. The default alignment of of 4 causes _end to be word aligned, which will be returned by sbrk. malloc(3), when compiled for n32, expects sbrk to return an 8-byte aligned value. Approved by: rrs (mentor) END