Date: Fri, 25 Jun 2010 05:07:42 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld elf32btsmipn32_fbsd.sh elf32ltsmipn32_fbsd.sh Message-ID: <201006250508.o5P583at045353@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jchandra 2010-06-25 05:07:42 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/binutils/ld elf32btsmipn32_fbsd.sh
elf32ltsmipn32_fbsd.sh
Log:
SVN rev 209520 on 2010-06-25 05:07:42Z by jchandra
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)
Revision Changes Path
1.3 +1 -0 src/gnu/usr.bin/binutils/ld/elf32btsmipn32_fbsd.sh
1.3 +1 -0 src/gnu/usr.bin/binutils/ld/elf32ltsmipn32_fbsd.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006250508.o5P583at045353>
