Make sure to specify the alignment of minbrk and curbrk. They were correctly

aligned by accident with earlier binutils, but no longer are, causing link
failures.

Submitted by:	nwhitehorn
Obtained from:	projects/binutils-2.17
This commit is contained in:
Dimitry Andric 2010-11-11 22:35:42 +00:00
parent a37e14e1d8
commit da2bbf0cbd
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
.globl CNAME(_end)
.data
.align 3
HIDENAME(minbrk):
.llong CNAME(_end)

View file

@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
.globl CNAME(_end)
.data
.align 3
HIDENAME(curbrk):
.llong CNAME(_end)